You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The avr-atmega328p.json file is included at the root level.
However I'm faced with the following error:
..
Compiling adler v1.0.2
Compiling rustc-demangle v0.1.21
LLVM ERROR: Expected a constant shift amount!
error: could not compile `compiler_builtins` (lib)
warning: build failed, waiting for other jobs to finish...
Has anyone faced this before?
The text was updated successfully, but these errors were encountered:
I'm trying to build this for an Arduino UNO. The spec sheet of the device can be found here: https://docs.arduino.cc/resources/datasheets/A000066-datasheet.pdf
I run the following commands before building:
and
to set the desired environment.
Then I run the following command to build for the board:
The
avr-atmega328p.json
file is included at the root level.However I'm faced with the following error:
Has anyone faced this before?
The text was updated successfully, but these errors were encountered: