[OE-core] SDK Issues

Burton, Ross ross.burton at intel.com
Mon Feb 17 11:14:04 UTC 2014


On 17 February 2014 11:08, Jack Mitchell <ml at communistcode.co.uk> wrote:
> Good shout, that seems to allow it to build; I didn't even realise
> ordering of linker libs could effect the build. I guess I have some
> reading to go do!

Modern binutils will only link objects that are actually used, so you
need to build the links in the right order so it doesn't just ignore
your request to link to a library (as nothing uses it) for it to then
fail later (symbols not found).

Ross



More information about the Openembedded-core mailing list