Working with ESP-IDF in CLion · Developer Portal #439
Replies: 5 comments 2 replies
-
Great tutorial! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your feedback! Sorry for the late reply, I just noticed your question. My colleagues and I haven’t encountered this issue. So, it’s worth investigating it. Could you please reproduce the issue and collect logs with Help | Collect Logs and Diagnostic Data. Then, create a ticket in our issue tracker and attach the logs. The team will look into it. If you are unfamiliar with YouTrack, see the How to follow YouTrack issues and receive notifications article. |
Beta Was this translation helpful? Give feedback.
-
When following all the steps until step 7 in confugration on a windows machine I get the following error: "C:\Program Files\JetBrains\CLion 2025.1.1\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=C:/Program Files/JetBrains/CLion 2025.1.1/bin/ninja/win/x64/ninja.exe" -DIDF_TARGET=esp32 -G Ninja -S C:\Espressif\frameworks\esp-idf-v5.4.1\examples\get-started\hello_world -B C:\Espressif\frameworks\esp-idf-v5.4.1\examples\get-started\hello_world\build
is not a full path and was not found in the PATH. Perhaps the extension is Tell CMake where to find the compiler by setting either the environment CMake Error at C:/Espressif/frameworks/esp-idf-v5.4.1/tools/cmake/project.cmake:571 (__project):
is not a full path and was not found in the PATH. Perhaps the extension is Tell CMake where to find the compiler by setting either the environment CMake Error at C:/Espressif/frameworks/esp-idf-v5.4.1/tools/cmake/project.cmake:571 (__project):
is not a full path and was not found in the PATH. Perhaps the extension is Tell CMake where to find the compiler by setting either the environment -- Warning: Did not find file Compiler/-ASM [Finished] How do I fix this? |
Beta Was this translation helpful? Give feedback.
-
It looks like either ESP-IDF tools are not installed properly, environment script is not taken into use, or it does not work properly |
Beta Was this translation helpful? Give feedback.
-
I'm new to using clion and esp32, but if I open the examples directory, won't it end up changing the code in the examples? And how do I open a new project without being one of the examples? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Working with ESP-IDF in CLion · Developer Portal
The developer resources in just one place!
https://developer.espressif.com/blog/clion/
Beta Was this translation helpful? Give feedback.
All reactions