[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Error in build not showing up in Problems view

I've been doing "successful" builds (no errors in the Problems view) and 
wondering why the .exe file wasn't actually compiled.  I happened to glance 
at the Console view and noticed that build actually was failing but the 
Problems view wasn't picking that up.

I'm using CDT M6.

This is the output from the console window:
**** Build of configuration Debug for project DciApiTest ****


**** Internal Builder is used for build ****

**** NOTE: Internal Builder is experimental currently ****

g++ -O0 -g3 -Wall -c -fmessage-length=0 -oMain.o ..\Main.cpp

g++ -L. -LC:\WINDOWS\system32 -LC:\src\c++\trunk\DciApi\Debug -oDciApiTest.exe 
TestClass.o Main.o -lDciApi -lwinsock

C:\WINDOWS\system32/winsock.dll: file not recognized: File format not 
recognized

collect2: ld returned 1 exit status

Build complete for project DciApiTest

Time consumed: 1091 ms. Parallel threads used: 1