I got stuck with this problem for so many days.
I downloaded arm-2010q1-202-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
I untar the file with this command.
root@ubuntu:/tmp# sudo tar xfzv arm-2010q1-202-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
root@ubuntu:/tmp# arm-none-linux-gnuabi-gcc -v
arm-linux-gnueabi-gcc : no such file or directory
I don't know what was wrong. I think that I follow the manual step by step. BTW, I am using Ubuntu 10.04. I can not continue my work. Please tell me what did I do wrong. Thank you in advance.
SOLUTION:
While cross compiling on 64 bit OS this problem occurs since most of the times cross compiler require lots of 32-bit binaries. So to cross-compile on 64bit we need ia32-libs package
apt-get install ia32-libs
REF:
http://www.friendlyarm.net/forum/topic/1462
No comments:
Post a Comment