Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to make "make" to print ONLY errors?(make error option )
How to make "make" to print ONLY errors? [message #1817119] Fri, 15 November 2019 11:37 Go to next message
Eclipse UserFriend
The question is posted here because I an not allowed to do so elsewhere.
I get several pages of "make" output wiht ONE error.
Is there way to OPTION make to print JUST errors?
Using -d print all result PLUS errors.
I need JUST errors for now.

Mrs Google does not like my inquiry either.
Re: How to make "make" to print ONLY errors? [message #1817136 is a reply to message #1817119] Fri, 15 November 2019 19:12 Go to previous message
Eclipse UserFriend
Try the GNU Make documentation
https://www.gnu.org/software/make/manual/make.html#Options-Summary
You are essentially asking make to not produce any messages at all giving only compiler messages.
Not a good idea.

Eclipse filters error messages for you.
Look at the Problems and Problem Details views.

You apparently didn't try too hard with Google.
GNU make only errors returned the following as top result:
https://stackoverflow.com/questions/6023880/gnu-make-show-only-error
This was third.
https://www.gnu.org/software/automake/manual/html_node/Tricks-For-Silencing-Make.html

[Updated on: Sat, 16 November 2019 15:37] by Moderator

Previous Topic:Clean and rebuild configuration - make permanent
Next Topic:How to debug "two-language" system?
Goto Forum:
  


Current Time: Fri Jun 20 07:40:56 EDT 2025

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

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

Back to the top