Knowledge Base Article

How do stop all warnings being seen as errors in DS-5?

Description

If you remove –Werror complier option from Makefile, warnings will not be flagged as errors. 

Resolution

To make this change follow the steps below

  1. Open Makefile in Project Explore View in Eclipse for DS-5 Altera Edition
  2. Find the CFLAGS macro
  3. Remove "-Werror" option.
Updated 3 months ago
Version 3.0
No CommentsBe the first to comment