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
JSON path 'packages.1.platforms.3.toolsDependencies.N' in 'ard_pkg.2'
invalid!!!
This can be worked around by adding "toolsDependencies": [] to the package index json.
The titular issue:
In file included from C:\Users\lex\Downloads\arduino-1.8.15\hardware\arduino\avr\cores\arduino\wiring_private.h:31:0,
from C:\Users\lex\Downloads\arduino-1.8.15\hardware\arduino\avr\cores\arduino\WInterrupts.c:33:
C:\Users\lex\Downloads\arduino-1.8.15\hardware\arduino\avr\cores\arduino\Arduino.h:258:10: fatal error: pins_arduino.h: No such file or directory
#include "pins_arduino.h"
^~~~~~~~~~~~~~~~
compilation terminated.
mingw32-make.exe[3]: *** [CMakeFiles\_arduino_lib_core.dir\build.make:81: CMakeFiles/_arduino_lib_core.dir/C_/Users/lex/Downloads/arduino-1.8.15/hardware/arduino/avr/cores/arduino/WInterrupts.c.o] Error 1
Using Toolchain master & https://github.com/damellis/attiny (added in Arduino IDE, works fine there) I'm having a couple of issues (one easy to work around).
CMake 3.19.2 (bundled with Jetbrains CLion)
JSON path 'packages.1.platforms.3.toolsDependencies.N' in 'ard_pkg.2' invalid!!!
This can be worked around by adding
"toolsDependencies": []
to the package index json.The file definitely exists.
Board options:
The text was updated successfully, but these errors were encountered: