[RTEMS Project] #3537: RSB and RTEMS Tools Support for python2 and python3

RTEMS trac trac at rtems.org
Mon Dec 17 23:59:24 UTC 2018


#3537: RSB and RTEMS Tools Support for python2 and python3
-------------------------+--------------------------
 Reporter:  Chris Johns  |       Owner:  Chris Johns
     Type:  defect       |      Status:  reopened
 Priority:  high         |   Milestone:  5.1
Component:  tool         |     Version:  5
 Severity:  blocker      |  Resolution:
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+--------------------------
Changes (by Chris Johns):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Support for `python-config` needs to be added. FreeBSD 11.2-RELEASE-p5
 has:
 {{{
 $ find /usr/local/ -name Python.h
 /usr/local/include/python3.6m/Python.h
 }}}
 Notice the `m` in the path. The `python-config` command gives:
 {{{
 $ python3-config --includes
 -I/usr/local/include/python3.6m -I/usr/local/include/python3.6m
 }}}
 The RSB should detect and use a suitable the `python-config` command to
 find the include paths and to use those paths before looks at default
 paths.

--
Ticket URL: <http://devel.rtems.org/ticket/3537#comment:11>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list