Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding a Different Cross-GCC-compiler in eclipse(another compiler addition)
Adding a Different Cross-GCC-compiler in eclipse [message #548575] Thu, 22 July 2010 11:52 Go to next message
Nikunj is currently offline NikunjFriend
Messages: 5
Registered: July 2010
Location: Bangalore
Junior Member

Hi,

I have a gcc-cross-compiler for OMAP5912 architecture.
I want to program C codes in eclipse using that cross compiler.

How to add it in the eclipse path.? So that when I build/compile any C program in eclipse , It must be compiled according to new cross-compiler.

Kindly help.!!

I am using Helious 3.6 , With CDT, PDE etc. installed.

Thanks,

Nikunj
Bangalore, India

[Updated on: Thu, 22 July 2010 12:43]

Report message to a moderator

Re: Adding a Different Cross-GCC-compiler in eclipse [message #548759 is a reply to message #548575] Thu, 22 July 2010 21:55 Go to previous message
Andrey Kourskov is currently offline Andrey KourskovFriend
Messages: 54
Registered: July 2009
Member
You can change your project compiler/linker:
Project properties -> C/C++ Build -> Settings ->GCC C++ Compiler
Put in 'Command' full path to your cross compiler

Or install C/C++ GCC Cross Compiler Support from CDT repositories
http://download.eclipse.org/tools/cdt/releases/helios
Previous Topic:DLL - Build as an EXE
Next Topic:Problem: debug-mode in AVR Eclipse Plugin + SimulAVR
Goto Forum:
  


Current Time: Sat Apr 20 03:38:02 GMT 2024

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

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

Back to the top