Prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ARM-Eabi-GCC:/lib/libc. so.6: Version 'glibc _ 2.11

Source: Internet
Author: User

Recently, we have repeatedly set up the android2.3 compiling environment using cyanogenmod for Samsung captivate. Error during my manual initial build phase I: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ARM-Eabi-GCC:/lib/libc. so.6: Version 'glibc _ 2.11 'not found

After Google for a long time, I found the answer in the sea:

CD prebuilt/linux-x86/toolchain/
MV arm-eabi-4.4.3 arm-eabi-4.4.3.flc
Ln-s arm-eabi-4.4.0 arm-eabi-4.4.3

Note: This directory is in the root directory of the project.

See http://crancho.com/wiki/CyanogenMod_for_Samsung_Captivate#Errors_.2F_Solutions for details

However, when I compile, the error, someone told me that prebuilt/linux-x86/toolchain/inside the thing is not casually modified, that error is not the cause of glibc, okay, I am naive. What is glibc? Encyclopedia: Glibc is the libc library released by GNU, that is, the C Runtime Library. Glibc is the most underlying API (Application Development Interface) in Linux. almost any other Runtime Library relies on glibc. Glibc not only encapsulates the system services provided by the Linux operating system, but also provides implementation of many other necessary functional services.

Check the version of the libc library on my computer:

Command: ls/lib/libc -*
/Lib/libc-2.10.1.so to see my computer libc is 2.10.1, and the compiling environment is 2.11, then install the latest glibc.

Command: emerge glibc

 


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.