当我在Atom中运行任何程序时,错误消息如下:
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot open output file /tmp/f90.out: No such file or directory
collect2.exe: error: ld returned 1 exit status
[Finished in 1.392s]
有人可以告诉我如何解决此错误,此错误是什么意思?我已经安装了MinGW并将其添加到环境变量中。当我将CodeBlocks用于Fortran时,它可以正常运行,但不能与atom一起运行。