0
私はminGWとmsysをインストールしました。 eclipse CDTでは、クロスgccツールチェーンを使用するC++プロジェクトを作成しました。eclipseでの問題ビルドcppプロジェクト
Eclipseは私がmake all
プロジェクトを実行するので、もし正しくコンパイルされているが、私はビルドするために日食使用している場合、それは私が間違って選択した次のようなメッセージ
**** Build of configuration Debug for project cpp ****
make all
Building file: ../src/main.cpp
Invoking: Cross G++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cpp"
make: *** [src/main.o] Error 1
**** Build Finished ****