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 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
