适用于 Unix 应用程序的 Windows IDE?
我们创建了基于 Aix 6.1(某些型号为 fortran)的 C&C++ 应用程序。
正在寻找一个 Windows IDE 来允许:
to modify our source code more easily,
to compile as if we are under unix
为了提高我们的生产力(我们使用 emacs 或 vi 作为编辑器,xlc/xlC/xlf 作为编译器,dbx 进行调试,IBM Synergy 作为配置管理工具),我们 调试器。
谢谢你的一些想法
We have created C&C++ applications based on Aix 6.1 (fortran for some models).
To improve our productivity (we use emacs or vi as editor, xlc/xlC/xlf as compiler, dbx to debug, IBM Synergy as configuration management tool), we are looking for an windows IDE to allow:
to modify our source code more easily,
to compile as if we are under unix
We also are logging for a graphical debugger.
Thank you for some ideas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为Emacs已经被移植到Windows上了。还有 GCC 和 Gnu make。
I think that Emacs has been ported to Windows. And also GCC and Gnu make.
我通过几种途径在 Windows 上的 AIX/Unix 远程开发方面取得了一些成功。
Eclipse 有一些选项。您可以通过 ssh/rcp“挂载”您的项目,它将运行编译器远程捕获输出。我没有尝试调试,但我认为也有支持,特别是如果您使用 gdb。
BVRDE 是另一种选择。效果很好。 此链接也有效。
我还使用过 XBuildStudio,它有一些与 BVRDE 类似的功能。
尝试一下,看看其中是否有适合您的。
I've had some success with remote developing for AIX/Unix on Windows via a couple of routes.
Eclipse has some options. You can "mount" your project via ssh/rcp, and it will run the compiler remotely capturing the output. I did't attempt debugging but I assume support is there as well, especially if you use gdb.
BVRDE is another option. Works nicely. This link is also valid.
I also worked with XBuildStudio, it has some similar features to BVRDE.
Give them a try and see if any of them work for you.
Eclipse 是一个很好的工具,但我个人更喜欢带有 Fortran 插件的 Codeblocks。
Eclipse is a good one, but personally I prefer Codeblocks with Fortran plugin.