[yocto] libgcc_s not present in Yocto image

Burton, Ross ross.burton at intel.com
Fri Feb 5 03:59:38 PST 2016


On 5 February 2016 at 11:40, Nathan Sowatskey <nathan at nathan.to> wrote:

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

It's fairly likely that your binary is actually linking to libgcc_s.so.1
(which by default is in /lib, part of libgcc).  libgcc_s.so is the
development-time-only symlink so that's packaged into libgcc-dev.  You'll
only need that on your target if you want to compile on it.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160205/d9a82226/attachment.html>


More information about the yocto mailing list