Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:37 Go to next message
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
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] Sat, 16 November 2019 00:12 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
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 20:37]

Report message to a moderator

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


Current Time: Fri Apr 26 21:07:26 GMT 2024

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

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

Back to the top