Hi Michael,
[quote user="Michael Dilmore"]
I'm getting the following error when running my application:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"
[/quote]
This is expected behavior.
The warning/error is explained in the thread below:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/247877.aspx
The reason why you can't resume execution is because your program has already run and finished execution. You are at the exit point of your program.
thanks
ki