Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Linux toolchain in a different pathname

I think it is able to compile "hello world" application.
I haven't tested it on any complex examples though.

Anna.

On Mar 3, 2011, at 6:36 AM, Schaefer, Doug wrote:

> There is  a cross gcc plug-in that I started to do something like this. I haven't looked at it in a while so I'm not sure what state it's in, but you could take a look and see if it meets your needs or at least gives you a head start.
> 
> Doug.
> 
>> -----Original Message-----
>> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
>> On Behalf Of Klaus Heinrich Kiwi
>> Sent: Wednesday, March 02, 2011 10:29 PM
>> To: cdt-dev@xxxxxxxxxxx
>> Cc: cjashfor
>> Subject: [cdt-dev] Linux toolchain in a different pathname
>> 
>> Hi.
>> 
>> This may be a FAQ, but I can't find any useful references with my current set
>> of keywords.
>> 
>> I wanted to create a plugin that would allow users to choose a "non-
>> standard" toolchain when creating C/C++ projects/
>> 
>> I've walked through the MBS Extensibility tutorial
>> (http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.cdt.doc.isv/guid
>> e/mbs/extensibilityGuide/Managed_Build_Extensibility.html, part 6).
>> 
>> The main difference is that I don't want to create a new toolchain from
>> scratch. My "non-standard" toolchain is a simple port of the standard GNU
>> toolchain that CDT uses by default, and it's placed under it's own set of
>> directories to avoid conflicts with the original (distro's) toolchain.
>> 
>> All the premises for the standard GNU toolchain would be the same, so I was
>> hoping I could just "extend" the existing plugin and change the tools
>> pathnames.
>> 
>> Is that possible? Sorry if this is stupid, I've only recently started working with
>> the Eclipse platform.
>> 
>> Thanks,
>> 
>> -Klaus
>> --
>> Klaus Heinrich Kiwi             | klausk@xxxxxxxxxx
>> IBM LTC Security Development    | http://blog.klauskiwi.com
>> http://www.ibm.com/linux/ltc    | http://www.ratliff.net/blog
>> 
>> 
>> 
>> --
>> Klaus Heinrich Kiwi             | klausk@xxxxxxxxxx
>> IBM LTC Security Development    | http://blog.klauskiwi.com
>> http://www.ibm.com/linux/ltc    | http://www.ratliff.net/blog
>> 
>> 
>> 
>> _______________________________________________
>> 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