This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bennykj
Recipients Alex.Willmer, bennykj, xdegaye
Date 2016-10-15.06:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476512389.16.0.760576156446.issue28444@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the response.

I'm not too sure how to set the root directory for arm headers and libraries in the configure command line.

So I've tried the below, but still not all of the extensions modules was not build (e.g math, socket, select)

export CROSS_PATH=/home/benny/workspace/projects/webshield/src/dntl_ws/sw/toolchain/gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf/bin/../arm-linux-gnueabihf/libc


CONFIG_SITE=config.site CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ AR=arm-linux-gnueabihf-ar RANLIB=arm-linux-gnueabihf-ranlib READELF=arm-linux-gnueabihf-readelf CFLAGS="-I${CROSS_PATH}/usr/include" LDFLAGS="-L${CROSS_PATH}/usr/lib" CPPFLAGS="-I${CROSS_PATH}/usr/include" ./configure --enable-shared --host=arm-linux --build=x86_64-linux-gnu --disable-ipv6 --prefix=/opt/python3

Attached please find the build log
History
Date User Action Args
2016-10-15 06:19:49bennykjsetrecipients: + bennykj, xdegaye, Alex.Willmer
2016-10-15 06:19:49bennykjsetmessageid: <1476512389.16.0.760576156446.issue28444@psf.upfronthosting.co.za>
2016-10-15 06:19:49bennykjlinkissue28444 messages
2016-10-15 06:19:49bennykjcreate