You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be OK if I compile kernel by removing -fuse-ld=lld from KERNEL_CC, but I also set KERNEL_LD = "${CCACHE}${HOST_PREFIX}ld.lld". Verify that the final image(vmlinux) is also generated through ld.lld link
Describe the bug
some kernel configuration options are disabled after do_configure.
To Reproduce
Steps to reproduce the behavior:
bitbake virtual/kernel -c configure
Expected behavior
git diff .oldconfig .config
-c
option can't use with '-fuse-ld=lld'The text was updated successfully, but these errors were encountered: