本文介绍了为x86构建FreeRTOS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在线阅读了可以在Windows上为外部设备构建FreeRTOS的信息.可以在ubuntu上为x86构建它吗?
I read online that it was possible to build FreeRTOS on Windows for an external device. Can you build it for x86 on ubuntu?
谢谢
推荐答案
根据 FreeRTOS端口页面 x86构建所支持的工具是:
According to the FreeRTOS ports page the supported tools for x86 builds are:
- Visual Studio 2010 Express
- MingW
- 打开Watcom
- Borland
- 天堂
所以您的问题的答案似乎是否.
so the answer to your question would appear to be no.
由于以上都是基于Windows的工具,所以我猜您需要Windows PC来构建x86版本的FreeRTOS,尽管您可以在Ubuntu下使用WINE之类的仿真器.
Since the above are all Windows-based tools I would guess that you need a Windows PC to build an x86 version of FreeRTOS, although you might be able to use an emulator such as WINE under Ubuntu.
这篇关于为x86构建FreeRTOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!