[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Re: Error in build not showing up in Problems view
|
Ken Klose wrote:
> 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.
> **** Internal Builder is used for build ****
> **** NOTE: Internal Builder is experimental currently ****
What's the internal builder? The Makefile generator? G++ isn't a internal
tool!
> C:\WINDOWS\system32/winsock.dll: file not recognized: File format not
> recognized
>
> collect2: ld returned 1 exit status
The error parser is known to be very faulty. See e.g. bug 75078
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=75078).
I remember that I have seen XML wrappers for compiler and maybe also linker
outputs. Maybe this would work better?
Jens