Problem solved by adding in CMake options: -DCMAKE_SYSTEM_NAME=Generic
Thank you!
Search found 3 matches
- Mon May 24, 2021 1:05 pm
- Forum: IDEs for ESP-IDF
- Topic: Xtensa compiler doesn't work in CLion
- Replies: 3
- Views: 5738
- Fri May 21, 2021 12:40 pm
- Forum: IDEs for ESP-IDF
- Topic: Xtensa compiler doesn't work in CLion
- Replies: 3
- Views: 5738
Re: Xtensa compiler doesn't work in CLion
I added to PATH next values:
C:\msys32\mingw32\bin
C:\msys32\opt\xtensa-esp32-elf\bin
C:\msys32\usr\bin
After in log except old message new appeared: make: cmd.exe: No such file or directory
I added C:\Windows\system32 to PATH and now log is same as old.
C:\msys32\mingw32\bin
C:\msys32\opt\xtensa-esp32-elf\bin
C:\msys32\usr\bin
After in log except old message new appeared: make: cmd.exe: No such file or directory
I added C:\Windows\system32 to PATH and now log is same as old.
- Thu May 20, 2021 1:49 pm
- Forum: IDEs for ESP-IDF
- Topic: Xtensa compiler doesn't work in CLion
- Replies: 3
- Views: 5738
Xtensa compiler doesn't work in CLion
Hello! I'm new at ESP-IDF and just started to setup idf environment in CLion. Firstly I cloned idf repository via git clone --recursive https://github.com/espressif/esp-idf.git Next step I installed MSYS2 according to https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/win...