Cross-compiling the boost library under Linux (ubuntu/debian/centos/redhat)

Source: Internet
Author: User

I use the following version of the software (other versions are compiled exactly the same way):

Boost ver:1.55.0
Compiler:gnu gcc 4.6 for ARM

1. Ensure that the ARM compilation is installed successfully and that the environment variables are configured .
2. Unzip the boost compression pack .
3. Enter the directory to execute the ./bootstrap.sh, which forms Bjam files and Project-config.jam at this time.
4. Edit the Project-config.jamto modify only the using GCC line. Because I'm using ARM-LINUX-GCC, I'll change it to the following:
using gcc:: ARM-LINUX-GCC;
5. Implementation ./bjam--without-python
6. The resulting static and dynamic library files are in the stage directory, while the header files are in the./boost directory.

Cross-compiling the boost library under Linux (ubuntu/debian/centos/redhat)

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.