All of lore.kernel.org
 help / color / mirror / Atom feed
* libgcc_s not present in Yocto image
@ 2016-02-05 11:40 Nathan Sowatskey
  2016-02-05 11:51 ` Tanu Kaskinen
  2016-02-05 11:59 ` Burton, Ross
  0 siblings, 2 replies; 30+ messages in thread
From: Nathan Sowatskey @ 2016-02-05 11:40 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2016-02-06 17:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 11:40 libgcc_s not present in Yocto image Nathan Sowatskey
2016-02-05 11:51 ` Tanu Kaskinen
2016-02-05 11:59 ` Burton, Ross
2016-02-05 15:24   ` Nathan Sowatskey
2016-02-05 15:50     ` Burton, Ross
2016-02-05 16:52       ` Richard Purdie
2016-02-05 17:47       ` Nathan Sowatskey
2016-02-05 17:56         ` Burton, Ross
2016-02-05 18:06           ` Fred Ollinger
2016-02-05 18:09             ` Nathan Sowatskey
2016-02-05 18:10               ` Fred Ollinger
2016-02-05 18:12                 ` Nathan Sowatskey
2016-02-05 18:18                   ` Fred Ollinger
2016-02-05 18:22                     ` Nathan Sowatskey
2016-02-05 18:21                   ` Khem Raj
2016-02-05 18:23                     ` Nathan Sowatskey
2016-02-05 18:26                       ` Khem Raj
2016-02-05 19:00                         ` Nathan Sowatskey
2016-02-05 19:53                   ` Burton, Ross
2016-02-05 19:56                     ` Khem Raj
2016-02-05 20:46                       ` Burton, Ross
2016-02-05 20:49                         ` Khem Raj
2016-02-06  6:43                           ` Nathan Sowatskey
2016-02-06  7:36                           ` Nathan Sowatskey
2016-02-06  7:51                             ` Khem Raj
2016-02-06 17:07                               ` Nathan Sowatskey
2016-02-06 17:42                                 ` Khem Raj
2016-02-05 18:00         ` Fred Ollinger
2016-02-05 18:06           ` Nathan Sowatskey
2016-02-05 15:29   ` Nathan Sowatskey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.