Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CMake support in Eclipse CDT

> On 07 Dec 2015, at 13:33, Martin.Runge@xxxxxxxxxxxxxxxxx wrote:
> 
> But I saw at least on case (MinGW on Windows) where gcc was not in the PATH -> cmake did not find the compiler while generating the Makefile and aborted.

FYI, in the embedded world it is common to have multiple versions of different toolchains installed, and it is mandatory that they **are not** in the system PATH.

the GNU ARM Eclipse build plug-in takes a lot of efforts to manage these multiple paths, store them in different scopes (per project, per workspace, per Eclipse) and dynamically update the current path when the build starts.


regards,

Liviu














Back to the top