Forgive me if I'm being naive, but is msp430-run (part of mspgcc's gdb, apparently) meant to do anything useful?
% cat > foo.c
int main (void) { return 0; }
% msp430-gcc -o foo.msp foo.c
% msp430-run foo.msp
``foo.msp'' has no bss section.
Maybe it's unmaintained, or maybe I'm using it incorrectly. I'd
appreciate any hints.
-ben
