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
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
I had tried many times, but it still fails
Results:
ying@ying-MS-7B22:~/esp/micropython-esp32/ports/esp32$ make
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
16:45:18.132237 git.c:344 trace: built-in: git show -s '--pretty=format:%H'
** WARNING **
The git hash of ESP IDF does not match the supported version
The build may complete and the firmware may work but it is not guaranteed
ESP IDF path: /home/ying/esp/esp-idf
Current git hash: a0644bf8ae6a9435ed2ce46d0828e5970e5f4623
Supported git hash: 2c95a77cf93781f296883d5dbafcdc18e4389656
16:45:18.148349 git.c:344 trace: built-in: git describe
CC /home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c
/home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c:16:10: fatal error: bootloader_flash.h: No such file or directory
#include <bootloader_flash.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:897: recipe for target 'build/bootloader//home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o' failed
make: *** [build/bootloader//home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o] Error 1
I followed the README file, but it still doesn't work.
(See issue: #1 )
The text was updated successfully, but these errors were encountered:
I had tried many times, but it still fails
Results:
ying@ying-MS-7B22:~/esp/micropython-esp32/ports/esp32$ make
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
16:45:18.132237 git.c:344 trace: built-in: git show -s '--pretty=format:%H'
** WARNING **
The git hash of ESP IDF does not match the supported version
The build may complete and the firmware may work but it is not guaranteed
ESP IDF path: /home/ying/esp/esp-idf
Current git hash: a0644bf8ae6a9435ed2ce46d0828e5970e5f4623
Supported git hash: 2c95a77cf93781f296883d5dbafcdc18e4389656
16:45:18.148349 git.c:344 trace: built-in: git describe
CC /home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c
/home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c:16:10: fatal error: bootloader_flash.h: No such file or directory
#include <bootloader_flash.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:897: recipe for target 'build/bootloader//home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o' failed
make: *** [build/bootloader//home/ying/esp/esp-idf/components/bootloader_support/src/bootloader_flash.o] Error 1
I followed the README file, but it still doesn't work.
(See issue: #1 )
The text was updated successfully, but these errors were encountered: