Build error using C++ Eclipse -


i configured eclipse helios c++ using mingw , msys. added same path variable. not able build using eclipse. error message below has little information :

build of configuration debug project test internal builder used build                g++ -ic:\mingw\lib\gcc\mingw32\4.8.1\include\c++ -o0 -g3 -wall -c -fmessage-length=0 -osrc\test.o ..\src\test.cpp build error occurred, build stopped time consumed: 220  ms. 

i able use make/g++ command line.

thanks

more logs once enabled "don't fail on error" setting :

**** rebuild of configuration debug project test ****  **** internal builder used build               **** g++ -ic:\mingw\lib\gcc\mingw32\4.8.1\include\c++ -o0 -g3 -wall -c -fmessage-length=0 -osrc\test.o ..\src\test.cpp g++ -otest.exe src\test.o g++: error: src\test.o: no such file or directory g++: fatal error: no input files compilation terminated. build completed errors time consumed: 337  ms.   

try separating '-o' , filenames in 2 g++ command-lines.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -