hello,
Basically you are getting a type of data verification error:
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS_-_Data_Verification_Errors
In you case it looks like this is because you are not using a linker command file (I can see from your screenshot). You need a linker command file.
I attached an example on I have for the C6657 EVM. If you are not using the EVM, youmay need to modify it to match your board. How to do this? see:
http://processors.wiki.ti.com/index.php/Linker_Command_File_Primer
Thanks
ki