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-LAUNCHXL: Code Composer Studio Import Project Issue

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hello,

I have been following a video from the TI Website (simplelink wi-fi cc3200 project 0:code composer studio IDE) to start the use of my recently purchased CC3200 LaunchpadXL, I got to the step where we need to import a project, there are several that need to be included, such as:  wlan_station, ti_rtos_config, simpleling, driverlib but when I click the finish button the following problem message pops up for all of them:

See details below.
Error: Import failed for project 'ti_rtos_config' because its compiler definition is not available. Click 'View > CCS App Center' to install the ARMv5.2 compiler before importing this project.

Any suggestion about how to get around this issue?

  • Kris,

    Have you tried installing the required 5.2 compiler?

    I am not sure which version of Code Composer Studio you are running so my instructions might be a little off.

    One way you can install the needed Compiler is by going to the help menu and selecting "Install Code Generation Compiler Tools"
    This will bring up a dialog showing available updates.
    Make sure the box at the bottom "Show only software applicable to target environment" is checked.
    Expand "TI Compiler Updates"
    Check the box beside the "ARM Compiler Tools 5.2.9"
    Then click next and follow the wizard to install the compiler.

    Once that is done try importing the project.

    You can also get that old compiler from the compiler download page here: software-dl.ti.com/.../download.htm


    Regards,
    John
  • I'm using CCS V6,when I use the help "button", I do not see install code generation, I only see install new software

  • Kris,

    There are a few different versions that match with CCSv6: 6.0.0, 6.1.0, 6.1.1, 6.1.2, 6.1.3 and 6.2.0. The earlier ones actually shipped with the 5.2 ARM Compiler so I am going to assume that you are using one of the later versions.

    The instructions for these versions are nearly identical. Just select "Install New Software" from the Help menu. The select "Code Generation Tools Updates" in the drop down box of updates sites at the top of the dialog.

    Regards,
    John
  • Kris,

    Were you able to install the compiler?

    Regards,
    John