Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow to set compiler flag (-fpermissive) in eclipse?
Hello everybody, I have a beginner question: I would like to mix signed and unsigned char types. Therefore I would like to know how to set the fpermissive flag. I have tried different appro...
Altera_Forum
Honored Contributor
10 years agoI think you will also need to modify the APP_CFLAGS_USER_FLAGS to include the flag for your application. You should be able to find it in the Makefile of your main program folder.