On 4/6/07, Bevan Weiss <[email protected]> wrote:
I just tried to do a straight compile and it also appears to fail. The command I used was msp430-gcc -c Handheld.c which by all accounts should have failed for many many reasons... not defining the processor type, missing F_CPU definition, amongst others.
Your msp430-gcc command line from the Makefile has a lot more switches. You at least need the -mmcu=msp430x1471 but you probably need a few of the other switches as well. (* jcl *) -- http://www.luciani.org
