Bugzilla – Bug 1226311
Removing arm-none-eabi-c++filt from binutils prevents me from compiling a project (lk2nd)
Last modified: 2024-07-01 14:50:23 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
You should be able to use 'c++filt' though, that should be functionally compatible.