Bug 1226311

Summary: Removing arm-none-eabi-c++filt from binutils prevents me from compiling a project (lk2nd)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Kacper Grobelny <kacper12455>
Component: DevelopmentAssignee: Michael Matz <matz>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Kacper Grobelny 2024-06-13 21:27:06 UTC
Hello, I can't compile lk2nd: https://github.com/msm8916-mainline/lk2nd because it needs the mentioned binary which is removed in the binutils spec file.
Error message:
arm-none-eabi-objcopy -O binary build-lk2nd-msm8916/lk build-lk2nd-msm8916/lk.bin
generating listing: build-lk2nd-msm8916/lk.lst
/bin/sh: line 1: arm-none-eabi-c++filt: command not found
make[1]: *** [make/build.mk:26: build-lk2nd-msm8916/lk.lst] Error 127
Comment 1 Richard Biener 2024-07-01 14:50:23 UTC
You should be able to use 'c++filt' though, that should be functionally compatible.