[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] How does CDT internal builder construct the command line and is there any way to change it?
|
Hi Anna,
I have an example of that in the org.eclipse.cdt.build.crossgcc plugin which is found in the org.eclipse.cdt/all folder. You can associate a command line handler for your tool. For the crossgcc one it prepends the gcc prefix, e.g. arm-eabi, as found in the toolchain options.
BTW, the mechanism is a bit weird. If you have any suggestions (or patches :) to improve it, they'd be appreciated.
Cheers,
Doug.
On Tue, Apr 13, 2010 at 3:54 AM, Anna Dushistova
<anna_dushistova@xxxxxxxxxx> wrote:
Hi All,
I'm integrating a custom generic toolchain into CDT.
I have makefile variables in the toolchain definition and all the customization goes through enviroment variables.
Building project works fine, but not building "selected files".
Apparently there is a different builder used for that and it doesn't work with my toolchain definition.
Is there any way I can extend/overwrite/plug into the command line creation process in this case?
Thanks!
Anna.
---
Dr. Anna Dushistova
Mentor Graphics Corporation
Embedded Systems Division
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev