Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Includes Discovery Compiler

Yes, there is such a mechanism. However I'm not sure it's been documented
how to use it. There is an extension point.

I guess you'd have to take a look at the implementation of the gcc one and
replicate it. Once you learn how, you can share it with the rest of us by
contributing some ISV documentation ;).

Cheers,
Doug Schaefer
QNX Software Systems
Eclipse CDT Project Lead
http://cdtdoug.blogspot.com
 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Alex Yin
Sent: Wednesday, August 02, 2006 8:49 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Includes Discovery Compiler

Hi,

In CDT, there is a feature to automatically discover the standard include 
paths. By default, the compiler in use is "gcc" for both standard and 
managed make.

We have a toolset for C programming, which is different from GNU. To enable 
the managed make for this toolset, a few plugins created (mostly the UI 
portion). The question is: how to change the default compiler for include 
path discovery?

In the standard make C project, there is a tab "Discovery Options", which 
accepts a different command other than "gcc". But there is no such thing for

managed make C project.

I remember seeing some messages talking about enabling a different toolset 
in CDT, but not sure if the includes discovery mechanism was discussed or 
not.

The Eclipse version is 3.1.0 and the CDT version is 3.0.0.

Thanks,
--alex

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Back to the top