我正在使用Kepller eclipse,我有C++
和C
项目。我在编译和运行C++
项目时没有问题,但是当我创建一个C
项目时,我看到了这个错误。
gcc: error: CreateProcess: No such file or directory
整个信息是:
23:46:32 **** Rebuild of configuration Debug for project HelloWorld ****
Info: Internal Builder is used for build
gcc "-IC:\\MinGW\\include" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\HelloWorld.o" "..\\src\\HelloWorld.c"
gcc: error: CreateProcess: No such file or directory
23:46:32 Build Finished (took 416ms)
我已将路径变量设置为C:\MinGW\bin
有谁可以帮助我。