I have a makefile based C project imported into the eclipse and it compiles and runs fine.. but since some of the -Ds are in the makefile, the eclipse will show certain symbols guarded by those -Ds as "undefined" (red bugs all over) and the online checkers would not work properly because of the missing symbols.. Any good solution to this?
i know i can put all -Ds as preprocessor defines in a header to be included by every file but that seems overly complicated with a large code base..
1.4m articles
1.4m replys
5 comments
57.0k users