gpt4 book ai didi

compiler-construction - 无法执行wfc386没有此类文件或目录-Watcom Fortran IDE

转载 作者:行者123 更新时间:2023-12-02 10:55:07 24 4
gpt4 key购买 nike

我得到了一个遗留的fortan IV程序,该程序需要为一个遗留的编程语言类进行编译,并且被指示使用http://www.openwatcom.org/index.php/Downloads中的Watcom IDE。

我的步骤如下:

  • 将IDE安装到C:\ Program Files \ Watcom Fortan编译器
  • 在C:\ sampleProject.wpj新建一个项目
  • 选择Win32(NT/95/Win32s)目标环境
  • 选择Windows可执行文件(.exe)作为图像类型
  • 在“来源”菜单
  • 下选择“新来源”
  • 找到并成功将C:\ hilbert.for文件添加到项目
  • 从主菜单栏中选择“全部制作”

  • 我的构建环境:
  • Windows 7 x64 SP 1
  • 英特尔酷睿i7-3720QM @ 2.6GHz
  • 16GB RAM

  • 结果:
    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

    最佳答案

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

  • 我最初下载了错误的IDE。如果找不到wfc386文件,则可能是未下载正确的版本。我错误地下载了C/C++编译器。
  • 不支持安装到其中带有空格的路径。万岁旧软件。
  • 不支持将项目存储到路径中带有空格的路径。 Hooray再次使用旧软件。

  • 解决方案:
  • 将您的安装移至C:\ Watcom
  • 将您的项目移动到C:\ Projects或C:\ Watcom \ Projects上
  • 根据您将Watcom安装
  • 移到的位置,将所有本地环境变量从它们的旧值更新为新的正确路径。

    关于compiler-construction - 无法执行wfc386没有此类文件或目录-Watcom Fortran IDE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18600740/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com