如何设置VxWorks 5.5和6.x兼容的代码环境?
我们有一个现有的 VxWorks 5.5 项目,希望将其移植到 VxWorks 6.6。
VxWorks 6.x 有许多新功能(MMU、RTP 等),我们目前不想使用这些功能,因为它会使移植工作变得复杂。
我们如何指定我们想要一个 5.5 兼容的环境?
We have an existing VxWorks 5.5 project and want to port it to VxWorks 6.6.
VxWorks 6.x has a bunch of new capabilities (MMU, RTPs, etc...) which we don't want to use at this point since it would complicate the porting effort.
How do we specify that we want a 5.5 compatible environment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您创建 VxWorks 项目时,您可以指定 PROFILE_COMPATIBLE 来创建 5.5 兼容环境。
在工作台中,这是在新项目创建对话框中完成的。 这是标题为“配置配置文件”的第三个或第四个对话框屏幕。
使用 vxprj 从命令行创建项目时,只需添加“-profile PROFILE_COMPATIBLE”参数即可。
When you create your VxWorks project, you can specify the PROFILE_COMPATIBLE which creates a 5.5 compatible environment.
In workbench, this is done in the new project creation dialog. It is the 3rd or 4th dialog screen titled "Configuration Profile"
When creating a project from the command line with vxprj, simply add a "-profile PROFILE_COMPATIBLE" parameter.