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
arm-none-eabi-gcc: Command not found
Re: arm-none-eabi-gcc: Command not found
You should improve your linux skills.
To do some investigation I can recommend starting with the following two commands:
To do some investigation I can recommend starting with the following two commands:
Code: Select all
echo $PATH
ls -l /usr/local/cross/bin/