How do I generate a toolchain for Windows using Yocto?

早过忘川 提交于 2020-01-24 15:45:07

问题


On my last question I asked how to get a Qt toolchain. I tried on Linux host and it works. Now I need to know how to make work that toolchain on Windows platform? Or what Yocto setup do I need to generate a Qt Windows SDK installer?

Would SDK_OS = "Windows" do anything?


回答1:


It wasn't so hard. Just need to download and add the layer meta-mingw and set SDKMACHINE to a machine available (basically 32b or 64b) on meta-mingw/conf/machine-sdk



来源:https://stackoverflow.com/questions/40376459/how-do-i-generate-a-toolchain-for-windows-using-yocto

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!