无法执行wfc386没有这样的文件或目录--Watcom Fortran IDE

时间:2013-09-03 20:15:47

标签: compiler-construction ide compiler-errors fortran

我已经获得了遗留的fortan IV程序,我需要为遗留编程语言课程编译,并且我已被指示使用http://www.openwatcom.org/index.php/Downloads的Watcom IDE。

我的步骤如下:

  1. 将IDE安装到C:\ Program Files \ Watcom Fortan Compiler
  2. 在C:\ sampleProject.wpj
  3. 创建一个新项目
  4. 选择Win32(NT / 95 / Win32s)目标环境
  5. 为图像类型
  6. 选择Windows可执行文件(.exe)
  7. 选择新来源'在'来源'菜单
  8. 找到并成功将C:\ hilbert.for文件添加到项目
  9. 选择'全部'从主菜单栏
  10. 我的构建环境:

    1. Windows 7 x64 SP 1
    2. Intel Core i7-3720QM @ 2.6GHz
    3. 16GB RAM
    4. 结果:

      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
      

1 个答案:

答案 0 :(得分:0)

到目前为止,我遇到了三个问题。

  1. 我最初下载了错误的IDE。如果找不到wfc386文件,那么您可能没有下载正确的版本。我错误地下载了C / C ++编译器。
  2. 不支持安装到包含空格的路径。 Hooray旧软件。
  3. 不支持将项目存储到其中包含空格的路径。万岁再次为老软件。
  4. 解决方案:

    1. 将您的安装移至C:\ Watcom
    2. 将项目移至C:\ Projects或C:\ Watcom \ Projects
    3. 根据您移动Watcom安装的位置,将所有本地环境变量从旧值更新为新的正确路径