I have been following along in the TI81XX PSP User Guide to rebuild the kernel for my 8148 EVM.
http://processors.wiki.ti.com/index.php/TI81XX_PSP_User_Guide
The path for my CodeSourcery toolchain is here and I have added this to my path:
~/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/bin
Would someone point me in the right direction regarding the errors that I am receiving when using the following two commands:
make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm ti8148_evm_defconfig
make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm uImage
l/linux-04.04.00.02$ pwd
~ti-ezsdk_dm814x-evm_5_05_02_00/board_support/TI81XX-LINUX-PSP-04.04.00.02/src/kernel/linux-04.04.00.02
~/ti-ezsdk_dm814x-evm_5_05_02_00/board_support/TI81XX-LINUX-PSP-04.04.00.02/src/kernel/linux-04.04.00.02$ make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm ti8148_evm_defconfig
HOSTCC scripts/basic/fixdep
gcc: error trying to exec 'cc1': execvp: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
:~/ti-ezsdk_dm814x-evm_5_05_02_00/board_support/TI81XX-LINUX-PSP-04.04.00.02/src/kernel/linux-04.04.00.02$ make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm uImage
make: arm-arago-linux-gnueabi-gcc: Command not found
HOSTCC scripts/basic/fixdep
gcc: error trying to exec 'cc1': execvp: No such file or directory
make[2]: *** [scripts/basic/fixdep] Error 1
make[1]: *** [scripts_basic] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
Thank you for your comments.
-Mike