From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.geekisp.com ([216.168.135.169] helo=starfish.geekisp.com) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk3QO-0002O9-HC for openembedded-devel@lists.openembedded.org; Tue, 23 Feb 2010 23:40:20 +0100 Received: (qmail 18234 invoked by uid 1003); 23 Feb 2010 22:37:30 -0000 Received: from localhost (HELO ?192.168.1.182?) (philip@opensdr.com@127.0.0.1) by mail.geekisp.com with SMTP; 23 Feb 2010 22:37:30 -0000 Message-ID: <4B8458A7.40807@balister.org> Date: Tue, 23 Feb 2010 14:37:27 -0800 From: Philip Balister User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc11 Thunderbird/3.0.1 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4B83DD5C.8050408@tycoelectronics.com> In-Reply-To: <4B83DD5C.8050408@tycoelectronics.com> X-SA-Exim-Connect-IP: 216.168.135.169 X-SA-Exim-Mail-From: philip@balister.org 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: How to build g++ to run on target? 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, 23 Feb 2010 22:40:20 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/23/2010 05:51 AM, Jay Snyder wrote: > I was able to build gcc for installation directly onto the OE target > with "bitbake gcc". "bitbake g++" gives me "nothing provides g++". > > What is the magic bitbake command to provide this? bitbake task-sdk-native, and install task-native-sdk. Anyone know why the task creates a package with different name? Philip > > Thank you, > Jay Snyder > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >