Closed svanharmelen closed 7 years ago
I was able to make flash without issues a couple of times, but after I just did a git pull it now breaks with the following error:
make flash
git pull
BOARD_HARDWARE_PATH="/Users/svanharmelen/Documents/Arduino/hardware" /Users/svanharmelen/Documents/Arduino/hardware/keyboardio/avr/libraries/Kaleidoscope/bin//kaleidoscope-builder flash Building output/Model01-Firmware/Model01-Firmware (0.0.0-gv1.22-dirty) ... /Users/svanharmelen/Documents/Arduino/Model01-Firmware/Model01-Firmware.ino:29:33: fatal error: Kaleidoscope-NumPad.h: No such file or directory #include "Kaleidoscope-NumPad.h" ^ compilation terminated. exit status 1 make: *** [flash] Error 1
FYI: I also did a git pull in the hardware/keyboardio/avr folder/repo, but that didn't solve anything...
hardware/keyboardio/avr
In the Arduino-Boards repo, can you "make update-submodules"?
Works like a charm 👍 Thx!
I was able to
make flash
without issues a couple of times, but after I just did agit pull
it now breaks with the following error: