> Now the linker doesn't want to play with me - it cannot find the
> "msp430g2231.ld" link file. Curious because the compiler fids "msp430.h"
> in the same directory.
>From my understanding the .h files and the .ld files are not supposed to be in
>the same directory. When in installed msp430-gcc-
Hello MarkoC,
To rule out a problem with the ELF file (it looks like it is OK from
the prog output) use the msp430 binutils to disassemble:
msp430-objdump --disassemble main.elf
That should confirm you have some valid code in your ELF.
The flash offsets seem correct for the device you are using