Hello, I've been stuck with setting up esp-idf on eclipse for the past one week now. Right now am getting this error:
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\ENGINEER\esp\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCCACHE_ENABLE=1 -DIDF_TARGET=esp32 C:\Users\ENGINEER\eclipse-workspace\hello_world
Failure running cmake:
when trying to compile the hello_world example on eclipse.
Mysteriously with the esp_idf cmd and power shell, am able to compile and upload to esp32.
Hello, I've been stuck with setting up esp-idf on eclipse for the past one week now. Right now am getting this error:
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\ENGINEER\esp\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCCACHE_ENABLE=1 -DIDF_TARGET=esp32 C:\Users\ENGINEER\eclipse-workspace\hello_world
Failure running cmake:
when trying to compile the hello_world example on eclipse.
Mysteriously with the esp_idf cmd and power shell, am able to compile and upload to esp32.