[issue28444] Missing extensions modules when cross compiling python 3.5.2 for arm on Linux

Benny K J report at bugs.python.org
Sat Oct 15 11:20:35 EDT 2016


Benny K J added the comment:

I've confirmed that the suggested steps works fine on Ubuntu 14.04 as well as 16.04 versions

standard procedure for cross-compilation:
    * Configure the python source, for example update Modules/Setup.
    * Build python natively out of the source tree [1].
    * Set the new interpreter first on the PATH.
    * Cross-build python out of the same source tree, in another directory.

Thanks a lot for the support.

Could you please comment if we could add these instructions to the README file under the Build Instructions. I'll make a a small patch for updating the documentation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28444>
_______________________________________


More information about the Python-bugs-list mailing list