espressif / idf-clion-plugin

CLion plugin for ESP-IDF
18 stars 5 forks source link

Auto configure required environment variables to work with the esp-idf projects #3

Open kolipakakondal opened 1 year ago

kolipakakondal commented 1 year ago

To work with the esp-idf projects, we need to configure the required environment variables manually

Probably, we can find a way to automate these to have a good onboarding experience to the user

jeongyeham commented 1 year ago

Hi, I tried to choose 'export.sh' file like this: image It works well on my PC. I hope this thread helps you.

alirana01 commented 1 year ago

Hi, I tried to choose 'export.sh'.... Hi Thanks for the reply can you please tell which version of idf and clion you are using?

jeongyeham commented 1 year ago

Hi, I use the master branch of the ESP-IDF and Clion 2023.2 on Fedora Linux. On windows, 'export.sh' does not work, but another file from official windows installer called 'idf_cmd_init.bat' works. Please have a look at this: https://github.com/ThexXTURBOXx/clion-embedded-esp32/issues/6#issuecomment-1615398175