Re: New MSP430 GCC version release available!
DJ Delorie <[email protected]> Thu, 15 Oct 2015 18:03:06 -0400
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <[email protected]> |
You're probably running into a common problem with "static inline" vs "extern inline" - the semantics of those changed with the recent C standards, so not all compilers do the same thing. I assume you're not using GCC? ------------------------------------------------------------------------------