Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » arm-elf-gcc problem(not getting the correct path arm-elf-gcc in eclipse)
arm-elf-gcc problem [message #691148] Thu, 30 June 2011 20:09 Go to next message
Piyush Pandey is currently offline Piyush PandeyFriend
Messages: 1
Registered: June 2011
Junior Member
Hello guys


I am new to the eclipse community and I have joined it because I have encounterd a big problem in my opinion but I think it would be a little one for you guys.


well my problem is that I have successfullly installed the arm-elf-gcc toolchain on my Ubuntu lucid system and have tested it and compiled the program with it succesfully through commandline.


But now I want to compile the same program from the eclipse IDE and for that I installed the gnuarm eclipse plugin from the sourceforge site and try to compile the program but getting this error :


**** Build of configuration Debug for project demo2106_blink_flash ****

make all
Building file: ../main.c
Invoking: ARM Linux GCC C Compiler
arm-elf-gcc -O0 -Wall -Wa,-adhlns="main.o.lst" -c -fmessage-length=0 -MMD -MP -MF"main.d" -MT"main.d" -mcpu=arm7tdmi -mthumb -g3 -gdwarf-2 -o"main.o" "../main.c"
/bin/sh: arm-elf-gcc: command not found
make: *** [main.o] Error 127


here it is showing that arm-elf-gcc: command not found but I have installed the compiler and it is specyfying the /bin/sh path for the arm compiler whereas I have installed the compiler in the /usr/local/gnuarm/install/bin/ path .


So my question is how can I configure the path of the compiler in the eclip[se IDE as I have saw and checked many times that there is no way or option to configure the path of the compilers , assemblers etc in the eclipse .



So please tell me how to configure the path.



Thank you
Re: arm-elf-gcc problem [message #691170 is a reply to message #691148] Thu, 30 June 2011 21:18 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

Check out the sticky topics at the top of the forum that encourage you
to ask your C/C++ specific questions in the Eclipse CDT forum.


On 30-Jun-11 14:09, Piyush Pandey wrote:
> Hello guys
>
>
> I am new to the eclipse community and I have joined it because I have
> encounterd a big problem in my opinion but I think it would be a little
> one for you guys.
>
>
> well my problem is that I have successfullly installed the arm-elf-gcc
> toolchain on my Ubuntu lucid system and have tested it and compiled the
> program with it succesfully through commandline.
>
>
> But now I want to compile the same program from the eclipse IDE and for
> that I installed the gnuarm eclipse plugin from the sourceforge site and
> try to compile the program but getting this error :
>
>
> **** Build of configuration Debug for project demo2106_blink_flash ****
>
> make all Building file: ../main.c
> Invoking: ARM Linux GCC C Compiler
> arm-elf-gcc -O0 -Wall -Wa,-adhlns="main.o.lst" -c -fmessage-length=0
> -MMD -MP -MF"main.d" -MT"main.d" -mcpu=arm7tdmi -mthumb -g3 -gdwarf-2
> -o"main.o" "../main.c"
> /bin/sh: arm-elf-gcc: command not found
> make: *** [main.o] Error 127
>
>
> here it is showing that arm-elf-gcc: command not found but I have
> installed the compiler and it is specyfying the /bin/sh path for the arm
> compiler whereas I have installed the compiler in the
> /usr/local/gnuarm/install/bin/ path .
>
>
> So my question is how can I configure the path of the compiler in the
> eclip[se IDE as I have saw and checked many times that there is no way
> or option to configure the path of the compilers , assemblers etc in the
> eclipse .
>
>
>
> So please tell me how to configure the path.
>
>
>
> Thank you
>
Previous Topic:Trouble With "Hello World"
Next Topic:Unable to update index for central
Goto Forum:
  


Current Time: Fri Apr 26 19:08:22 GMT 2024

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

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

Back to the top