[RTEMS Project] #4892: MacOS tools build failures on Ventura and M series processors
RTEMS trac
trac at rtems.org
Sun Mar 26 01:09:44 UTC 2023
#4892: MacOS tools build failures on Ventura and M series processors
--------------------------+-------------------------
Reporter: Chris Johns | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 6.1
Component: tool/rsb | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
--------------------------+-------------------------
Building the tools with a recent MacOS such as Ventura failed because
Apple has removed support for embedded python in programs. This means GDB
does not build. The solution is to teach the RSB GDB support to use a
build of Python from https://www.python.org/.
The RSB failed to build gcc on the M series processors on Ventura using
Xcode 14.2. The build gcc crosscompiler (`xgcc`) crashes with sig faults.
GCC does not bootstrap on ARM systems:
{{{
*** Configuration aarch64-apple-darwin22.3.0 not supported
}}}
Look at supporting Homebrew built `gcc`.
--
Ticket URL: <http://devel.rtems.org/ticket/4892>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list