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

2019-04-23 Thread Burton, Ross
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,

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

2019-04-23 Thread JH
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@yoct