Extensibility Document [message #123366] |
Wed, 13 October 2004 16:06  |
Eclipse User |
|
|
|
Originally posted by: jugghead81.yahoo.com
Please tell me when the Managed Build System Extensibility Document gets
ready for CDT 2.0. Does anyone have this documentation (or similar)?
Thanks!!
|
|
|
|
|
Re: Extensibility Document [message #123489 is a reply to message #123410] |
Thu, 14 October 2004 09:40  |
Eclipse User |
|
|
|
Originally posted by: jugghead81.yahoo.com
I've followed this new document, and found no errors this time. But I'm
still having problems. When I create the first tool, everything seems okay
(a compiler different from gcc, in the example ccc). Then I've created a
second tool, that had to call a program I've created. The generated
Makefile contains a line just like this:
bridge -o null<directory> $(OBJS) ...
The line I wanted at the Makefile was like this:
bridge -o <directory>
I think that Makefile Generator is thinking that this tool is the GNU
linker, after compiling the sources. Then, I've created a third tool, that
would be the linker in my case. And I simply find no trace of it in the
Makefile.
Does that mean I have to create a Makefile Generator and a Dependency
Calculator, just as mentioned in section 6 of that document??
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.03808 seconds