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
- Open Makefile in Project Explore View in Eclipse for DS-5 Altera Edition
- Find the CFLAGS macro
- Remove "-Werror" option.
Updated 1 month ago
Version 3.0No CommentsBe the first to comment