Arm-none-eabi-c++filt missing

I can’t compile GitHub - msm8916-mainline/lk2nd: Custom bootloader for Qualcomm MSM8916/MSM8226/MSM8974/... devices because it complains about the binary in the title missing, any idea why the toolchain is packaged with it missing? I installed cross-arm-binutils cross-arm-none-gcc12 libstdc++6-devel-gcc12.
The binary seems to be packaged in the Fedora packages for that toolchain.

This binary is explicitly removed when building cross tools. You should open bug report for binutils package.

File binutils.spec of Package binutils - openSUSE Build Service

rm -f %{buildroot}%{_prefix}/bin/*-c++filt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.