Hello there,
I am using msp430-gdb version 5.1.1 to debug a programm
compiled by msp430-gcc. which has a varible declared as
volatile eg.
volatile unsigned char x;
When i try and print or display the variable i get the
error message
"incomplete type"
Any advise would be appreciated