Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Error limit increase for C++ compiler
Error limit increase for C++ compiler [message #1816817] Thu, 07 November 2019 10:34 Go to next message
Eclipse UserFriend
Hi,

i am compiling Non stop C++ code in eclipse through NSDEE. I need a way to get all the errors in that project in one go. is there any options? also i see the compiler stops once it reaches 100 errors. is there a way to increase it?

Thanks
Senthil
Re: Error limit increase for C++ compiler [message #1817134 is a reply to message #1816817] Fri, 15 November 2019 18:22 Go to previous message
Eclipse UserFriend
You don't say which compiler you are using.
All of them are external tools to Eclipse so you really should ask this elsewhere.

Nor do you specify which version of NSDEE you are using.
Here's the documentation for NSDEE 7.0
http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-a00022735en_us-1.pdf
But you should go to the NSDEE support site at HP.
https://www.hpe.com/us/en/support.html

With GCC, according to the documentation,
setting -fmax-errors=0 will give unlimited errors.
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html

You should be aware that many errors after the first can be spurious.
This is caused by the compiler guessing what was meant.

Previous Topic:Problem in making program stop on first line
Next Topic:Clean and rebuild configuration - make permanent
Goto Forum:
  


Current Time: Tue Jun 17 13:56:13 EDT 2025

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

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

Back to the top