From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay1.mentorg.com ([192.94.38.131]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1ObIm0-0003mG-0G for openembedded-devel@lists.openembedded.org; Tue, 20 Jul 2010 21:46:57 +0200 Received: from svr-orw-exc-08.mgc.mentorg.com ([147.34.98.97]) by relay1.mentorg.com with esmtp id 1ObIlj-0002Uk-Vw from Tom_Rini@mentor.com ; Tue, 20 Jul 2010 12:46:24 -0700 Received: from na2-mail.mgc.mentorg.com ([134.86.114.213]) by SVR-ORW-EXC-08.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 20 Jul 2010 12:46:23 -0700 Received: from [172.30.80.25] ([172.30.80.25]) by na2-mail.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 20 Jul 2010 13:46:22 -0600 Message-ID: <4C45FD07.9040203@mentor.com> Date: Tue, 20 Jul 2010 12:46:15 -0700 From: Tom Rini Organization: Mentor Graphics Corporation User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Andreas Fenkart References: <20100720112607.GA9142@biggy> In-Reply-To: <20100720112607.GA9142@biggy> X-OriginalArrivalTime: 20 Jul 2010 19:46:22.0558 (UTC) FILETIME=[3B285FE0:01CB2844] X-SA-Exim-Connect-IP: 192.94.38.131 X-SA-Exim-Mail-From: Tom_Rini@mentor.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [PATCH 0/1] gcc-cross-sdk: fix C++ headers include, bump PR. 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: Tue, 20 Jul 2010 19:46:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andreas Fenkart wrote: > Hi > > The location of C++ headers has changed in gcc-cross-sdk_4.3.x > and above. See error message during packaging step: > > NOTE: the following files were installed but not shipped in any package: > NOTE: /opt/angstrom/arm/arm-angstrom-linux-uclibcgnueabi/include/c++/4.3.2/ios > NOTE: /opt/angstrom/arm/arm-angstrom-linux-uclibcgnueabi/include/c++/4.3.2/map > NOTE: /opt/angstrom/arm/arm-angstrom-linux-uclibcgnueabi/include/c++/4.3.2/new > ... So, what you're seeing is that we've never used the c++ headers that are spit out by the gcc-cross-sdk recipe but instead the ones from the libstdc++-dev package which comes from the 'gcc' recipe. Just confirmed that today, meta-toolchain, DISTRO=angstrom-2008.1, MACHINE=beagleboard and a simple c++ app still build fine. -- Tom Rini Mentor Graphics Corporation