Open maxd opened 4 years ago
For me the issue was solved by removing the environment variables the plugin set's on cmake config in the settings and calling export.bat in the esp-idf folder.
Hi, I'm now facing this issue, have u found the solution to this problem?
A just created ESP32 C project show the following errors in
CMake
tab:The
Crosscompiler Path
is specified onESP32 config
settings tab as/Users/xxx/.espressif/tools/xtensa-esp32-elf/esp-2020r2-8.2.0/xtensa-esp32-elf/bin
(it hasxtensia-esp32-elf-gcc
file inside of). So, looks like ESP32 plugin don't pass this path to CMake correctly.