Hi everyone, I'm trying to compile montavista 5 kernel (linux-2.6.18_pro500), following the InstallGuide_Linux_Davinci from dspLink1_60 docs.
The Install Guide says that DHCP and AEBI must be enabled, and CONFIG_PREEMPT must be disabled in the .config file. After configuring this I try to compile the kernel using : make ARCH=arm CROSS_COMPILE=arm_v5t_le_uclibc- uImage But the toolkit given by Montavista 5 doesn't contain arm_v5t_le_uclibc-gcc and the compilation result was: make: arm_v5t_le_uclibc-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 CC arch/arm/kernel/asm-offsets.s /bin/sh: arm_v5t_le_uclibc-gcc: command not found make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 127 make: *** [prepare0] Error 2 Then I've tried to use arm_v5t_le-gcc instead of arm_v5t_le_uclibc-gcc, and I got the following error: r...@mediator:/opt/montavista/pro/devkit/lsp/ti-davinci_evm-arm_v5t_le/linux-2.6.18_pro500# make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage CHK include/linux/version.h make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/utsrelease.h CC arch/arm/kernel/asm-offsets.s <unknown> tried to exec cc1 but failed (No such file or directory) make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1 make: *** [prepare0] Error 2 Can someone help me with this? Sorry for the bad English... Thanks André Costa
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
