[yocto] libgcc_s not present in Yocto image

Nathan Sowatskey nathan at nathan.to
Fri Feb 5 03:40:21 PST 2016


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
nathan at nathan.to
www.linkedin.com/in/nathandevops
XMPP: nathandotto at im.koderoot.net
Google: nathanjohnsowatskey at gmail.com
Skype: nathan_sowatskey
Twitter: NathanDotTo
GitHub: https://github.com/DevOps4Networks
http://www.kipling.org.uk/poems_if.htm




More information about the yocto mailing list