EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

[lpc 2000] tool settings problem in eclipse for LPC 2468 blinking led demo program in FreeRTOS

Started by Sabbir Ahmad April 1, 2011
Hello People,
I will really appreciate from my heart if someone reply my small problem. I am trying to play with olimax lpc 2468 blinking led demo program of FreeRTOS in eclipse. I got this error.
>>/bin/sh: arm-elf-gcc: not found
>>make: *** [RTOSDemo/main.o] Error 127

I checked tool settings configuration command its configured as; arm-elf-gcc

But i think i have to put the path here. But don't how :(

Any idea of why this error message coming or proposed solution????

Thanks

Sabbir

An Engineer's Guide to the LPC2100 Series

--- In l..., Sabbir Ahmad wrote:
>
> Hello People,
>
>
> I will really appreciate from my heart if someone reply my small problem. I am trying to play with olimax lpc 2468 blinking led demo program of FreeRTOS in eclipse. I got this error.
>
>
> >>/bin/sh: arm-elf-gcc: not found
> >>make: *** [RTOSDemo/main.o] Error 127
>
> I checked tool settings configuration command its configured as; arm-elf-gcc
>
> But i think i have to put the path here. But don't how :(
>
> Any idea of why this error message coming or proposed solution????
>
> Thanks
>
> Sabbir
>

Are you using Linux or Windows? Where did you put your toolchain? Eclipse by itself does not have the arm-elf toolchain. In fact, the newest version of YAGARTO (which is for Windows) has eclipse and arm-none-eabi toolchain.

In any event, the makefile can't find the compiler on your path.

Richard


The 2024 Embedded Online Conference