Hi,

So do you want a new patch with LDFLAGS only?

regards

--
Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr
                                    http://www.smile.fr
                                    http://ingenierie.openwide.fr
I would love to change the world, but they won't give me the source code

Le 2017-07-26 08:06, Einar Vading a écrit :
On Mon, Jul 17, 2017 at 4:48 PM, Leonardo Sandoval
<leonardo.sandoval.gonza...@linux.intel.com> wrote:

On Mon, 2017-07-17 at 15:30 +0100, Burton, Ross wrote:

On 17 July 2017 at 15:04, Leonardo Sandoval
<leonardo.sandoval.gonza...@linux.intel.com> wrote:
         master has the second line (LDFLAGS) but not the first one
         (CPPFLAGS and
         CFLAGS) so the problem may also be present on master. Would
         you mind
         checking this and sent patches to the poky mailing list?


The GNU_HASH warning is triggered by ignoring LDFLAGS.

Got it, so definitely LDFLAGS var is missing, not sure if the rest are
necessary for this simple hello world recipe.
Leo

I had this problem to and IIRC i fixed it by moving the LDFLAGS
variable to the end of the line
+          ${CC} helloworld.o -o helloworld  ${LDFLAGS}



Ross

Einar 
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to