Hi,
I having been looking at using the MSP430 GCC compiler with CCSV6to do some developments with the MSP430 USB stack.
I have imported and built the GCC versions of a number of the USB Examples and have been getting problems with the debugger stepping over rather than stepping into some of the USB routines. I checked the options in the debug configuration and found that the default settings include"Automatically step over functions without debug information when source stepping". I unchecked this item and then began to get the "No source available for..." error and no source displayed. I have checked the Source Lookup path setting and the folder that contains the source is included in the path. I have also checked that the source file is being built with the -g option so that it includes debug info.
Does anyone have any other things that I can try so that I can do full source single stepping and debugging?
Regards
Roy