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/CC3200: CC3200 xdc tools version

Part Number: CC3200
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I am trying to configure Code Composer Studio to build the the CC3200, following TI's guide "CC3200 SimpleLink Wi-Fi and IoT Solution With MCU LaunchPad Getting Started Guide."  Having resolved my previous question (regarding TI-RTOS), I'm now trying to build the ti_rtos_config (part 1.4.3, step 6 in the TI guide).  I get this error:  "C:/ti/xdctools_3_50_08_24_core/packages/xdc/cfg/Program.xs", line 71: xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later."

What version of XDC tools do I need to build this project?  Alternatively, how do I rebuild the sysbios package?

Thanks,

Adam J.

  • Hi Adam,

    I don't think the latest versions of XDStools are compatible with the TIRTOS build for the CC3200.
    Try following the steps outlined in this E2E post and see if that resolves your issue:
    e2e.ti.com/.../2169031

    Let me know if that doesn't fix things or if you run into other issues.

    Regards,
    Michael
  • Yes, that resolved my issue!

    For what it's worth, after selecting the older XDS tools version, I encountered another error which basically said "access denied". Thus I discovered that Code Composer needs to be run as administrator to access some of the files in the default TI install folder (I was running from a limited Windows account).

    Thanks!

    Adam J.