I ran adlint on four c programs (from my project smarthomatic, which are four small firmwares for ATMega microcontrollers). adlint worked on two of them, and cancelled the analysis with the error
FATAL -- SMA-1.10.0: failed to parse preprocessed file. (AdLint::ParseError)
What do I have to do to fix this and make adlint work with my programs?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ran adlint on four c programs (from my project smarthomatic, which are four small firmwares for ATMega microcontrollers). adlint worked on two of them, and cancelled the analysis with the error
FATAL -- SMA-1.10.0: failed to parse preprocessed file. (AdLint::ParseError)
What do I have to do to fix this and make adlint work with my programs?