Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can I change my compiler in CDT?
Can I change my compiler in CDT? [message #198820] Sat, 10 March 2007 21:59 Go to next message
Eclipse UserFriend
Originally posted by: mm2ps.yahoo.co.uk

Hi,

I'm working in Linux and experimenting with a standard make c project in
Eclipse. I would like to change compilers for this project.

I have, naively, tried changing my makefile from

CC=gcc (which seems to work)

to

CC=arm-none-eabi-gcc

but I get:

arm-none-eabi-gcc -o hello hello.c
make: arm-none-eabi-gcc: Command not found

Now, this is on my system PATH, and I can compile from the command line.

Any guidance, especially towards relevant documentation would be much
appreciated.

Kind regards,

Douglas
Re: Can I change my compiler in CDT? [message #198844 is a reply to message #198820] Sun, 11 March 2007 07:06 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Douglas,

You are more likely to get a response in eclipse.tools.cdt newsgroup

Sorry I can't help out,
Darins

"Douglas" <mm2ps@yahoo.co.uk> wrote in message
news:1fa3356b0e5597bdea26892c2f5230c2$1@www.eclipse.org...
> Hi,
>
> I'm working in Linux and experimenting with a standard make c project in
> Eclipse. I would like to change compilers for this project.
>
> I have, naively, tried changing my makefile from
> CC=gcc (which seems to work)
>
> to
>
> CC=arm-none-eabi-gcc
>
> but I get:
>
> arm-none-eabi-gcc -o hello hello.c
> make: arm-none-eabi-gcc: Command not found
>
> Now, this is on my system PATH, and I can compile from the command line.
>
> Any guidance, especially towards relevant documentation would be much
> appreciated.
>
> Kind regards,
>
> Douglas
>
Previous Topic:Getting Up and Running with Web data apps
Next Topic:How to return to previous point in editor?
Goto Forum:
  


Current Time: Fri Apr 26 19:37:23 GMT 2024

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

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

Back to the top