From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A5CF7E00CAC; Thu, 29 Sep 2016 03:31:56 -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 E4E72E0097C for ; Thu, 29 Sep 2016 03:31:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u8TAVlWs007748; Thu, 29 Sep 2016 11:31:47 +0100 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 teHFspptT4Ds; Thu, 29 Sep 2016 11:31:47 +0100 (BST) 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 u8TAVivJ007730 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 29 Sep 2016 11:31:45 +0100 Message-ID: <1475145104.30475.109.camel@linuxfoundation.org> From: Richard Purdie To: Karim ATIKI , yocto Date: Thu, 29 Sep 2016 11:31:44 +0100 In-Reply-To: References: X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Subject: Re: build a toolchain compiler with ARM hard-float support 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: Thu, 29 Sep 2016 10:31:56 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Thu, 2016-09-29 at 09:10 +0000, Karim ATIKI wrote: > Hi, > > I'm using Poky Jethro to build on Toradex Colibri-T20 (armv7). > > I want to build my own SDK Installer to have  a toolchain and a > sysroot. > > Currently, I realied that the toolchain installer files do not > provide an arm-poky-linux-gnuabi compiler with hard-float support. > For example, while compiling my project: > > /opt/poky/2.0.1/sysroots/armv7a-vfp-neon-poky-linux- > gnueabi/usr/include/gnu/stubs.h:10:29: fatal error: gnu/stubs-hard.h: > No such file or directory > > Therefore: > >  How to be sure that the compiler generated by "bitbake -c > populate_sdk" will support hard-float ? Is there a configuration file > ? You need to choose a MACHINE which uses hard-float. Cheers, Richard