Hello, I have also observed similar problem in Fedora 9 core. Essentially, the packages from TI website download does not get installed. To work around this, I have installed the packages to RHEL 4 and then used the tar balls to get that installed on FC9. This way it worked well for me and I am not having any trouble in building the binary for ARM/DSP for DM6446 EVM board.
My suggestion would be, double check the installation. If the installation is successful, you have to update your path, so that the system can find arm_v5t_le-gcc in its path. With best regards, Venkatachala Upadhya| Extn: 65395| -- ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Laurent Meyer Sent: 15 December, 2008 4:30 PM To: [email protected] Cc: [email protected] Subject: RE: problem to build the new Linux kernel using the updated DVSDK v1.3 for DM355 Hello, I faced the same problem, check how your ubuntu box is installed # unaeme -a Linux darkstar 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux If your linux is compiled in 64 bits, trying to run 32 bits binaries can result in "No such file or directory" message. If your arch is 64 bits, to allow 32 bits binaries execution: type: sudo apt-get install gcc-multilib libc6-i386 Regards Laurent. Your message bellow: ------------------------------------------------------------------------------------------------ HI, I reinstalled my Ubuntu linux OS, and the Apr 15 updates of DVEVM software from TI website. But I still cannot compile the kernel using kernelkit as I did successfully with the old version before. Here is the command (line wrap on) causing the problem, knoppix at Knoppix<http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source>:/media/hda5/home/zyang1/workdir/lsp/ti-davinci$ make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage CHK include/linux/version.h HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc SPLIT include/linux/autoconf.h -> include/config/* CC scripts/mod/empty.o /bin/sh: arm_v5t_le-gcc: command not found -- Laurent MEYER. Resp projets Borea SAS Tél: +331 75 43 78 43 Email: [email protected]<mailto:[email protected]> ________________________________ This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
