Bug 1226311 - Removing arm-none-eabi-c++filt from binutils prevents me from compiling a project (lk2nd)
Summary: Removing arm-none-eabi-c++filt from binutils prevents me from compiling a pro...
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Michael Matz
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-13 21:27 UTC by Kacper Grobelny
Modified: 2024-07-01 14:50 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.