Hi

I am working with a test program which has a dependency on libgcc_s. 

On Ubuntu that is available, for example from a 14.04 Ubuntu desktop build:

find /usr/lib -name "*gcc*”
...
/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so
...

On the Yocto image I am building (see below for conf files), I don’t see that 
library. What I do see is:

find /usr/lib -name "*gcc*"
/usr/lib/gcc
/usr/lib/gcc/gcc
/usr/lib/gcc/x86_64-poky-linux/5.2.0/include/stdint-gcc.h
/usr/lib/x86_64-poky-linux/5.2.0/libgcc.a
/usr/lib/x86_64-poky-linux/5.2.0/libgcc_eh.a

The build configuration files are here:

https://github.com/DevOps4Networks/iox-yocto-build/tree/master/conf

Is there a way to get the libgcc_s library on a Yocto image? Is that even the 
right thing to do?

Many thanks

Nathan

—
Nathan John Sowatskey
Consulting Engineer - Programmable Infrastructure, DevOps, IoT and SDN
nat...@nathan.to
www.linkedin.com/in/nathandevops
XMPP: nathando...@im.koderoot.net
Google: nathanjohnsowats...@gmail.com
Skype: nathan_sowatskey
Twitter: NathanDotTo
GitHub: https://github.com/DevOps4Networks
http://www.kipling.org.uk/poems_if.htm

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

Reply via email to