1. Download source code
    • http://www.xmlsoft.org/downloads.html
  2. Configure project
    • ./configure CC=arm-linux-gnueabi-gcc CXX=arm-linux-gnurabi-g++ –host=arm-linux –build=i686-linux –prefix=/home/kclin/workspace/cross_result/pkg_config/ RANLIB=arm-linux-gnue|
      abi-ranlib LD=arm-linux-gnueabi-ld –cache-file=arm-linux.cache LIBS=”-L/home/kclin/workspace/cross_result/pkg_config/lib -lffi” CFLAGS=”-I/home/kclin/workspace/cross_result/pkg_config/lib/libffi-3.0.13/include -I/home/kclin/worksp|
      ace/cross_result/pkg_config/include -I/home/kclin/workspace/cross_result/pkg_config/include/python2.7″ NM=arm-linux-gnueabi-nm –with-python=/home/kclin/workspace/cross_result/pkg_config/bin
  3. make && make install

Leave a Reply