Quote:
Originally Posted by NiLuJe
Secondly, cross-compiling Python/C extensions is... not a fun experience, cf., the rants about that in the Python section of the x-compile script.
numpy, on the other hand, is common enough that it would make sense to bundle it.
|
I've been thinking it would be really neat to have a sysroot that could be run with proot and qemu, and has a native compiler. Would make doing python stuff a lot easier IMO. Something like
nuitka might even be an option for some people.
I thought about doing it myself, but unsure of how one would need to compile a cross-native compiler with your crosstool-ng setups, and which versions of GCC that would be best to use for such purposes.