Blarpott wrote:
I've managed to get binutils, gcc, libc and gdb compiled for Mac OS using macports. In parallel I tried the original win32 insttalation on Vista using parallels set-up. Both set-up show the same behaviour, that no bss could be found. I read the messages in the board, added the variables and saw, that a '.data' appeared. But the msp430-gdb keeps saying, that no bss is avaible.
.bss contains uninitialized (zeroed at startup) data.
//#include <msp430x22x4.h> int dummy = 1;
Try to add int dummy2; here
Sergey
