我正在netbeans sdk中编写以下代码:
int main() {
printf("Hello World");
return 0;
}
它给了我以下错误:
make.exe[2]: *** [build/Debug/MinGW-Windows/fourier-transform.o] Error 1
make.exe[2]: Leaving directory
`/c/Users/As-/Documents/NetBeansProjects/CppApplication_1'
make.exe[1]: *** [.build-conf] Error 2
make.exe[1]: Leaving directory
`/c/Users/As-/Documents/NetBeansProjects/CppApplication_1'
make.exe": *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 59s)
为什么会出现此错误的任何帮助?