Closed
Description
After #779 was resolved for x86_64, I get the following error on 5.6-rc1 with CONFIG_DEBUG_INFO_BTF
:
llvm-objcopy: error: unknown argument '--change-section-address'
llvm-objcopy: error: '.btf.vmlinux.bin': No such file or directory
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
This was added in df786c9. Without that commit, the build finishes successfully.
cc @rupprecht