Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Extensibility Document
Extensibility Document [message #123366] Wed, 13 October 2004 16:06 Go to next message
Eclipse UserFriend
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 #123410 is a reply to message #123366] Wed, 13 October 2004 16:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ddaoust.ca.ibm.com

Try http://www.eclipse.org/cdt/ under "Reference Documentation"

- Dave

"jug" <jugghead81@yahoo.com> wrote in message
news:ckk1s0$n3a$1@eclipse.org...
> 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 #123422 is a reply to message #123410] Wed, 13 October 2004 17:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jugghead81.yahoo.com

Thanks a lot!!
I'll try following this tutorial.
Hope it works now.
Re: Extensibility Document [message #123489 is a reply to message #123410] Thu, 14 October 2004 09:40 Go to previous message
Eclipse UserFriend
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!
Previous Topic:how to make the Mac port work (implementing a new parser)
Next Topic:Console order
Goto Forum:
  


Current Time: Mon Jul 14 21:52:42 EDT 2025

Powered by FUDForum. Page generated in 0.03808 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top