Cross-compile libxml2

Source: Internet
Author: User

Please do not use it for commercial purposes. For reprinting, please indicate the source!

The advantage of XML is that it can easily manage configuration items. libxml2 is an XML management library implemented in C language. Currently, the project requires a version under arm. The libxml2 compilation steps are as follows:

0. Preparations
:ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz
<pre name="code" class="cpp">编译环境:Ubuntu 14.04 TLS交叉编译器:arm-linux-gnueabihf-gcc 4.8.2 20130902

 

1. Configure compilation Information
$./configure --host=arm-linux --build=i386-linux --target=arm --prefix=/usr/local/arm/libxml_arm CC=/home/lhl/buildroot-at91-buildroot-2013.    11-at91/output/host/usr/bin/arm-linux-gnueabihf-gcc  --without-zlib  --without-python

During compilation, the system prompts that there is no Python-related header file error, and because Python-related content is not used in the project, the reader should configure this option as needed. Same principles for zlib
2. Compile
$make;$make install

3. You must specify the-lxml2 compilation option in makefile.

Cross-compile libxml2

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.