How to handle odd libc.so from Yocto GCC cross-compiler when running modules_prepare?
When attempting to set up an environment for cross-compiling for Yocto Linux, I am getting an unusual build error when it’s building some of the host tools used by the Linux kernel. This seems to be due to an unusual libc.so library file that is actually an LD linker script. Due to that linker script, when I run make modules_prepare
in the Linux kernel source tree for my Yocto target, it fails while building the extract-cert
host utility: