Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x 如何为MIPS64平台编译Python 3.8.2_Python 3.x - Fatal编程技术网

Python 3.x 如何为MIPS64平台编译Python 3.8.2

Python 3.x 如何为MIPS64平台编译Python 3.8.2,python-3.x,Python 3.x,如何为mips64编译Python 3.8.2。 我使用了以下命令: root@Giri:/home/subhra/Downloads/Python-3.8.2# ./configure --host=mips --build=x86 输出: checking build system type... x86-unknown-none checking host system type... mips-unknown-elf checking for python3.8... no check

如何为mips64编译Python 3.8.2。 我使用了以下命令:

root@Giri:/home/subhra/Downloads/Python-3.8.2# ./configure --host=mips --build=x86
输出:

checking build system type... x86-unknown-none
checking host system type... mips-unknown-elf
checking for python3.8... no
checking for python3... python3
checking for python interpreter for cross build... configure: error: python3.8 interpreter not found
------------------
Please suggest me what is the right command to cross compile for MIPS64