Closed tgagneret-embedded closed 4 years ago
Yocto add some flags when compiling. Linker option, --as-needed, is one of them and it caused the compilation to fail because files/libraries was not given in the right order.
I assume you use yocto. Can I ask, which board?
Hi,
I'm using a custom board with AM437x processor.
Yocto add some flags when compiling. Linker option, --as-needed, is one of them and it caused the compilation to fail because files/libraries was not given in the right order.