installing python headers for RTEMS on OS X
Andrew Butterfield
Andrew.butterfield at scss.tcd.ie
Thu Nov 22 13:32:22 UTC 2018
Hello all,
I am involved with a project about to startup, funded by the European Space Agency, looking at verifying
the multi-core scheduling algorithms that will be part of RTEMS 5.
I am working closely with Sebastian Huber (Cced) who I guess some of you already know.
My problem is that I am trying to build RTEMS on my Macbook Pro
using a makefile I obtained from Sebastian (attached)
The build fails with the following error
checking whether to use python... /usr/local/bin/python2
checking for python2.7... no
configure: error: no usable python found at /usr/local/bin/python2
make[2]: *** [configure-gdb] Error 1
make[1]: *** [all] Error 2
shell cmd failed: /bin/sh -ex /Users/butrfeld/REPOS/rtemsBuild/makebox/src/rtems-source-builder/rtems/build/arm-rtems5-gdb-8.0.1-x86_64-apple-darwin18.2.0-1/do-build
error: building arm-rtems5-gdb-8.0.1-x86_64-apple-darwin18.2.0-1
Sebastian said:
> you need the Python headers installed (Python development package). I don't know how you can do this and it is missing from the user manual.
Can anyone help. I'm using OS X 10.14.1 (Mojave), with Xcode (10.1 (10B61)) installed.
Running 'python-config --include'
returns
-I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7
In here I see a large collection of .h files.
How do I "install" these?
Thanks, Andrew Butterfield
-------------- next part --------------
--------------------------------------------------------------------
Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero at TCD, Head of Foundations & Methods Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
http://www.scss.tcd.ie/Andrew.Butterfield/
--------------------------------------------------------------------
More information about the users
mailing list