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/SIMPLELINK-CC2640R2-SDK: CCS Project Build Error after installing latest CCS version

Part Number: SIMPLELINK-CC2640R2-SDK
Other Parts Discussed in Thread: CC2640R2F, CC2592

Tool/software: Code Composer Studio

Hi,

    I have been working with CC2640R2F SDK 2.20 at CCS v8.x.x. I recently re-installed Windows 10 and installed the latest CCSv8.2.0. I open the workspace that I have been using previously at CCS v8.2.0. I build my CCS projects and I am getting these errors below. How do I resolve these errors?

generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
TOOLS/subdir_rules.mk:12: recipe for target 'build-342213297-inproc' failed
/cygdrive/c/ti/xdctools_3_50_07_20_core/bin/rm: cannot remove `.interfaces': Permission denied
gmake.exe: *** [.interfaces] Error 1
js: "C:/ti/xdctools_3_50_07_20_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-342213297-inproc] Error 1
gmake: *** [build-342213297] Error 2
TOOLS/subdir_rules.mk:9: recipe for target 'build-342213297' failed
gmake: Target 'all' not remade because of errors.

-kel

  • Hi Markel,

    could you to try this:
    1. create a new, empty workspace using CCS8.2
    2. import project from an old workspace using Project -> Import CCS Projects...
    3. let me know.
  • Hi Tomasz,

    I created a new CCS workspace called CC2640R2F_Temp and imported my CCS projects. It build without errors.

    My original CCS workspace CC2640R2F_CC2592_EMK, I delete the .jxbrowser-data and .metadata folder. I then re-import my CCS projects and then I get the same errors.

    Creating a new CCS workspace works and it solves the problem. But, it sort of inconvenient. It would be much better to just re-use the old CCS workspace folder.

    -kel
  • As you invited me to friends,

    Friend,

    I agree with you about the inconvenient. The fact is that in most cases, the workspace conversions does not work.
    Under git directory I keep dirs called CCS7.2, CCS7.4, ... , CCS8.2
    and under these dirs I keep my workspaces.
    I never use any single workspace with different CCS vers.

    Friendly regards.