交叉编译龙芯MIPS64版python2.7.18

交叉编译龙芯MIPS64版python2.7.18

python源代码下载

python2.7.18源代码下载地址

编译环境

操作系统:深度deepin15.11
编译平台:x86
交叉编译器: gcc-4.4.7-7215-n64-loongson

交叉编译环境搭建

见在x86_64平台上搭建龙芯MIPS64交叉编译环境

编译

CC="/home/dev/App/gcc-4.4.7-7215-n64-loongson/usr/bin/mips64el-redhat-linux-gcc" ./configure --prefix=/opt/python2.7.18 --host=mips64-linux --build=x86_64-pc-linux-gnu --disable-ipv6 ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no
make CROSS_COMPILE=mips64el-redhat-linux-  -j4
make install

你可能感兴趣的:(交叉编译龙芯MIPS64版python2.7.18)