[yocto] WARNING message: Building library didn't pass LDFLAGS? [ldflags]

Burton, Ross ross.burton at intel.com
Tue Apr 23 16:10:37 PDT 2019


It means that the compile didn't respect LDFLAGS from the environment
(which sets the ELF hashing type).  Most usual build systems handle
this for you, but if your recipe uses hand-coded Makefiles then you'll
need to figure out what they're doing and how to make it respect
$LDFLAGS.

Ross

On Tue, 23 Apr 2019 at 23:49, JH <jupiter.hce at gmail.com> wrote:
>
> Hi,
>
> What is the following WARNING means, how can I fix it?
>
> yocto-sample-1.0.0-0 do_package_qa: QA Issue: No GNU_HASH in the ELF
> binary my_library, didn't pass LDFLAGS? [ldflags]
>
> Thank you.
>
> Kind regards,
>
> - jupiter
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list