Okay, problem solved - it wasn't Davinci or MV issue, I just forgot to install the gcc component on the host Linux after reinstalling the host Linux.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Lutti Sent: February 5, 2007 3:08 PM To: davinci-linux-open-source Subject: [SPAM] - Re: Re: Moving from DVEVM demo to full MV environment - Bayesian Filter detected spam Kim Klaiman ha scritto: > However, "which gcc" doesn't find gcc in the path. In fact, "whereis > gcc" doesn't find gcc anywhere. This isn't good, it looks like you have something misconfigured. You should get something like: [EMAIL PROTECTED] ~ $ whereis gcc gcc: /usr/bin/gcc /usr/lib/gcc /usr/X11R6/bin/gcc /usr/libexec/gcc > What is not clear to me is why it needs > gcc - shouldn't the kernel be compiled with arm_v5t_le-gcc like the user > program? Yes, of course! In fact you should specify it from the command line: make ARCH=arm CROSS_COMPILE=arm_v5t_le- ... I've always had to do it this way, even with the evaluation. But maybe it's just me: I'm using Gentoo Linux at the moment, not RH Enterprise. Cheers, Lorenzo _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
