This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS 5 Error connecting to the target.

I've built my c6474 project, and have been trying to debug it, when error was occured.

Error connecting to the target:
(Error -600 @ 0x0)
A required dynamic library could not be located.
The library isn't on the search path.
(Emulation package 5.0.569.0)
What's wrong ? 
this is listing of my only file .asm
;(((A&(B|C))xor D)/16)mod 8)

.ref _c_int00
_c_int00:

.text
MVK.S1 86,A0
MVK.S1 25,A1
MVK.S1 56,A2
MVK.S1 320,A3

OR.L1 A1,A2,A1
AND.S1 A0,A1,A1
XOR.L1 A1,A3,A1
SHR.S1 A1,4,A1
AND.L1 A1,8-1,A1