How to port a python package to a embedded system

Michael Torrie torriem at gmail.com
Mon Apr 24 22:37:56 EDT 2017


On 04/24/2017 08:04 PM, chenchao wrote:
> Hi, everybody:
> 
>       I have x-compiled the cpython-2.7.10 and ported it on my ARM 
> board(it is not the Raspberry Pi and the Beaglebone Black).  But now, I 
> have to use numpy python package on my board. So how do i x-compile this 
> package? Is there anybody know how to do this? Thanks!

Also what processor are you using?  Many ARM processors lack a floating
point unit, and if yours is one of those, then numpy will be of very
little use on that platform as it requires floating point in the CPU for
speed.




More information about the Python-list mailing list