While running
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage modules
i get this error,
I am using UBUNTU 9.04, and ran the commands below without an error message
Normal 0 false false false EN-US X-NONE X-NONE
================================================================================
host $ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm omap3_evm_defconfig
host $ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig
-=================================================================
but running the next command i get the below mention Errors
omap3530@omap3530-desktop:~/OMAP/workdir/opt/linux-03.00.00.05$ sudo make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage modules
make: arm-none-linux-gnueabi-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CC kernel/bounds.s
/bin/sh: arm-none-linux-gnueabi-gcc: not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
omap3530@omap3530-desktop:~/OMAP/workdir/opt/linux-03.00.00.05$
=============================================================================
I have installed the codeSoucery and set the right Path, also set the path for the tool chain
Normal 0 false false false EN-US X-NONE X-NONE
export PATH=/home/omap3530/OMAP/toolchain/arm-2009q1/bin:$PATH
export PATH=/home/omap3530/OMAP/workdir/opt/u-boot-03.00.00.05/tools:$PATH
===================================================================
I would like to know, if there are any files ex makefile or or some scripts i need to make changes to the path
Also would like to know what the command
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage modules
Really means and which installation file /*.sh i need to see, what command are being run
Also wanted to know, why is that i have to run the make scripts in sudo command as they would not work if i discard sudo