hi,
I am a freashman of the Davinci DSP, when I using <the TMS320DM6467 DVEVM v1.4 Getting Started Guide> to building my linux kernel, before building i have installed the tools and the PATH
PATH="/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin:
/opt/mv_pro_5.0/montavista/pro/bin:
/opt/mv_pro_5.0/montavista/common/bin:$PATH"
host $ source ~/.bashrc
but,the following information is displayed:
[xwh@localhost linux-2.6.10_mvl401_LSP_01_30_00_082]$ make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm646x_defconfig
HOSTCC scripts/basic/fixdep
/bin/sh: gcc: command not found
make[1]: *** [scripts/basic/fixdep] Error 127
make: *** [scripts_basic] Error 2
[xwh@localhost linux-2.6.10_mvl401_LSP_01_30_00_082]$
could you tell me how can I solve the problem?
Thanks very much