Other Parts Discussed in Thread: OMAP-L137, OMAP-L138
I have an OMAP-L137 dev kit board, and the audioSample.pjt builds and runs just fine in CCS v3.3, release 12.
I wanted to see if this example project would work in CCS v5.1.0.08020, so I created a new project by using the "Import Legacy CCSv3.3 Project" feature. I selected the project located at:
C:\Program Files\Texas Instruments\pspdrivers_01_20_00\packages\ti\pspiom\examples\evm6747\audio\build\audioSample.pjt
and I selected "Keep original location for each project". The CCSv5.1 tools created an audioSample project under my workspace_v5_1, and to my surprise the project built just fine. Unfortunately, I got the following error message when the debugger was selected:
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 5.0.492.0)
I have no idea what dynamic library file could be missing, so I decided to try and build a sample project that came with CCS v5.1 instead. I created a new project and selected "Family C6000" and "Generic C674x Device". For the sample project I selected:
DSP/BIOS v5.xx Examples -> evm6747 Examples -> hello.example
This project builds just fine, but I get the same "Error connecting to the target: (Error -600 @ 0x0)" message when the debugger button is selected.
I poked around the TI Wiki pages, and read thru the instructions found at:
http://processors.wiki.ti.com/index.php/Debugging_JTAG_Connectivity_Problems
http://processors.wiki.ti.com/index.php/DBGJTAG_Graphical_User_Interface
I downloaded and installed the Debug JTAG GUI under CCSv5.1 codebase. I selected the "Integrity" test and got the following error status:
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioserdesusb.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.
Again, the tools are complaining that a required dynamic library could not be located, but it doesn't say which one. Any suggestions on how to resolve this problem?