Syntax Error: Unterminated Quoted String when using Intel's PIN tool on controlCARD executable

126 Views Asked by At

I am having some issues with Intel's PIN tool when obtaining the dynamic trace from a program's executable. I have previously used this tool on other programs successfully.

I wrote some code for TI's Piccolo TMS320F28035 Isolated controlCARD. I was successfully able to build it and it runs in Code Composer. I took the .out file, and I want to obtain the dynamic trace for it. I tried using Intel's PIN tool and it runs for about 10 seconds before exiting with a "Syntax Error: Unterminated Quoted String" error. I understand this error means there is a missing quotation mark somewhere, but I am not sure how to address this error considering it built with no problems on Code Composer.

Any suggestions or thoughts would be appreciated!

0

There are 0 best solutions below