GDB problems: 1. all directories/file names can not contain spaces - i.e. "dir name" will cause problem -> use "dir_name" instead. 2. I can not get info on global and volatile variables - error "incomplete type". Changing the optimization level to -o0 and also playing with -g options did not have any effect. For debugging I have to use a temporary local variable ...
MSPGCC with msp430-gcc once I got an error message "segmentation error" when trying to multiply (unsigned long int)*(unsigned long int) = (unsigned long long int) ... the problem misteriously dissapeared ... -- View this message in context: http://www.nabble.com/Getting-started-with-MSP430-GCC-GDB-Insight-tf2746720.html#a8115425 Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.
