Hello,
I am working on DM355 (EVM). I am doing as per GSG-SPRUF73A. In this I cant build new linux kernel. I am using dvsdk_1_30_00_40. This is my terminal window output.
[bala@localhost ~]$ cd workdir/lsp/ti-davinci_evm-arm_v5t_le/linux- 2.6.10_mvl401 [bala@localhost linux-2.6.10_mvl401]$ make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_evm_defconfig HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2 [bala@localhost linux-2.6.10_mvl401]$
Actually while (Section 4.4) setting up the build/development environment, I cant find .bashrc file. So i set the PATH in etc/bashrc file.
After modifying i gave "source bashrc".
Is it correct or not. How I can build a new kernel. Plz can anybody help me.