Difference between revisions of "Setup an external toolchain with Yocto"
From KoanSoftware Wiki
(Created page with "You can use the sourcery g++ toolchain, but it requires custom tuning arguments to control selection of the multilib in the external toolchain sysroots, so you should switch to a…") |
|||
Line 4: | Line 4: | ||
If you want to see an example of external toolchain stuff that works, see the [https://github.com/MentorEmbedded/meta-sourcery meta-sourcery] layer. | If you want to see an example of external toolchain stuff that works, see the [https://github.com/MentorEmbedded/meta-sourcery meta-sourcery] layer. | ||
+ | |||
+ | Watch this presentation about [http://www.youtube.com/watch?v=FZpKbSHRJro how to setup an external toolchain with oe-core]. |
Revision as of 14:43, 5 April 2013
You can use the sourcery g++ toolchain, but it requires custom tuning arguments to control selection of the multilib in the external toolchain sysroots, so you should switch to a separate layer and override the tuning files in question.
For example.
If you want to see an example of external toolchain stuff that works, see the meta-sourcery layer.
Watch this presentation about how to setup an external toolchain with oe-core.