Ubuntu 64-bit system uses a 32-bit cross tool chain
Source: Internet
Author: User
Ubuntu 64-bit system with 32-bit cross tool chain PC: ubuntu12.10-64-bit cross tool chain: mipsel-linux-gcc-32 bit www.2cto.com View tool chain version when the following error occurs: root @ skyi: /home/11 # mipsel-linux-gcc-vbash:/opt/gcc-4.3...
Ubuntu 64-bit system with 32-bit cross tool chain PC: ubuntu12.10-64-bit cross tool chain: mipsel-linux-gcc-32 bit www.2cto.com View tool chain version when the following error occurs: root @ skyi: /home/11 # mipsel-linux-gcc-vbash:/opt/gcc-4.3-ls232-softfloat/bin/mipsel-linux-gcc: No such file or directory cause: the 64-bit operating system is installed on your computer, but the cross tool chain is 32-bit. compatibility problems may occur. after installing the 32-bit shared library, most compatibility problems can be solved: sudo apt-get install ia32-lib * GCC static compilation 32-bit program under 64-bit system: gcc-o hello. c-static-m32
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