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.

SIMPLELINK-CC32XX-SDK: TMS470 build-error while building for CC32xx with SDK 5_20

Part Number: SIMPLELINK-CC32XX-SDK
Other Parts Discussed in Thread: CC3220SF, CCSTUDIO

I'm trying to build a project for CC3220SF and using SDK_5_20 and 'tirtos_builds_cc32xx_release_ccs'.  I'm getting a build error of:

Description:   Build-configuration 'com.ti.ccstudio.buildDefinitions.TMS470.Debug.209087912' does not exist in the referenced project 'tirtos_builds_cc32xx_release_ccs'. See 'Properties > Build > Dependencies' page to select an existing build-configuration. 

Resource:  Apollo (*this is the name of our project*)

Path:

Location:  Apollo (*this is the name of our project*)

Type:  Problem

The project has a dependency of 'tirtos_builds_cc32xx_release_ccs'.  We're not using TMS470 for anything - why is is coming up when trying to build for CC32xx?

Thanks,

  • I don't know what is wrong. You probably made a mistake in the configuration.

    Please use one of the reference examples projects as a reference.

    You can check the difference in the configuration between your and the reference projects.

    You can also use an example project as a baseline and then rename the project and update the files.

    br,

    Kobi 

  • It's fixed now.  Here's what I did:

    1. Right-click the project name, select Properties.
    2. Select Build, then the Dependencies tab.
    3. Removed the 'tirtos_builds_cc32xx_release_ccs' project...then added it back in.

    JW