About Linux running cross-compilation toolchain after make appears no such file or directory

Source: Internet
Author: User

Just make out, the mood is very excited, from the installation of Ubuntu to run the compilation tool chain really got a week. With the version of UBUNTU14 and Vedon that version is really bad too much, so the problem is endless. Today, I started thinking that the environment variable is not set to, the results of various Baidu according to their settings, but my path root directory clearly has arm-linux-gcc this file, but is showing no such file or directory! On the Internet to find the information between accidentally see someone prompted may be incompatible version of the problem I am now using 64 for the system, and the compiler tool chain is 32-bit, incompatible, so to install Ia32-libs. However, the ia32-libs cannot be updated after version 13. Found a question-and-answer post on the Internet, and he finally got it out by his tips. Sad ah ...

1sudo apt-get install libc6:i3862sudo-I3cd/etc/apt/SOURCES.LIST.D4echo "Deb http://archive.ubuntu.com/ubuntu/raring main restricted universe multiverse" >ia32-libs-raring.list5apt-Get update6Apt-get Install ia32-Libs7rm/ia32-libs-raring.list8apt-Get update9 ExitTensudo apt-get install Gcc-multilib

Original question and answer connection: Http://www.oschina.net/question/1470892_151825?sort=time

Thanks for the selfless answer here!

About Linux running cross-compilation toolchain after make appears no such file or directory

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.