SuperCarrot
SuperCarrot

Reputation: 23

Arduino IDE not compiling

Whenever I try to compile a valid project (with loop and setup) it just throws a rust error, don't know what to do.

The error:

thread 'main' panicked at 'assertion failed: `(left != right)`
  left: `0`,
 right: `0`: Failed to get path name. Error code: 3', main.rs:65:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
exit status 101

Compilation error: exit status 101

It doesn't really run any sketch, even an empty loop and setup functions.

Upvotes: 0

Views: 950

Answers (1)

Vojta
Vojta

Reputation: 11

I had the same problem, it´s caused because of the new upgrade of esp 32 desk. Just downgrade the version of the esp 32 board and it should be okay.

Upvotes: 1

Related Questions