From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 41A4DE00D25; Fri, 5 Feb 2016 08:53:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C0B4BE00D14 for ; Fri, 5 Feb 2016 08:53:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u15GqGYv013263; Fri, 5 Feb 2016 16:52:54 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id X1_YWM4s6jyb; Fri, 5 Feb 2016 16:52:54 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u15GqmqV013275 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 5 Feb 2016 16:52:49 GMT Message-ID: <1454691168.27087.278.camel@linuxfoundation.org> From: Richard Purdie To: "Burton, Ross" , Nathan Sowatskey Date: Fri, 05 Feb 2016 16:52:48 +0000 In-Reply-To: References: <7534F688-4CCB-468C-9E52-813388BC391C@nathan.to> <2D89126E-8678-494A-A98B-5F5D5723E860@nathan.to> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: "yocto@yoctoproject.org" Subject: Re: libgcc_s not present in Yocto image X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 16:53:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Fri, 2016-02-05 at 15:50 +0000, Burton, Ross wrote: > > On 5 February 2016 at 15:24, Nathan Sowatskey > wrote: > > I suspect that my test program, which was supplied to me as a .deb > > package, was compiled on Ubuntu, and so links to libgcc_s.so.1. I > > can’t see any obvious way to get libgcc_s.so.1 on Yocto. I already > > have: > > > libgcc contains /lib/libgcc_s.so.1, so it should be installed in your > image already: > > How are you determining that it isn't in your image, and that your > application doesn't work? Note that the build system will only install libraries that are actually used. It nothing needs libgcc_s, it won't get installed. There is a lot less than you'd think which actually links against it so it is quite possible its not in your image since nothing needed it. Cheers, Richard