[NumPy-Tickets] [NumPy] #1694: Adding support to an ARM processor
NumPy Trac
numpy-tickets@scipy....
Sun Dec 5 10:32:45 CST 2010
#1694: Adding support to an ARM processor
--------------------+-------------------------------------------------------
Reporter: Snark | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: |
--------------------+-------------------------------------------------------
I'm trying to compile sage on a toshiba AC100 -- this device is a netbook
with an ARM-processor.
The errors are :
numpy/core/include/numpy/npy_cpu.h:49: error: #error Unknown CPU, please
report this to numpy maintainers with information about your platform (OS,
CPU and compiler)
Ok, that's what I'll do. The machine is arm-linux-gnueabi, using gcc
4.4.5.
numpy/core/include/numpy/npy_endian.h:33: error: #error Unknown CPU: can
not set endianness
That one is strange : there is a nice endian.h which numpy could try to
detect...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1694>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list