hi
i use eclipse for esp-idf and its work fine
when i use esp mdf i can make correct build
but eclipse cant resolve library after build
according to the structure i change IDF-PATH to MDF-PATH to enviroment and use it
but still i have library error in eclipse IDE
like ... how can i resolve this for ESP-MDF??
.
.
esp-mdf in eclipse problem
-
- Posts: 132
- Joined: Thu Nov 15, 2018 2:06 am
Re: esp-mdf in eclipse problem
It is recommended to develop according to the introduction, eclipse IDE support is not good enough.
Re: esp-mdf in eclipse problem
I had the same problem, and I solved it by adding the "components" directory of the esp-mdf repository to the Includes:
Right-click in the project, select Properties
Go to C/C++ General -> Paths and Symbols
In the "Includes" tab, under GNU C Add a new directory: ~/esp/esp-mdf/components
I had to do a clean of the project also.
Hope it helps
Right-click in the project, select Properties
Go to C/C++ General -> Paths and Symbols
In the "Includes" tab, under GNU C Add a new directory: ~/esp/esp-mdf/components
I had to do a clean of the project also.
Hope it helps
Re: esp-mdf in eclipse problem
...watchdog wrote: ↑Wed May 22, 2019 7:55 amI had the same problem, and I solved it by adding the "components" directory of the esp-mdf repository to the Includes:
Right-click in the project, select Properties
Go to C/C++ General -> Paths and Symbols
In the "Includes" tab, under GNU C Add a new directory: ~/esp/esp-mdf/components
I had to do a clean of the project also.
Hope it helps
yes its work fine ...
thank you
Who is online
Users browsing this forum: No registered users and 33 guests