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/TMS320C6748: ccs,Compile Error

Part Number: TMS320C6748

Tool/software: Code Composer Studio

Hi,

The code of vs is ported to ccs, and the following error occurs after compiling:

How can I solve it?

Thanks.

  • Hello,
    By "vs" I assume you mean "visual studio". The error is pretty clear - the VS code was meant to run on a Windows PC target, not your C6748 target (or any other target for that matter). You said you"ported to ccs". Did you actually modify the code to remove the windows dependencies and so that it can run on a C67x target? If not, then it will not work.

    Thanks
    ki