-
these are the notable errors it spits out and i cant make sense of any of it. `CMake Error at CMakeLists.txt:37 (string): CMake Error at CMakeLists.txt:38 (string): here is the full output of attempted make. `C:\Users\ubers\Desktop\tinyUF2\ports\espressif>make BOARD=bee_s3 all CMake Error at CMakeLists.txt:38 (string): -- ccache will be used for faster recompilation |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
what is your IDF hash/version, if it is not the same as the one in the lib/, try to checkout it out first. |
Beta Was this translation helpful? Give feedback.
-
bee_s3 is not one of the supported boards, are you adding new boards ? and are you able to build one of the supported boards ? If yes, then it is probably issue in porting, try to comment/uncomment 1 line each time, and better to based your port on of of the supported boards (which build). |
Beta Was this translation helpful? Give feedback.
-
i figured it out. i ended up just commenting out the two lines in the CMakeList file that were throwing the error and then it compiled just fine and i was able to flash my board with the new firmware. no idea why those two lines were throwing the error or why they werent needed, but hey got it working. lines in question i commented out.
|
Beta Was this translation helpful? Give feedback.
i figured it out. i ended up just commenting out the two lines in the CMakeList file that were throwing the error and then it compiled just fine and i was able to flash my board with the new firmware. no idea why those two lines were throwing the error or why they werent needed, but hey got it working.
lines in question i commented out.
#string(REPLACE ../../../../lib/ "" GIT_SUBMODULE_VERSIONS ${GIT_SUBMODULE_VERSIONS})
#string(STRIP ${GIT_SUBMODULE_VERSIONS} GIT_SUBMODULE_VERSIONS)