Paul F. Sehorne wrote:
Well, in attempting to port the TI Chronos Sport Watch firmware to
mspgcc I have encountered a serious setback - __intrinsic functions. I
had not anticipated anything so extreme when I started down this path.
Before reinventing the wheel I should ask if this has already been done
and if someone is willing to share the code or if mspgcc provides a more
palatable route than rewriting way too many functions (way too many for
me anyway)..
Have you tried?
#define __intrinsic
It is an IAR, (NOT ANSI C89 compliant) keyword and it should not matter
if you define it away. There should be a master header included in all
the chronos build. I ran into a different can of worms doing *SimpliciTI.
<http://lakeweb.net/MSP430/SimpliciTI.html>
If this where easy everyone would be doing it...
Best, Dan.
*