Page 1 of 1

Eclipse additional libraries

Posted: Thu May 07, 2020 11:59 pm
by Segmentation Fault
Hi,

I am building my library to include several functions I will be using in different projects. I am also planning to place nearby other libraries I will be using, for example loboris library for the Wrover kit LCD https://github.com/loboris/ESP32_TFT_library.

If I put all of the libraries in a certain folder, how can I configure eclipse and the linker to find them when I #include them?

I've googled a lot, but I think that all the guides I am finding are for older versions of eclipse maybe? For example there is no C/C++ builder when I right click on the project > Properties or Paths and Symbols in project Properties > C/C++ General.

I am using Eclipse 4.15.0

Image


My question is: How can I add path for custom libraries to be included the same way as the esp-idf libraries can easily be included?

Re: Eclipse additional libraries

Posted: Tue May 12, 2020 6:49 am
by ESP_kondalkolipaka
Hello,

I think you've reported the same here https://github.com/espressif/idf-eclips ... /issues/79

For further updates, please check the GitHub issue directly