-
Notifications
You must be signed in to change notification settings - Fork 220
Make fails #1
Comments
Please run |
Here is the V=1 output: |
Please use $(HOME) instead of |
Did the trick. Thanks |
Great! I added a comment about this in the README, see df98a5c. |
make fails with this error:
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
CC /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c
/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c:16:30: fatal error: bootloader_flash.h: No such file or directory
#include <bootloader_flash.h>
^
compilation terminated.
Makefile:593: recipe for target 'build/bootloader/
/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o' failed/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o] Error 1make: *** [build/bootloader/
The text was updated successfully, but these errors were encountered: