DM355 - problem with the directory of dvsdk and building new
kernel
Caglar Akyuz
caglarakyuz at gmail.com
Tue Sep 2 21:14:00 CDT 2008
Pascal Klipstein wrote:
> Hi,
> I'm using the DM355 EVM...
>
Hi,
[...]
> /bin/sh: arm_v5t_le-gcc: command not found
> make[2]: *** [scripts/mod/empty.o] Fehler 127
> make[1]: *** [scripts/mod] Fehler 2
> make: *** [scripts] Fehler 2
> +++++++++++++++++++++++++++++++++++++
>
I guess your PATH environment variable does not include your toolchain.
You can try something like this on your console to build:
(export PATH=/path-to-mv-installation/montavista/pro/devkit/arm/v5t_le/bin:$PATH; make uImage);
Regards,
Caglar
More information about the Davinci-linux-open-source
mailing list