Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to add my toolchain (compiler)
How to add my toolchain (compiler) [message #794321] Thu, 09 February 2012 06:23 Go to next message
alexandr zatevalov is currently offline alexandr zatevalovFriend
Messages: 21
Registered: February 2012
Junior Member
I create "x86_64-unknown-linux-gnu" compiler by Crosstool-NG, and he placed in
/home/sitesv/7800/x-tools/x86_64-unknown-linux-gnu...

How can i add and use him in Eclipse C++ Project?
Re: How to add my toolchain (compiler) [message #803516 is a reply to message #794321] Tue, 21 February 2012 12:49 Go to previous message
Hard Maker is currently offline Hard MakerFriend
Messages: 4
Registered: February 2012
Junior Member
Hi Alexandr,
I'm trying to do the same. From what I've seen the way is make a plugin. With this, you can add a new type of application and a toolchain to use for them. I found some problems doit this. First, all information I found is for "managed projects" (with this cdt make automatically the makefiles) and use the compilers in the PATH. Is this is good solution for you, read "CDT Plug-in Developer Guide > Programmer's Guide" (http_//help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html). At the end the point 6 (6 Tutorial: An Example Tool Integration) you can find how add a toolchain.
Good luck.
Previous Topic:Extending cdt for makefile projects
Next Topic:ARM Projects Beginner Questions
Goto Forum:
  


Current Time: Fri Apr 19 09:55:28 GMT 2024

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

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

Back to the top