This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GSG: DM365 DVEVM Software Setup for MontaVista Kernel for building a New lInux kernel issue

Hi,

I tested the DM365 EVM board and follow these manual as the website:
 
 
When I were in the

Building a New Linux Kernel

as the following command :

host $ make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm365_defconfig
 
But it show  as below in my leo host:
 
[leo@localhost linux-2.6.18_pro500]$ make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm365_defconfig
 
make: arm_v5t_le-davinci_dm365_defconfiggcc: Command not found
  HOSTCC  scripts/basic/fixdep
/bin/sh: gcc: command not found
make[2]: *** [scripts/basic/fixdep] Error 127
make[1]: *** [scripts_basic] Error 2
I test these follow the manual and aslo successful in the Writing a Simple Program and Running it on the EVM with the hello code.
it means the path for the compiler is correct and the Rules.Make use the default.

Do you encounter this problem before ? Thanks your help !