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/TMS320F28075: TMS320F28075

Part Number: TMS320F28075

Tool/software: Code Composer Studio

TMS320F28075  Can't find the target named 'devkits.target.Generic' 

I also encountered this problem.when i build my project,it will have errors.the details are as follows.


Description Resource Path Location TypeCan't find the target named 'devkits.target.Generic' along the path 'C:/ti/bios_6_51_00_15/packages;C:/ti/ccsv7/ccs_base;C:/ti/xdctools_3_50_02_20_core/packages;..;': please check the spelling of the target's name and that it exists along this path. .xdchelp /ESMainCPU_FPU line 10 C/C++ Problem

this suggest me it can't find the 'evkits.target.Generic' in the paths,and i have checked this paths ,there isn't such a file named 'evkits.target.Generic'.

I have struggled a lot ,and i still can't make it out. if there anyone else have also encountered such a problm and if you have solved it,please tell me what should I do? Sincere thanks for you.

  • Hi Qiling,

    Can you attach the full build log? Please copy/paste the output to a file and attach it. We need to see some items that are not shown in the snapshot.

    Todd
  • Hi Todd,
    think you for your reply. I have made it out last night. there was something wrong when i changed the name of the project,so the target name have been modified. i find the right target name from my backup project . And then I changed the target name. the problem solved in this way.