walter 发表于 2021-3-22 13:44:48

求助gfortran No such file or directory

我想将老师给的代码修改参数,生成新的可执行文件,但是对CB和VS都不熟练。
在使用CB的过程中建立了新的工程,将文件们添加进去后Build但是却出了如下问题:
1||=== Build: Debug in nmtrans (compiler: GNU Fortran Compiler) ===|


2||warning: D:\F-exercise\nmtrans\test1.new: linker input file unused because linking not done|


3||gfortran.exe: error:obj\Debug\test1.o : No such file or directory|


4||=== Build failed: 1 error(s), 1 warning(s) (0 minute(s), 0 second(s)) ===|





是因为我哪里出错了呢?
求解答。十分感谢!!

walter 发表于 2021-3-22 13:46:23

还有,我想发求助帖中带有截图,可是说我超了字节,怎么弄:'(

风平老涡 发表于 2021-3-22 23:36:10

俩个情况:1)文件test1.new没有编译或编译没有通过。2)如果编译通过,test1.o没有在obj\Debug目录下,可能是工程设置问题。
建议(1)文件名后缀改为.for或.f (2)检查工程设置

li913 发表于 2021-3-24 09:28:48

Codeblocks的操作,看视频https://www.bilibili.com/video/BV1oh411o7AT
    vs 操作   https://www.bilibili.com/video/BV1oh411o7AT?p=2
页: [1]
查看完整版本: 求助gfortran No such file or directory