arm-none-eabi-gcc: Command not found
Posted: Thu Jul 03, 2014 5:48 pm
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
/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