Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to plug-in an external builder
How to plug-in an external builder [message #953983] Mon, 22 October 2012 17:48 Go to next message
Albert Cheng is currently offline Albert ChengFriend
Messages: 16
Registered: October 2012
Junior Member
Hi There,

I installed GUN compiler G++(plus ARM EABI) provided by Code Sourcery, and, installed the Eclipse (Build id: 20100617-1415), then installed another compiler of MinGW-GCC.

Then, created /opened a C++ project, opened its properties window and checked C/C++ builder and other settings, found the builder Setting :

Builder Type: Internal builder ( grey color , can't be changed)
Build Command: make ( grey color, can't be changed)

And, looked at entire places of "Properties", did find a place to configure/select Processor Type ( such as ARM core name list).

Question are that in CDT configuration:

How could I change the builder Type to point to GNU Compiler?
How to change the Build Command to be "cs-make" which is GNU compiler?
How to configure / set ARM core to be ARM926 which is supported by ARM EABI installed with GNU compiler?

I would appreciate for your inputs.

Best Regards
Albert
Re: How to plug-in an external builder [message #956716 is a reply to message #953983] Wed, 24 October 2012 18:58 Go to previous message
Albert Cheng is currently offline Albert ChengFriend
Messages: 16
Registered: October 2012
Junior Member
we figured out, let me share with you guys.

1. install the GNU ARM compiler of "Sourcery CodeBench Lite ARM toolset"

2. install the eclipse IDE from link below:
Donwload eclipse-cpp-juno-win32.zip
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/R/eclipse-cpp-juno-win32.zip

3. unzip and run it up, then install a plug-in packaged of "org.eclipse.cdt.cross.arm.gnu_0.5.4.201202210114.zip"
Previous Topic:Can I use CDT to generate c code from XML?
Next Topic:Eclipse Running TOO Slow on Laptop
Goto Forum:
  


Current Time: Thu Apr 25 13:23:30 GMT 2024

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

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

Back to the top