[oe] [PATCH 0/1] gcc-cross-sdk: fix C++ headers include, bump PR.

Tom Rini tom_rini at mentor.com
Tue Jul 20 19:46:15 UTC 2010


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




More information about the Openembedded-devel mailing list