Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Managed Build System Questions

Re: #2, use the org.eclipse.cdt.managedbuilder.ui.newWizardPages
extension point.

___________________________________________
 
Chris Recoskie
Software Designer
Texas Instruments, Toronto
http://eclipse.org/cdt
 
 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Hugh O'Keeffe
> Sent: Tuesday, October 25, 2005 4:35 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Managed Build System Questions
> 
> I've read the Extensibility document and am currently working on
> developing
> my own plugin based on org.eclipse.cdt.managedbuilder.gnu.ui_3.0.0.
The
> plugin is for GNU tools for an embedded target; it has different
> executable
> names and option switches to the existing CDT supported GNU tools.
Some
> questions:
> 
> 1. The Managed Build System automatically adds header files to a new
> "Executable GNU" project when I create it using the "Managed C
Project"
> Wizard. It seems to automatically detect mingw or cygwin headers on my
> machine and include them. If I rename the mingw/cygwin directories
they
> are
> not found and not included. Where does this functionality reside ? (I
want
> to turn it off as these headers are not relevant for my GNU
toolchain).
> 
> 2. I want to extend the "Managed C Project" Wizard to add a single
file to
> all newly created projects (a GNU linker control file for use with the
"-
> T"
> switch). Any ideas as to how to easily do this ?
> 
> 
> Thanks in advance,
> 
> Hugh,,
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top