Hello,
Compiling using msp430-elf-gcc with flags -Os -fwhole-program (trying to minimize total code size) then loading in msp430-elf-gdb fails to load interrupt vectors (behavior observed is every interrupt causes a reset). Seems like a bug? Or is there a better way to minimize code size?
Verified with multiple compilations of multiple programs with varying numbers of interrupt vectors.
Apologies if this is in the wrong forum and there a separate forum for msp430-gcc.
Adam