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

Reply via email to