gpt4 book ai didi

c - MinGW gcc 什么也不做

转载 作者:太空宇宙 更新时间:2023-11-04 04:34:17 27 4
gpt4 key购买 nike

我使用 GUI 安装程序 MinGW 安装管理器安装了 gcc。安装完基础后,我手动检查并安装了mingw32-binutils和mingw32-gcc。我将目录添加到我的路径中。我可以在 powershell 中使用命令。如果我单独使用 gcc,我会收到错误消息,因为我没有输入任何文件,如果我输入 .txt,它会告诉我它无法识别。所以该部分可以正常工作。

但是,一旦我放置了一个文件 main.c,无论它是真实代码(带有 hello world 的基本 main)还是随机字符串或字符,绝对没有任何反应,没有消息,命令终止。所以基本上我输入 gcc 并且提示立即要求另一个命令。我重新安装了两次。

命令:

gcc -o a.exe main.c

如果有帮助,我正在使用 Windows 10。

最佳答案

还有其他东西要安装。查看您可以在 MinGW 中找到的列表网站:

binutils (bin)
mingw-runtime (dev and dll)
w32api
Required runtime libraries for GCC:
mpc (dll)
mpfr (dll)
gmp (dll)
pthreads (dev and dll)
iconv (dll)
zlib
gettext
gcc-core (bin and dev and dll)

否则,您可以通过随 MinGW 安装提供的 GUI 管理器安装所有必需的包。

关于c - MinGW gcc 什么也不做,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32827417/

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