Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT project creation

Hello ...

I beginning to investigate porting my companies code generator to some new eclipse tooling built on EMF, GMF, and UML2 (etc).

My first object  is to do one of the following:

1.) Generate a simple gnu makefile project that can be build ext ... this is no problem ... 2.) Create a new CDT project in the current eclipse workspace with the correct gcc (crosscompiler and library references) ... 3.) Create a new eclipse workspace with a CDT project with the correct gcc (crosscompiler and library references) ...

The ideal situation would be to create a CDT project in the current workspace ... this would allow the customer to smoothly transition between a model and code view within eclipse ...

Any advice would be greatly appreciated ...

Jim

ps I am extremely new to eclipse and CDT ... so bear with me if this questions is a tad silly ...


Back to the top