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/TMS320F28377D: "A required dynamic library could not be located"

Part Number: TMS320F28377D

Tool/software: Code Composer Studio

Im trying to run the example program blinky_cpu01. But this error message keeps showing up when debugging.

"IcePick_C_0: Error connecting to the target: (Error -600 @ 0x0) A required dynamic library could not be located. The library isn't on the search path. (Emulation package 6.0.576.0)"

Can somebody help me explain what might cause this error to occur?

  • Hi Hubert,
    Please see the below troubleshooting link for more details on the error:
    processors.wiki.ti.com/.../Debugging_JTAG_Connectivity_Problems

    Thanks
    ki
  • Hi Ki,
    I'v gone through the link but couldn't find anything related to this error. When I create an empty project, build then hit debug, it's still giving me this error. And I even tried to reinstall the whole program. Could you offer more help? Much appreciated.
    Hub
  • Are you using the F28377D controlcard? And if so, are you using the embedded XDS100 debug probe on the card and have SW1 set to JTAG ON?

    Thanks
    ki
  • Yes Im using F28377D. In TMS320F28377D.ccxml file, Connection is set to "XDS100v3 USB debug Probe"; And TMS320F28377D is checked. But Im not sure where to set SW1. Im building and debugging the sample code without an actual board. I guess I could still debug without real connection right?
    When I hit test connection, it gives me this:

    [Start: Texas Instruments XDS100v3 USB Debug Probe_0]

    Execute the command:

    %ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity

    [Result]


    -----[Print the board config pathname(s)]------------------------------------

    C:\Users\win7\AppData\Local\TEXASI~1\CCS\
    ti\0\0\BrdDat\testBoard.dat

    -----[Print the reset-command software log-file]-----------------------------

    This utility has selected a 100- or 510-class product.
    This utility will load the adapter 'jioserdesusbv3.dll'.

    An error occurred while soft opening the controller.

    -----[An error has occurred and this utility has aborted]--------------------

    This error is generated by TI's USCIF driver or utilities.

    The value is '-600' (0xfffffda8).
    The title is 'SC_ERR_LIB_ANY_LOCATE'.

    The explanation is:
    A required dynamic library could not be located.
    The library isn't on the search path.

    [End: Texas Instruments XDS100v3 USB Debug Probe_0]

    Hub
  • Hubert Cong said:
    Im building and debugging the sample code without an actual board. I guess I could still debug without real connection right?

    You need an actual HW target to debug. We don't support simulators so you must have real hardware to load and run your code.

    I think your errors are because the drivers for the XDS100 were never properly installed on your PC since you never plugged in real hardware.

    The first step is acquiring an actual F2837xD target. You can get the controlcard for it

    Thanks

    ki