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: missing library with tms320c5515

Other Parts Discussed in Thread: TMS320C5515

Tool/software: Code Composer Studio

Hi,

I'm copying environment used to build tms320c5515 code.

When I've tried to build the code on the new pc I got the next error:

File boards/usbstk5515.xml does not exist. Was included by file C:/Users/admin/development/....ccxml

I''ve copied that file from the old pc but It said then that it is missing some library.

I understood that I need to install on the new pc library, but which? and how and from where?

  • Orr Margaliot said:
    File boards/usbstk5515.xml does not exist. Was included by file C:/Users/admin/development/....ccxml

    I''ve copied that file from the old pc but It said then that it is missing some library.

    I looked at CCS 6.2 and CCS 7 installations for which had selected to install support for all product families, and the boards/usbstk5515.xml file exists.

    On the new PC did you install support for the "C55x ulta-low-power DSP" product family?

    If not, you should be able to re-run the CCS installer, select the original installation directory, and then install support for the  "C55x ulta-low-power DSP" product family. That should install the missing files.

  • I'm working with CCS 6.01.00040, I can't upgrade my CCS due to my work internal restrictions.
    I've installed on the first time the next items:

    MSP Ultra Low Power MCUs (TI MSP430 Compiler)
    32-bit ARM MCUs (Tive C Series Support)
    32-bit ARM MCUs (TI ARM Compiler)
    Single Core DSPs (C55x Device Support)
    Single Core DSPs (TI C55x Compiler)

    Also I've installed the next emulators:
    XDS100 Class Emulator Support
    XDS200 Class Emulator Support
    MSP430 USB FET
    Tiva/Stelarris ICDI Debug Probe

    After the installation was done, I've changed few things, since my exists projects constrained me to do so:
    1. Uninstall compiler of MSP430 "TI v4.3.3" and install instead the "TI v4.3.1".
    2. Uninstall compiler of TM4C123 "TI v5.2.3" and install instead the "TI v5.1.6".
    3. Uninstall bios support of TMS320 "5.42.1.09" and install instead the "5.41.13.42" version.
    4. Install c55xx_csl_lowpower_3.04.00.02 version.

    I had to do all this since I have specific projects which has to build the same same same output as the old machine.
  • I checked my 6.0.1 installation and I also see that file. I install everything when I install CCS. I'm wondering if that file comes from when you install Spectrum Digital emulator support. The C5515 USB stick (i believe) comes from Spectrum Digital and you might need to install their drivers to get support for it. You can try rerunning the installer over your existing installation directory and use the option to add new components to add Spectrum Digital support.

    Thanks
    ki