[RTEMS Project] #3616: [patch] rtems-tools - elftoolchain native elf detection broken on x86_64 machines
RTEMS trac
trac at rtems.org
Fri Nov 23 16:15:17 UTC 2018
#3616: [patch] rtems-tools - elftoolchain native elf detection broken on x86_64
machines
--------------------------------------+------------------------
Reporter: Christian Spindeldreier | Owner: (none)
Type: defect | Status: new
Priority: high | Milestone: Indefinite
Component: tool/rsb | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
--------------------------------------+------------------------
The native elf detection script of rtems-tools (rtems-
tools/rtemstoolkit/elftoolchain/common/native-elf-format) does not
recognize the host string "x86_64" as EM_X86_64. It expects the string
x86-64.
The attached patch fixes this issue that causes the rtems-source-builder
build process to abort.
The issue was observed on ubuntu 16.04.5 and ubuntu 18.04.1 (both x86_64)
when trying to build the ''5/rtems-arm'' target of '''rtems-source-
builder''' (master). Manually adding the patch to ''rtems-tools-5-1.cfg''
recipe fixed the issue.
{{{
%patch add rtems-tools file://rtems-tools_fix-native-elf-detection-on-
x86_64-machines.patch
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3616>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list