Page 1 of 1

Eclipse, ESP-IDF and linked source directory (Linux)

Posted: Wed Aug 29, 2018 12:18 pm
by PaulVdBergh
Hi All,

I have an Eclipse Workspace setup with multiple projects. Most of these projects are based on common functionalities. These functionalities are implemented in a set of C/C++ files in a common sourcepool. Each project has a (linux) link to the sourcepool directory/ies.

This setup works fine for linux-targetted projects (both gcc and cross-gcc), however it doesn't work for ESP32 projects (xtensa-esp32-elf-gcc). Apparently, compiling the files is ok, but the linker doesn't find the generated object files...

How can I solve this ?

Ps : How can I copy/paste a screenshot into my post?