i am trying to convert code written for the IAR compiler to the msp430-gcc on windows. right now it is complaining about this line: __interrupt void ISRTimerA0 (void) IntService.c:11: syntax error before "void" i've read the following link. it's not enough information for me though. where is there more thorough documentation? http://mspgcc.sourceforge.net/faq/x55.html i am a newb at this, so anything at all will be useful. thank you.
- [Mspgcc-users] msp430-gcc IAR to gcc code conversion ozzloy