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/CC3220: CCS Cloud: Build fail: adcsinglechannel

Part Number: CC3220

Tool/software: Code Composer Studio

Hello,

I'm trying to build a sample project but not successful.
Can I ask to correct my procedure?

/cfs-file/__key/communityserver-discussions-components-files/81/CCS_5F00_Cloud-build-error-msg.txt

  • Hideaki,

    I was able to do this ok.  However in comparing the build output I noticed that my environment is using the 1.60 version of the SDK and yours is the 1.50.  

    I tried changing mine to 1.50 and it still built ok but it would be worth trying to change yours to 1.60 to see if it makes a difference.

    In CCS Cloud delete the adcsinglechannel and tirtos_builds_CC3220SF_LAUNCHXL_release_ccs projects.

    Then in resource explorer click on the button that looks like this at the top right.

    Then scroll down to the CC32xx SDK and change the version to 1.60

    Then click OK at the bottom of dialog.

    Once Resource Explorer refreshes try importing the project and then building it again.

    Regards,

    John

  • John,
    Thank you!
    I got a successful build.

    >> In CCS Cloud delete the adcsinglechannel and tirtos_builds_CC3220SF_LAUNCHXL_release_ccs projects.
    I think it hit my problem.
  • Great!

    I believe the problem was that in the past you had imported another CC32xx example that used an older version of the SDK. When importing the example this time only the application project was imported and CCS just used the kernel project that was already in the workspace. The application and kernel were not compatible so that led to the build error. Since here we deleted the kernel project from your cloud workspace on the next import it also imported the kernel project for the newer SDK.

    Regards,
    John