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.

TMS320C6748: tms320c6748

Part Number: TMS320C6748

Hi,

I tried to implement Face detection for LCDK6748, when i compile the code iam not getting any error but when i tried to upload the code iam getting below error

"C674X_0: GEL: Encountered a problem loading file: C:\Program Files (x86)\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\build\cgt_ccs\lcdk\Debug\facedetect_lcdk.out Could not open file".

Please help me out from this error ASAP

Thank you.

  • Hello,

    Did you change the location of your project? Can you verify that the .out file is located at the path C:\Program Files (x86)\Texas Instruments\c6sdk_02_00_00_00\demos\facedetect\build\cgt_ccs\lcdk\Debug\facedetect_lcdk.out

    You can also load the code manually. Go to View -> Target Configurations and launch your target configuration and then click on the C6748 core and do Run -> Load Program -> Browse Project -> and then select your .out file.
  • Hello,

    Thank you for your response, I have not changed the location of my project and .out file is not located at that path.

    When i Build the code iam getting the below error, I have installed all the necessary softwares din't find what is the problem

  • Hello,

    Do you have XDCtools installed? Does the path "C:/ti/xdctools/3_51_01_18_core_win32/xs" exist on your system?

    I suspect you need to modify the XDC_CG_ROOT variable in project properties -> CCS Build -> Variables to point to the correct directory.
  • Hello,

    Yes, now I am able to get the .out file and I got the output too.

    Thank you very much for your advice