make: arm-linux-gcc: Command not found
Posted: Wed Mar 02, 2016 5:51 am
From the Compile U-Boot section:
gives me the error:
From the Compile Debian Kernel section:
gives me the error:
gives me the error:
Yet from both of the respective directories running:
gives me the correct result.
I am running this on a 64bit machine with Ubuntu 14.04LS and installed build-essential and automake.
Any suggestions?
Thanks,
davef
Code: Select all
make CROSS_COMPILE=arm-linux-
gives me the error:
Code: Select all
make: arm-linux-gcc: Command not found
From the Compile Debian Kernel section:
Code: Select all
make uImage
gives me the error:
Code: Select all
rm: cannot remove ‘include/config/kernel.release’: Permission denied
make: *** [include/config/kernel.release] Error 1
Code: Select all
sudo make uImage
gives me the error:
Code: Select all
make: arm-linux-gcc: Command not found
Yet from both of the respective directories running:
Code: Select all
arm-linux-gcc -v
gives me the correct result.
I am running this on a 64bit machine with Ubuntu 14.04LS and installed build-essential and automake.
Any suggestions?
Thanks,
davef