2011-12-12 59 views
0

我安装了netbeans来用C编写代码,但使用Mingw编译器时出现问题。它工作得很好,直到我尝试运行该项目。 首先,它试图运行时无法找到cc1.exe。当我找到它并手动复制到同一个文件夹中时,只有另一个错误。NETBEANS下的C开发,cc1

"C:/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf 
C:\bin\make.exe[1]: Entering directory `D:/1/2/Skola/IZP/programovani/projekt4netbeans/CppApplication_6' 
"C:/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW_1-Windows/cppapplication_6.exe 
C:\bin\make.exe[2]: Entering directory `D:/1/2/Skola/IZP/programovani/projekt4netbeans/CppApplication_6' 
mkdir -p build/Debug/MinGW_1-Windows 
rm -f build/Debug/MinGW_1-Windows/main.o.d 
gcc.exe -c -g -MMD -MP -MF build/Debug/MinGW_1-Windows/main.o.d -o build/Debug/MinGW_1-Windows/main.o main.c 
cc1: error: command line option '-lang-c' is valid for the driver but not for C 
C:\bin\make.exe[2]: *** [build/Debug/MinGW_1-Windows/main.o] Error 1 
C:\bin\make.exe[2]: Leaving directory `D:/1/2/Skola/IZP/programovani/projekt4netbeans/CppApplication_6' 
C:\bin\make.exe[1]: *** [.build-conf] Error 2 
C:\bin\make.exe[1]: Leaving directory `D:/1/2/Skola/IZP/programovani/projekt4netbeans/CppApplication_6' 
C:\bin\make.exe: *** [.build-impl] Error 2 

BUILD FAILED (exit value 2, total time: 2s) 

如果有人可以帮助我与..谢谢:)

+0

您应该使用MinGW的工具从MinGW的命令行。 –

+0

请问该怎么做?我是新来的... – MaWerrick

回答

0

制作舒尔您已经安装了NetBeans和MinGW的当前版本,并且有一个正确的安装(Configuring the NetBeans IDE for C/C++/Fortran)。

MingW平台上,你不应使用makemingw/bin,而是从msys一(<mingw>/msys/1.0/bin/make.exe