From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UZoTE-0006Hd-E0 for openembedded-core@lists.openembedded.org; Tue, 07 May 2013 22:26:49 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r47K8eB9004756 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 7 May 2013 13:08:40 -0700 (PDT) Received: from Marks-MacBook-Pro.local (172.25.36.235) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.342.3; Tue, 7 May 2013 13:08:40 -0700 Message-ID: <51895F47.4030401@windriver.com> Date: Tue, 7 May 2013 15:08:39 -0500 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: References: <51892728.3090609@farnsworthtech.com> <51892D8A.5030806@windriver.com> <51893B46.3090205@farnsworthtech.com> <51893CB4.9070304@windriver.com> <51894960.6070406@windriver.com> <5189571D.3030909@farnsworthtech.com> In-Reply-To: <5189571D.3030909@farnsworthtech.com> Subject: Re: SDK meta-toolchain X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 20:26:51 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 5/7/13 2:33 PM, Kyle Farnsworth wrote: > On 05/07/2013 01:35 PM, Mark Hatle wrote: >>>> - nativesdk -- runs on the 'sdkhost' (variant called 'crosssdk') >>> >>> Is this related to the SDKMACHINE setting? >>> >> >> Yes that's the variable I was thinking of. You can build an SDK for >> 'i586' on your x86_64 host for instance. >> > > So in my case, since I did not specify SDKMACHINE, it is creating a > toolchain that compiles source into x86_64 executables so it can build > the host tools (i.e automake) on the targeted SDK machine. And it has > nothing to do with the targeted device cross-compile toolchain? You will get a 'cross' compiler from host -> SDK, and another SDK -> target. The SDK -> target is the one that gets installed as part of the SDK. --Mark > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >