Page 1 of 1

Eclipse IDE - ESP-ADF

Posted: Fri Apr 08, 2022 2:33 pm
by surajnagulamalyala
Greetings of the day,

Presently am working on Audio development framework(ADF) using ESP32-LyraT V4.3 board, Am trying to use ADF examples provided by Espressif from git (https://github.com/espressif/esp-adf) but am getting multiple errors when installing ADF projects
1)Cmake error
2)ESP_IDF_TOOLS installation error
below are the error images in Eclipse IDE

Can you please let me know the "Step by Step" process for setting up ADF environment in eclipse IDE, to compile, run and flash all ADF projects and below is the path image where both ESP-IDF and ESP-ADF frameworks are installed in my local PC, Is it the correct way ?and how to use both (IDF, ADF) parallelly to run all examples?

please reply ASAP

Thanking you
Suraj,N

Re: Eclipse IDE - ESP-ADF

Posted: Mon Apr 11, 2022 7:17 am
by Issylin
Hi,

Did you add Python to your PATH environment variable ? Something like "C:\Users\YOUR_ACCOUNT_HERE\AppData\Local\Programs\Python\THE_VERSION_OF_PYTHON_YOU_HAVE"

Re: Eclipse IDE - ESP-ADF

Posted: Fri Apr 29, 2022 1:22 pm
by surajnagulamalyala
Greetings of the day,

Yes the path you mentioned is available and am using the same python V3.9 but containing in other path when I installed ESP-IDF tool chain.

Presently am using this path C:\Espressif\python_env\idf4.4_py3.9_env, which was added in my environment variables, Should I change it to as you mentioned...
My environment variables are set, below is the image and the error what am getting when I import ESP-ADF project and build
Could you tell me how ESP-ADF projects build, compile and flash and how to set path variables ?

Please suggest me correct way to use both ESP-IDF and ESP-ADF projects


Thanking you
Suraj, N

Re: Eclipse IDE - ESP-ADF

Posted: Wed Nov 16, 2022 2:30 am
by Philbot
Hi Suraj

Did you ever get IDF and ADF both working on Eclipse?

I've also been trying and I can't select any ESP32 targets for the ADF examples when I import them.

I can build and flash the project from the command line but not with Eclipse.

Any help would be appreciated...

Phil.