I am using a plugin for Eclipse (The Eclipse plugin of SDCC).
This works fine (so far) but the problem is the inline assembly..
it is pretty annoying that the parser marks this code as syntax error and furthermore that it marks symbols which are defined in a header file.
Therefore I want to extend the plugin a little bit such that the parser(s) ignore the inline assembly part since the SDCC compiler will complain about it anyway if it finds an error.
I've seen that there is an error parse since CDT 7.0 but I am not sure if this is the right place to look at.
Can anyone help?