From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7B851E00799; Tue, 5 Aug 2014 03:32:35 -0700 (PDT) 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 6A16DE004DD for ; Tue, 5 Aug 2014 03:32:29 -0700 (PDT) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s75AW9Dv032328; Tue, 5 Aug 2014 11:32:09 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 qnVWZraiYkSM; Tue, 5 Aug 2014 11:32:09 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s75AW6o3032170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 5 Aug 2014 11:32:07 +0100 Message-ID: <1407234725.6981.82.camel@ted> From: Richard Purdie To: =?ISO-8859-1?Q?Jo=E3o?= Henrique Ferreira de Freitas Date: Tue, 05 Aug 2014 11:32:05 +0100 In-Reply-To: <1407232846.6981.77.camel@ted> References: <53DC4886.8070406@gmail.com> <1407232846.6981.77.camel@ted> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: yocto@yoctoproject.org Subject: Re: Yocto 1.7_M2 release candidate 1 ready for QA 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: Tue, 05 Aug 2014 10:32:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Tue, 2014-08-05 at 11:00 +0100, Richard Purdie wrote: > On Fri, 2014-08-01 at 23:10 -0300, João Henrique Ferreira de Freitas > wrote: > > > > Hi, > > > > I've tested all toolchains available at > > http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1/toolchain/x86_64/ > > > > My test program is very simple: > > > > --- c.cpp --- > > #include > > > > int main() {} > > --- > > > > Two considerations > > > > 1) the of ppce500v2-toolchain-1.6+snapshot.sh and > > armv7a-vfp-neon-toolchain-1.6+snapshot.sh is less than others > > toolchains > > > > 2) when I try to compile c.cpp, using ppce500v2 or armv7a I get: > > > > source /opt/poky/1.6 > > +snapshot/environment-setup-ppce500v2-poky-linux-gnuspe > > $CXX c.cpp > > > > In file included from c.cpp:2:0: > > /opt/poky/1.6 > > +snapshot/sysroots/ppce500v2-poky-linux-gnuspe/usr/include/c > > ++/4.9.0/limits:42:28: fatal error: bits/c++config.h: No such file or > > directory > > #include > > > > I can't figure out what happened with these two toolchains. > > You can fix the ppc toolchain with > "ln -s powerpc-poky-linux-gnuspe sysroots/ppce500v2-poky-linux-gnuspe/usr/include/c++/4.9.0/powerpc-poky-linux" I also couldn't reproduce this with the armv7 toolchain. Do you have the logs from that failure? Cheers, Richard