Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: Work with GCC cross compilers

Discovery Options tab in Makefile Project global preferences

Schaefer, Doug wrote:
Are you talking about this setting in the Discovery properties?

D

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
Sent: Friday, March 13, 2009 9:12 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Re: Work with GCC cross compilers

It is empty indeed. Can you send a bug  please.

Paulo Lopes wrote:
I've downloaded both CDT 5.0.2 and 6 and I cannot find
anywhere how to
set compiler invocation command under the preferences > C/C++ > New CDT Project Wizard > Makefile Project

On 5.0 and 5.0.1 is was present, and I could point it to my
GCC based
toolchain, but nowwith the latest update 5.0.2 and with the
milestone
6 builds the Discovery profile options panel is never present and i cannot even pick one from the drop down box because it is always empty...


My system is win32 (i've tested on 3 different machines clean
installations) with
mingw
cygwin
and a cross compiler based on gcc arm-elf-gcc (and this is
the one i'd
like to activate)

Is this a bug? or a feature?

Cheers,
Paulo

On Thu, Mar 12, 2009 at 9:31 AM, Paulo Lopes
<pmlopes@xxxxxxxxx> wrote:
Hi,

In the previous stable versions of CDT is was possible to use the default plugin to use any cross compiler toolchain with makefile projects. I noticed that there was a discovery
configuration where we
could set the discovery command which is almost all the time something like: <arch>-gcc and I'd be done. However with the latest CDT this configuration is gone, or at least i cannot find it. Is
there a way
to set the discovery command somewhere?

I know that if I make a symlink from my cross compiler to the name gcc is works as before, but then I run into path conflicts
since the
native gcc sometimes gets messed up with the cross gcc.

Thanks
Paulo



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top