Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] advanced questions to options (was: Problem to develop a toolchain)

Hi,

A tool-chain definition contains a "targetPlatform" object.  This object
is intended to define the target platform for the output of the
tool-chain.  The functionality in this object is somewhat limited at
present.  Monta Vista (and HP) are working on better target platform
support for CDT 3.0.  The plan is for the MBS to take advantage of that
support when it becomes available.  "Global options" as you define them
are not currently supported or planned.  When you define the tool-chain
per-platform, you can specify a different default value for any tool
option.  So, you can default the CPU option to be the correct value per
tool-chain.

Regards,
Leo


-----Original Message-----
From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx] On
Behalf Of Ebert, Ralf
Sent: Monday, January 17, 2005 3:29 AM
To: cdt-dev@xxxxxxxxxxx
Subject: AW: [cdt-dev] advanced questions to options (was: Problem to
develop a toolchain)

Hi,

>>
>>  Ideally the lines after 'generate debug information' will
>>  be disabled, if the option 'generate debug informations' 
>>  is not enabled.
>>
> [Leo] Nothing so flexible is planned for any time soon.  
> There is a requirement to allow a property to provide 
> its own GUI control. This is not currently in the 3.0 plan.
>

I accept, this apply also to global options, which are identical for all
Tools e.g. the type of the cpu with cross compilers?


best regards,
  Ralf Ebert
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top