提问人:new-to-coding 提问时间:9/27/2023 更新时间:9/27/2023 访问量:68
在 Fortran 中运行一些测试代码时,我收到错误“f951:致命错误:无法打开文件”hello.f90“编译终止
While running some test code in Fortran, I received an error "f951: Fatal Error: Cannot open file 'hello.f90' compilation terminated
问:
我是 Fortran 的新手,我正在尝试执行一些测试代码,使用以下程序打印 hello world -
program hello
implicit none
print *, 'Hello, World!'
end program hello
我正在使用 MacOS Ventura 13.1,我正在使用 VS Code 作为文本编辑器,并使用终端中的命令安装了自制软件,并使用 .我不确定问题是什么,但浏览其他问题,也许存在某种路径错误?我不确定这意味着什么。任何帮助将不胜感激!/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gfortran
答: 暂无答案
评论
ls
gfortran hello.f90 -o hello
ls
gfortran hello.f90 -o hello
ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/lib/libSystem.tbd' for architecture arm64 collect2: error: ld returned 1 exit status