LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   somebody can tell me why . tell me how i can slove this problem (https://www.linuxquestions.org/questions/linux-newbie-8/somebody-can-tell-me-why-tell-me-how-i-can-slove-this-problem-665414/)

xiongzhongkai 08-25-2008 11:57 PM

somebody can tell me why . tell me how i can slove this problem
 
arm-linux-gcc: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by arm-linux-gcc)

ehawk 08-26-2008 01:02 AM

What linux distribution are you using? If you are Chinese, perhaps this page will help:

http://www.arm9bbs.com/archiver/tid-1787.html

http://www.100ask.net/showtopic-289.aspx

John VV 08-26-2008 01:36 AM

and please do not double post
this is the same post that is in "Linux - Embedded"

pinniped 08-26-2008 01:43 AM

Quote:

Originally Posted by xiongzhongkai (Post 3259805)
arm-linux-gcc: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by arm-linux-gcc)

That's easy - your linker is attempting to link to the i686 version of libc6; it can't possibly work. You need to set up your environment so that you use the correct compiler, linker, assembler and that they use the ARM libraries and not the libraries on the computer you are using to build.

megerdin 08-26-2008 01:51 AM

install following library...
Quote:

yum install glibc


All times are GMT -5. The time now is 05:41 AM.