We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm having an issue with compiling with Lint. I get an ERROR 10 on interrupt definitions, but it compiles fine normally under Keil uVision.
// C file
void increment_timers(void) __irq { }
// header file
void increment_timers(void) __irq;
(391,28) - Expecting '{'
Line 391 is the line in the header file - above
Gimpel has been unable to find the problem. Any help would be appreciated. Thanks.
Sutton Mehaffey
The +rw and -d options both get rid of the __irq Error message 10, but now I get ERROR 103: Unexpected declaration
That didn't reproduce in my cross check. I have to assume you used +rw incorrectly.