Ok so I am getting the following error when I run this command:
export CROSS_COMPILE=/home/derek/Desktop/arm-2009q3/bin/arm-none-eabi
make: /opt/toolchains/arm-2009q3/bin/arm-none-linux-gnueabi-gcc: Command not found
Then when I run:
make -j5 CONFIG_INITRAMFS_SOURCE=/home/derek/Desktop/initramfs
I get the following error :
make: /home/derek/Desktop/arm-2009q3/bin/arm-none-eabigcc: Command not found
scripts/kconfig/conf -s arch/arm/Kconfig
make: /home/derek/Desktop/arm-2009q3/bin/arm-none-eabigcc: Command not found
CHK include/linux/version.h
CHK include/generated/utsrelease.h
HOSTCC scripts/genksyms/genksyms.o
HOSTCC scripts/genksyms/lex.o
make[1]: `include/generated/mach-types.h' is up to date.
CC scripts/mod/empty.o
/bin/sh: /home/derek/Desktop/arm-2009q3/bin/arm-none-eabigcc: not found
make[2]: *** [scripts/mod/empty.o] Error 127
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
HOSTCC scripts/genksyms/parse.o
CC kernel/bounds.s
/bin/sh: /home/derek/Desktop/arm-2009q3/bin/arm-none-eabigcc: not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
make: *** Waiting for unfinished jobs....
HOSTLD scripts/genksyms/genksyms
make: *** [scripts] Error 2