Tool Chain extension [message #88480] |
Wed, 03 December 2003 03:03 |
Eclipse User |
|
|
|
Hi
I'm trying to implement a plugin which adds
a description of my target to "ManagedBuildInfo" extension point
my plugin simply adds and integrates some tools into the managed build
system
my tools chain as follow
Preprocessor -> sources=c output=cpp
compiler -> sources=cpp output=S
assembler -> sources=s output=o
makefile rule (*linker -> sources =o output =o)
I have followed the managed build system example
but it seems that i can only have one tool for
the module rule makefile
is there awy to overcome this issue or its something to do
with my implementation.
thax in advance.
|
|
|
Powered by
FUDForum. Page generated in 0.13903 seconds