[Ubuntu] eclipse doesn't build anymore
Posted: Thu Aug 08, 2019 7:11 am
I hope this is the right forum....
My eclipse has recently refused to build any projects, wehter MDF nor IDF.
I always get the error
I could build just fine some days ago and I'm not sure what exactly changed since then. Building in Terminal works just fine as always.
I'm running Eclipse IDE for C/C++ Developers Version: 2019-06 (4.12.0)
on Ubuntu 18.04.2
I tried deleting and re-adding the projects, but it doesn't help.
Not 100% certain but very confident that I didn't updated/changed any tools recently...
Has anyone an idea?
oh, and I noted this infobox:
Does this mean... eclipse support will go eventually? Or is there a CMake-compatibility?
UPDATE: I did some readup regarding this topic. It would be great to get an updatet tutorial on a working CMake based toolchain on linux - but as for now I'll try to stick with GNU and eclipse
My eclipse has recently refused to build any projects, wehter MDF nor IDF.
I always get the error
Code: Select all
08:41:31 **** Build of configuration Default for project receiver ****
make -j4 all
Cannot run program "make": Unknown reason
08:41:31 Build Finished. 0 errors, 0 warnings. (took 198ms)
I'm running Eclipse IDE for C/C++ Developers Version: 2019-06 (4.12.0)
on Ubuntu 18.04.2
I tried deleting and re-adding the projects, but it doesn't help.
Not 100% certain but very confident that I didn't updated/changed any tools recently...
Has anyone an idea?
oh, and I noted this infobox:
https://docs.espressif.com/projects/esp ... setup.htmlSince ESP-IDF V4.0, the default build system is based on CMake. This documentation is for the legacy build system based on GNU Make. Support for this build system may be removed in future major releases.
Does this mean... eclipse support will go eventually? Or is there a CMake-compatibility?
UPDATE: I did some readup regarding this topic. It would be great to get an updatet tutorial on a working CMake based toolchain on linux - but as for now I'll try to stick with GNU and eclipse