Page 1 of 1

arm-none-eabi-gcc: Command not found

Posted: Thu Jul 03, 2014 5:48 pm
by binesh
I was trying to implement this tutorial on raspberry pi :http://wiki.osdev.org/ARM_RaspberryPi_Tutorial_C. when I give make after I created the needed 4 files , Im getting the following error message :

/usr/local/cross/bin/arm-none-eabi-gcc -I include -MD -MP -D__ASSEMBLY__ -c boot.S -o boot.o
make: /usr/local/cross/bin/arm-none-eabi-gcc: Command not found
make: *** [boot.o] Error 127

-Ive installed the 32 bit tools and also I ve made sure the command was in the PATH

Can someone help me out please

-Binesh

Re: arm-none-eabi-gcc: Command not found

Posted: Thu Jul 03, 2014 5:56 pm
by Nable
You should improve your linux skills.
To do some investigation I can recommend starting with the following two commands:

Code: Select all

echo $PATH
ls -l /usr/local/cross/bin/