I'm working on my first serious MSP430F4 project at work using CCS5 and am seem to be hitting a bunch of walls. The most annoying one is the fact that most of my local variables will not show up in the expressions tab. Instead they read 'Identifier Not Found...' Trying to fix this I did a search and saw some people had luck reducing the optimizations, so I tried that and now get an 'Command-line error #573: invalid option: symdebug:keep_all_types' error. This now puts me dead in the water as it won't compile anything now!
Please help!
Thanks,
-Ken