[oe] Need help with No GNU_HASH in the elf binary

2010-03-15 Thread Mark Butsch
Hello, I am trying to build some of our code under OE and am getting the No GNU_HASH in the elf binary error. The code is not particularly 'recipe' friendly, so it has overridden 'do_compile()' to compile it how it was done outside of OE. I have googled for the error and found lots of

Re: [oe] Need help with No GNU_HASH in the elf binary

2010-03-15 Thread Douglas Royds
For some background reading, try this: http://lwn.net/Articles/192624/ The -Wl,-O1 linker option is set in bitbake.conf (see TARGET_LDFLAGS). Angstrom sets -Wl,--hash-style=gnu in angstrom-glibc.inc (see TARGET_LINK_HASH_STYLE). Hope this helps, Douglas.