Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHello Everybody, Hello Mikedsouze,
Thanks for your reply, it crossed the result of my own experiments: I found a solution but it might be not 100% the correct (intended) way to do things: I opened the makefile for the project in the "software\<application name>" subdirectory and modified the makefile by hand. # Common arguments for ALT_CFLAGSs APP_CFLAGS_DEFINED_SYMBOLS := APP_CFLAGS_UNDEFINED_SYMBOLS := APP_CFLAGS_OPTIMIZATION := -O0 APP_CFLAGS_DEBUG_LEVEL := -g APP_CFLAGS_WARNINGS := -Wall APP_CFLAGS_USER_FLAGS := -fpermissive Then it worked: my code compiles with a warning instead of an error. Could anybody please tell me if this is the correct (only) way to do things? Can you make modifications in the makefile without the risk that the wizards / templates implemented by Altera get compromised? Best regards, Johi.