> > hi, forsman > Thanks for you answer. following you suggestion, I get right > configure file by "make ARCH=arm CROSS_COMPILE=arm_v5t_le- > davinci_evm_dm644x_defconfig". but when execute the command: > make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage . one error occur, the > error message is: > > CHK include/linux/version.h > make[1]: `include/asm-arm/mach-types.h' is up to date. > CHK include/linux/utsrelease.h > CC kernel/bounds.s > kernel/bounds.c:1: error: invalid ABI option: -mabi=aapcs-linux > make[1]: *** [kernel/bounds.s] Error 1 > make: *** [prepare0] Error 2 > > my tool chains are from the dvsdk 1.1 , can I build the new > kernel source with the old tool chain? deos this error related with > the tool chain? thanks for you suggestion. >
It will be better if you download the latest Codesourcery toolchain. IF you do decide to download and use the above toolchain you will have to appropriately amend your make command with the following option. CROSS_COMPILE=arm-none-linux-gnueabi- Thanks, Sandeep _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
