gpt4 book ai didi

c - 尝试在 SublimeText 3 中使用 C 时出错(gcc 未被识别为内部或外部命令)

转载 作者:行者123 更新时间:2023-12-05 07:29:35 31 4
gpt4 key购买 nike

这是我第一次尝试在 SublimeText 3 中使用 C,当我运行一个简单的 C 程序时,我总是遇到同样的错误:

我正在使用 windows 10 64 位

"gcc" non � riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.

(这翻译成:“gcc 不被识别为内部或外部命令、可执行程序或批处理文件”)

[Finished in 0.1s with exit code 1]
[cmd: ['gcc', 'prova.c', '-o', 'prova.exe', '&&', 'prova.exe']]
[dir: C:\Users\Giovanni\Desktop]
[path: C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramFiles (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\Giovanni\AppData\Local\Microsoft\WindowsApps;]

Gcc 安装在 C<:\MinGW\bin 中,我添加了 Windows 环境变量的路径,如您所见:https://imgur.com/a/fDIK4MB .

我正在使用以下版本(它是从互联网上复制粘贴的):

{
"cmd" : ["gcc", "$file_name", "-o", "${file_base_name}.exe", "&&", "${file_base_name}.exe"],
"selector" : "source.c",
"shell":true,
"working_dir" : "$file_path"
}

我的电脑运行 windows 10 64 位提前致谢!

最佳答案

即使添加到正确的路径后,我也发生了同样的事情,当我运行或在命令提示符下运行时,这个错误没有出现,但这个错误显示在 Sublime Text 3 中,我所要做的就是重新启动 Sublime Text 3,然后在尝试运行一个简单的 C 程序后显示一个新错误,提示没有这样的目录或文件,因为该文件未保存在 Sublime Text 3 正在寻找的文件夹中,....,也就是说,在我的例子中是 C:\Users\Admin,因此我将扩展名为“c”的 C 程序文件当然保存在该文件夹中并且它有效!!!!

关于c - 尝试在 SublimeText 3 中使用 C 时出错(gcc 未被识别为内部或外部命令),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52670621/

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