刘德海琵琶童年:eclipse中用 cdt 3.0 怎么用啊

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/02 10:03:54
在eclipse 中用CDT3.0写Managed Make c++ project怎么有问题啊
输出如下:

make -k clean all
rm -rf ./main.o ./main.d helloworld.exe
process_begin: CreateProcess((null), rm -rf ./main.o ./main.d helloworld.exe, ...) failed.
make (e=2): 系统找不到指定的文件。

make: [clean] Error 2 (ignored)
' '
'Building file: ../main.cpp'
'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
'Finished building: ../main.cpp'
' '
'Building target: helloworld.exe'
'Invoking: GCC C++ Linker'
g++ -ohelloworld.exe ./main.o
'Finished building target: helloworld.exe'
' '
Build complete for project helloworld