Cross compiling: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
You can use Openembedded [http://www.openembedded.org/wiki/Main_Page] / Yocto project [https://www.yoctoproject.org/] for cross compiling octave, it builds the toolchain for you.
You can use Openembedded [http://www.openembedded.org/wiki/Main_Page] / Yocto project [https://www.yoctoproject.org/] for cross compiling octave, it builds the toolchain for you.
For an octave recipe you can use and/or adapt this one: [https://github.com/thesignal/octave-openembedded-recipe.git]
For an octave recipe you can use and/or adapt this one: [https://github.com/thesignal/octave-openembedded-recipe.git]
[[Category:Building]]

Revision as of 11:53, 30 November 2013

You can use Openembedded [1] / Yocto project [2] for cross compiling octave, it builds the toolchain for you. For an octave recipe you can use and/or adapt this one: [3]