我得到了一个遗留的fortan IV程序,该程序需要为一个遗留的编程语言类进行编译,并且被指示使用http://www.openwatcom.org/index.php/Downloads中的Watcom IDE。
我的步骤如下:
我的构建环境:
结果:
cd C:\ - "Can't find a filename in 'cd C:\'"
wmake -f C:\sampleProject.mk -h -e - "Can't find a filename in 'wmake -f C:\sampleProject.mk -h -e'"
wfc386 \hilbert.for -d2 -q -dep - "Can't find a filename in wfc386 \hilbert.for -d2 -q -dep'"
Error(E14): Cannot execute (wfc386): No such file or directory
Error(E42): Last command making (C:\hilbert.obj) returned a bad status
Error(E02): Make execution terminated
Execution complete
最佳答案
到目前为止,我遇到了三个问题。
解决方案:
关于compiler-construction - 无法执行wfc386没有此类文件或目录-Watcom Fortran IDE,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18600740/