Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Compiler errors are not complete
Compiler errors are not complete [message #90586] Wed, 24 December 2003 10:54 Go to next message
Eclipse UserFriend
Originally posted by: toomy.bluewin.ch

Hi all,
I have anoter question regarding the compiler errors. It seems that they=
=

are not shown complete in the Tasks window.
If I have a look to the C-Bulid window, the complete description is give=
n. =

Is this the intent?
And second, does anybody know a good ressource where I can read about th=
e =

compiler errors?

Thanks markus
-- =

Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Re: Compiler errors are not complete [message #90733 is a reply to message #90586] Mon, 29 December 2003 10:27 Go to previous message
Henning Riedel is currently offline Henning RiedelFriend
Messages: 310
Registered: July 2009
Senior Member
Markus Ruettimann wrote:
>
> Hi all,
> I have anoter question regarding the compiler errors. It seems that they
> are not shown complete in the Tasks window.
> If I have a look to the C-Bulid window, the complete description is
> given. Is this the intent?
> And second, does anybody know a good ressource where I can read about
> the compiler errors?
>
> Thanks markus
When using GCC toolchain, you need to add to each compile/link line the
following (either in Makefile, add this to CFLAGS/CXXFLAGS/LDFLAGS, or
when using managed builds, add this in each configuration to the
misc-sections):

-fmessage-length=0

This will keep the compiler and linker to break lines at a default
value, which in fact, shortens the task/problem report entries.
Previous Topic:make problem ....
Next Topic:ctags & cscope
Goto Forum:
  


Current Time: Wed Jan 15 07:16:21 GMT 2025

Powered by FUDForum. Page generated in 0.02242 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top