I followed the instructions here using the LED Blink project:
http://visualgdb.com/tutorials/esp32/
and the resulting build failed due to linker errors:
Error 3 error : undefined reference to `xt_ints_on’ C:\SysGCC\esp32\esp32-bsp\esp-idf\components\newlib\time.c 109 1 EmbeddedProjectTest
Error 4 error : undefined reference to `xt_ints_off’ C:\SysGCC\esp32\esp32-bsp\esp-idf\components\esp32\int_wdt.c 90 1 EmbeddedProjectTest
Error 8 error : undefined reference to `_frxt_setup_switch’ C:\esp32Test\EmbeddedProjectTest\EmbeddedProjectTest\VisualGDB\Debug\locks.o 1 1 EmbeddedProjectTest
and many more.
It appears to be skipping assembly code files in the build.
I’m not sure how to fix this, as this project was generated by Visual GDB’s sample project. (This was the LED blink project).
How do we fix or add assembly code files to the build?
Best regards,
Matthew