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
I just want to use serial GDB stub and himem, so I tried to rebuild the arduino lib, but seems the build system is broken
.`/build.sh prints:
make[4]: *** No targets specified and no makefile found. Stop.
make[3]: *** [CMakeFiles/bootloader.dir/build.make:112: bootloader-prefix/src/bootloader-stamp/bootloader-build] Error 2 make[2]: *** [CMakeFiles/Makefile2:2315: CMakeFiles/bootloader.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:2185: CMakeFiles/idf-libs.dir/rule] Error 2
make: *** [Makefile:164: idf-libs] Error 2
command "idf-libs" is not known to idf.py and is not a Unix Makefiles target
After changing the "idf.py idf-libs" to "idf.py build", it can compile successfully, but then stuck in a infinite loop.
I just want to use serial GDB stub and himem, so I tried to rebuild the arduino lib, but seems the build system is broken
bash -x ./tools/prepare-libs.sh
The text was updated successfully, but these errors were encountered: