yunyizhi / ESP-IDF-for-Clion

为CLion提供IDF支持
MIT License
2 stars 1 forks source link

Error not in path #1

Open Pascal66 opened 5 months ago

Pascal66 commented 5 months ago

image

yunyizhi commented 5 months ago

The current plugin under Windows does not support installing the IDF through methods other than the provided offline IDF version. It utilizes the idf framework id within the idf-env.json file along with the idf_cmd_init.bat script to generate an export.bat file, which in turn is used to generate a CMake Toolchain.

image

Pascal66 commented 5 months ago

I only have that, wich work well with visual studio code : image

yunyizhi commented 4 months ago

You can give this preview version a try. When creating a new project, you'll need to switch the Env Type to ESP-IDF and then select the Install Path as the directory where you have downloaded the esp-idf. image

idf-for-clion-0.2-pre1.zip