From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-fx0-f225.google.com ([209.85.220.225]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NFosA-0003Qf-7z for openembedded-devel@lists.openembedded.org; Wed, 02 Dec 2009 14:04:01 +0100 Received: by fxm25 with SMTP id 25so168418fxm.26 for ; Wed, 02 Dec 2009 05:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=I52PluwqQ5QhdH/sPOZKuTbqilT6JIIWKZNGzo9qZds=; b=DtB28BwEQ0a3BkatdYxeR7F4XxmS/6fEi/KWHBEJt2QmePbS+rq0NlZ7OihErljhKG 1zrgJqPR9y+Th5AxiXe3qdLL70dre9fxEW2TMJXc/HWqjc6ZZQrtlA5mGQaWl++kmbY3 85ZWB2FzFwoZQxB/cCoei/GuT21PgLSr7nQWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=X4O/t8+HpKiWu9PHUB/O3UV1rFEBFlfcVCHj51b3kK21SRMML995L7nLPxyM1y3w7o 9mr/lUUAcdUBlCwwU865RtJYkoEOlLy/x76AwY7LxQPKTbgL9ANMWcvbipNDaa6qYyGu E2kWCg33/+tbMrZWc99EFHaa6DLzH9HF9HGzg= Received: by 10.103.84.30 with SMTP id m30mr37581mul.23.1259758943032; Wed, 02 Dec 2009 05:02:23 -0800 (PST) Received: from ?192.168.0.101? ([94.180.45.122]) by mx.google.com with ESMTPS id s10sm3071186mue.51.2009.12.02.05.02.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Dec 2009 05:02:21 -0800 (PST) Message-ID: <4B16650F.6000300@gmail.com> Date: Wed, 02 Dec 2009 18:01:03 +0500 From: Dmitry Vinokurov User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4B0CC1A4.1060401@gmail.com> <200911260953.02170.holger+oe@freyther.de> <4B160147.9050303@gmail.com> <200912020749.50936.holger+oe@freyther.de> <4B163ABC.6010008@gmail.com> In-Reply-To: <4B163ABC.6010008@gmail.com> X-SA-Exim-Connect-IP: 209.85.220.225 X-SA-Exim-Mail-From: d.vinokuroff@gmail.com X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: Making simple QTE application, cannot find libpthread_nonshared.a X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 13:04:01 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dmitry Vinokurov wrote: > Holger Hans Peter Freyther wrote: >> On Wednesday 02 December 2009 06:55:19 Dmitry Vinokurov wrote: >> >>> Yesterday pulled from dev branch (git describe output is >>> pre-nov2009-core-updates-606-g237cbb4) and made meta-toolchain-qte >>> rebuild, then tried again to build example -- same error "cannot find >>> /usr/lib/libpthread_nonshared.a inside >>> /usr/local/minimal/arm/arm-oe-linux-gnueabi" >>> >> >> Could you look into the libc-dev package, or in general libc packages >> to see if this library is present in any package? You could use mc or >> Packages.filelist to figure that out. >> >> >> z. >> > Here is search results: > -------- > [14:50]raydan@t46x[build]$ find tmp | grep libpthread_nonshared.a > tmp/staging/armv5te-oe-linux-gnueabi/usr/lib/libpthread_nonshared.a > tmp/work/armv5te-oe-linux-gnueabi/eglibc-2.10-r7.5/staging-pkg/staging/armv5te-oe-linux-gnueabi/usr/lib/libpthread_nonshared.a > > tmp/work/armv5te-oe-linux-gnueabi/eglibc-2.10-r7.5/image/usr/lib/libpthread_nonshared.a > > tmp/work/armv5te-oe-linux-gnueabi/eglibc-2.10-r7.5/package/usr/lib/libpthread_nonshared.a > > tmp/work/armv5te-oe-linux-gnueabi/eglibc-2.10-r7.5/build-arm-oe-linux-gnueabi/nptl/libpthread_nonshared.a > > -------- > [10:43]raydan@t46x[qte-example]$ find /usr/local/minimal/ | grep > libpthread_nonshared.a > -------- > > So, libpthread_nonshared.a exist in eglibc for ARM, but not present in > the QtE SDK. > > How do you think, is there better way to solve this issue than just > copying library into QtE SDK lib dir? > > -- > Best Regards, Dmitry Vinokurov > Copied libpthread_nonshared.a from eglibc dir to /usr/local/minimal/arm/arm-oe-linux-gnueabi/usr/lib. Tried 'make' -- similar trouble with libc_nonshared.a. Copied it too, 'make' succeed, binary ready. For the present I can't test it on the board, hope I'll do it at this week. Maybe this two libraries should be copied from libc to QtE SDK during it's build? -- Best Regards, Dmitry Vinokurov