适用于 Unix 应用程序的 Windows IDE?

发布于 2024-12-12 07:28:28 字数 301 浏览 1 评论 0原文

我们创建了基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

去了角落 2024-12-19 07:28:28

我认为Emacs已经被移植到Windows上了。还有 GCC 和 Gnu make。

I think that Emacs has been ported to Windows. And also GCC and Gnu make.

清晨说晚安 2024-12-19 07:28:28

我通过几种途径在 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.

∝单色的世界 2024-12-19 07:28:28

Eclipse 是一个很好的工具,但我个人更喜欢带有 Fortran 插件的 Codeblocks。

Eclipse is a good one, but personally I prefer Codeblocks with Fortran plugin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文