Skip to main content

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

Yes that's my question :-)

I'll take a look at what you suggested ... I am already in the process of of reading the docs and downloading the CDT source code ...

Thanks,
Jim

Elena Laskavaia wrote:
Is the question how to do it?

I would look new C project wizard code and extract API that creates projects of the type that you need. There is also documentaion that describes API to managed build system somewhere...

James Don wrote:
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 ...
_______________________________________________
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