如何将 fortran90 代码迁移到 Windows 上的 eclipse(photran)?

发布于 2024-09-18 11:14:22 字数 326 浏览 11 评论 0原文

我被分配了一个新项目。我需要从在 Windows 上运行的 Linux 系统获取 Fortran 代码。我希望能够使用 Eclipse (photran) 作为我的编辑器。我需要做什么才能把事情转移过来?我尝试过将源代码转储到新的 Eclipse 项目中,但没有成功。使有问题。我需要对 makefile 或目录结构进行哪些更改才能使 eclipse 按原样运行程序?

目前的代码的主目录有一个小的 make 文件,该文件调用位于 src 目录下一层的更大的 make 文件。

使用windows XP64、Eclipse3.6Helios、phototran6.0、gfortran编译器、安装MinGW

I have been given a new project. I need to get a fortran code from a linux system working on windows. I'd like to be able to use Eclipse (photran) as my editor. What do I need to do to move things over? I've tried just dumping the source into a new eclipse project and it didn't work. Make had issues. What changes will I need to apply to the makefile or directory structure to get eclipse to run the program as it was?

The code at present has the main directory having a small make file that calls a larger make file located in the src directory down one level.

Using windows XP64, Eclipse3.6Helios, photran6.0, gfortran compiler, MinGW installed

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

初见 2024-09-25 11:14:22

如果您在两侧都使用 gfortran 并且在两侧都使用 gnu make,我不确定哪些不同会导致您出现问题。最有可能的目标是外部系统调用等。

我建议您首先让它在 Linux 上的 Eclipse 下工作,然后将工作的 Eclipse 就绪系统移植到您的 MinGW 环境中。这应该有助于区分 Eclipse 环境问题和 Linux 与 MinGW 环境问题。

If you are using gfortran on both sides and gnu make on both sides, I'm not real sure what would be different to cause you issues. Most likely targets would be things like external system calls, etc.

I would suggest you get it to work under Eclipse on Linux first, then port the working Eclipse-ready system to your MinGW environment. That should help separate the Eclipse environment issues from the Linux vs. MinGW environment issues.

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