I am trying to import a generated makefile inside eclipse (pure eclise, not TrueStudio or SW). Build works ok as it does the job using make command, but eclipse editor does not recognize some macros which are defined inside other header files, for example those which start with double underscore.
If you open main.c file, you can see that they are marked as error and warning.
How can I override this inside eclipse?
In KDevelop, I can define Inc pathes inside IDE, but it was not possible to do so in eclipse. How to to fix this through the makefile? Other makefiles generated inside projects created by Eclipse ARM Plugin don't have such problem.
I am trying to import a generated makefile inside eclipse (pure eclise, not TrueStudio or SW). Build works ok as it does the job using make command, but eclipse editor does not recognize some macros which are defined inside other header files, for example those which start with double underscore.
If you open main.c file, you can see that they are marked as error and warning.
How can I override this inside eclipse?
In KDevelop, I can define Inc pathes inside IDE, but it was not possible to do so in eclipse. How to to fix this through the makefile? Other makefiles generated inside projects created by Eclipse ARM Plugin don't have such problem.