Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CMake "Eclipse CDT4" Makefile Generator

Thanks John for sharing this.

As for cmake-file-api please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=545905

Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Wed, 11 Oct 2023 at 15:24, john moule via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:
Hi,

in a previous discussion of the "Eclipse CDT4" Makefile Generator (might have been in a CDT Call), the conclusion was it was legacy and no one knew much about it or where it was used. Well, recently I came across a use of it (in Erich Styger's blog), which I thought I'd share for interest.

https://mcuoneclipse.com/2022/09/04/tutorial-creating-bare-bare-embedded-projects-with-cmake-with-eclipse-included/

It uses CMake with the generator -G "Eclipse CDT4 - Unix Makefiles" which creates Eclipse project files which are then imported as existing project into NXP MCUXpresso IDE

The generator "Eclipse CDT4" is now deprecated since version 3.27 of CMake: 

Eclipse CDT4
https://cmake.org/cmake/help/latest/generator/Eclipse%20CDT4.html

Hope this helps anyone who is trying to use this deprecated generator.

The CMake advice is to switch to using cmake-file-api. Is anyone aware of an Eclipse Java implementations of this?

Cheers John Moule
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top