Compiler errors are not complete [message #90586] |
Wed, 24 December 2003 10:54 |
Eclipse User |
|
|
|
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 |
Henning Riedel 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.
|
|
|
Powered by
FUDForum. Page generated in 0.02242 seconds