使用 Visual Studio 2005 构建 LynxOS 应用程序
我正在尝试为 LynxOS(硬实时操作系统)构建应用程序。 到目前为止最好的方法是使用一个名为 VisualLynx 的附加组件,它将自身附加到 VS 6.0,并用交叉编译器链接器等替换其 make 系统。VS 6.0 使用起来确实很痛苦,所以我想使用 VS 2005,但它VS 2005 似乎没有附加组件。 有没有办法在 VS 2005 上使用我已有的(Visual Lynx for VS 6.0)...... 我想这是一个艰难的过程,但如果有任何办法,那将是一个很大的帮助。
谢谢
I am trying to build application for LynxOS (Hard Real time OS). The best method so far is to use an add on called VisualLynx which attach itself to VS 6.0 and replaces its make system with its on cross compiler linker etc. VS 6.0 is a real pain to use, so I wanted to use VS 2005 but it seems there is no add on for VS 2005.
Is there a way to use what I already have (Visual Lynx for VS 6.0) on VS 2005.......
Its a tough one I guess but if there is any way it would be a big help.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通常从 Linux 进行交叉编译来构建 LynxOS。 在这方面,我在 Redhat 上使用 xemacs 或 eclipse 作为我的 IDE。 像冠军一样工作。
I have typically cross compiled from linux for LynxOS builds. In that regard, I have used either xemacs or eclipse for my IDE on Redhat. Works like a champ.