John Luciani wrote:
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 *)
Shouldn't I still get an error message if I don't define these
additional switches? I'm just having msp430-gcc return with no error
message, however it also doesn't create any output files. Clearly it
shouldn't output any files in this situation, but it should still
present error messages as to what happened.
Bevan