Yes I edited the .bash_profile. My path includes the correct directories. "which arm_v5t_le-gcc" gives me /opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc.
I'm able to compile and run the "hello" program with arm_v5t_le-gcc command. However, "which gcc" doesn't find gcc in the path. In fact, "whereis gcc" doesn't find gcc anywhere. 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? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Lutti Sent: February 5, 2007 2:20 PM To: davinci-linux-open-source Subject: [SPAM] - Re: Moving from DVEVM demo to full MV environment - Email has different SMTP TO: and MIME TO: fields in the email addresses Kim Klaiman ha scritto: > I have installed the DVEVM demo version according to the "DVEVM getting > started guide". Everything worked fine. > > Now we have received the full MV license and I'm trying to reinstall it. > When trying to compile the kernel, I'm getting the following message: > > > > "/bin/sh: line 1: gcc: command not found" Have you followed the quick start guide? You need to manually edit your .bashrc or .bash_profile after you've installed the MV tools. 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
