Search found 2 matches
- Mon Mar 08, 2021 7:40 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif won't Compile Example Project in VSCode
- Replies: 3
- Views: 8847
Re: Espressif won't Compile Example Project in VSCode
Hi, I did use the espressif extension build action. As can be seen in the compiler error it builds from inside the project folder rather than its container: Drive/Hobbies/Embedded/ESP32/blink/build/bootloader/bootloader.map I believe it has to do with the paths visual studio code uses. However, I ch...
- Sat Mar 06, 2021 8:41 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif won't Compile Example Project in VSCode
- Replies: 3
- Views: 8847
Espressif won't Compile Example Project in VSCode
Hello, I checked out my new ESP32-WROOM yesterday and it didn't go smooth. I installed VSCode Espressif IDF extension and properly set it up with ESP-IDF V4.2, Python 3.9, git, cmake. but things didn't work for me out of the box since I got the compilation error: xtensa-esp32-elf-gcc.exe: error: <my...