-
Bug
-
Resolution: Unresolved
-
Blocker
-
CentOS Stream 9, CentOS Stream 10, rhel-10.0
-
binutils-2.41-53.el10
-
None
-
Moderate
-
1
-
rhel-sst-pt-gcc
-
ssg_platform_tools
-
26
-
28
-
1
-
No
-
IDE Extensions
-
PT GCC 2025 S02
-
Requested
-
binutils-2.41-53.el10
-
None
-
Unspecified Release Note Type - Unknown
-
x86_64, aarch64
-
None
What were you trying to do that didn't work?
Build u-boot software package for a specific platform (aka rcar-s4)
What is the impact of this issue to you?
Not being able to create a proper u-boot package for the mentioned platform. We need the binary generated as is used on the boot stages of the rcar-s4 platform.
Please provide the package NVR for which the bug is seen:
binutils-2.35.2-54.el9 but also centos-stream-10 and fedora
How reproducible is this bug?:
Always
Steps to reproduce
On x86_64 architecture:
1. Clone the u-boot project
git clone
https://source.denx.de/u-boot/u-boot.git
2. Go to the project
cd u-boot
3. Configure for the rcar spider board
make r8a779f0_spider_defconfig
4. Cross-build with
make CROSS_COMPILE=aarch64-linux-gnu-
On aarch64 architecture:
1. Clone the u-boot project
git clone
https://source.denx.de/u-boot/u-boot.git
2. Go to the project
cd u-boot
3. Configure for the rcar spider board
make r8a779f0_spider_defconfig
4. Build with
make
Expected results
An u-boot.bin binary is generated
Actual results
A segmentation fault happens
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped
compilation terminated.
The equivalent bug for Fedora was reported at:
https://bugzilla.redhat.com/show_bug.cgi?id=2326190