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
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to