Page 1 of 1

How to specify IDF version in Eclipse CMake project

Posted: Sun Apr 25, 2021 8:48 pm
by espdorian
I am trying to build Squeezelite-esp32 (CMake project) under Windows wit Eclispe. It requires IDFv4.0 but it keeps using my
installed IDF v4.2.

In the project settings I added environment variable IDF_PATH set to my IDF v4.0 location, but it still uses IDF v4.2.

How to tell an Eclipse project which IDF to use ?

Re: How to specify IDF version in Eclipse CMake project

Posted: Mon Apr 26, 2021 5:34 am
by ESP_kondalkolipaka
Hi espdorian,

In the Install Tools Window, choose the correct esp-idf directory(4.0 in your case) and click on install tools - this configures the IDF_PATH in the environment variables, and install the required tools to work with the selected esp-idf version.

https://github.com/espressif/idf-eclips ... -idf-tools

Best Regards,
Kondal