I m working with TMDX5535EZDSP kit.
trying to connect to target to load new code. it showing error of connecting target Error -600.
It says required dynamic library could not be located. The library isn't on search path.
Hi Kaumil,
how have you setup your project and target configuration? Or are you purely using the load code in debug mode? Could you please provide a few further details?
Would you be able to send your ccxml? If you are using a project, please check your include paths and options. See this useful wiki
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Best Regards,Lisa
Hi I am using TMDX5535ESDSP kit. My OS is windows 7 64 bit. TMDX demo kit has XDS 100 V2 jtag.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0"> <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Emulator_0" href="connections\TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Emulator_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0"> <instance XML_version="1.2" href="drivers\tixds100v2c55x.xml" id="drivers" xml="tixds100v2c55x.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="EZDSP5535_0" href="boards\ezdsp5535.xml" id="EZDSP5535_0" xml="ezdsp5535.xml" xmlpath="boards"/> </platform> </connection> </configuration> </configurations>
it seems your ccxml is fine. Could you please provide the requested further details? Did you have a look at the wiki I sent? Did you try to determine whether there was a library path you needed to correct? Which example exactly are you trying to run? Do you get any build errors?
Best REgards,
Lisa
i looked at wiki, but it is for ccs 5, and i m using ccs 4. i m trying led blinking example. i m not getting any build error.
we are looking into this but could you please have a look at this thread and let me know if it helps?
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/113152.aspx
Hi
I installed CCS in different location than programme files, removed all folders and drivers of previous installation.
still it is giving same error.
my ccs version is Version: 4.2.4.00033 .
please find plug in details in attached jpeg file.
is it possible that, hardware may have some problem?
please reply ASAP as it is creating problem for me.
Could you please try to resend the jpg and any steps/furhter information you can? I can not reproduce this error at all here on a couple different 5535 examples.
One thing I have now noticed ... in your target configuration you chose the ezdsp? Is this the kit you have ? If not, try selecting a different 5535 (standard one for example) ... and see how that goes.
This is the target config line I noticed.
"EZDSP5535_0" href="boards\ezdsp5535.xml"Please keep us informed.Best Regards,Lisa
ya i m using ezdsp kit. and following steps mentioned in document.
i m sending jpeg file again here.
could you please send detailed information on your settings and the steps you take? Is your project a CCS project? Could you double check you get no build errors. What do you see if you go to Window->Preferences->Code Composer Studio->Build->Code Generation Tools .... Could you send a screenshot?
Are you simply trying an example application? Which one? Do you get any error logs?
Best Regards,LIsa
please find attached screen shot of code generation tool.
it is ccs project.
steps how i created project and configuration file.
[1] open ccs v4 , click target menu, select new target configuration file
[2] select XDS 100v2 usb emulator and device field select eZdsp5535
[3] import project file from directory.
[4] build active project
below is build result of project.
**** Build of configuration Debug for project led ****
C:\Kaumil\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../led_test.c''Invoking: Compiler'"C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../c55xx_csl/inc" --include_path="C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../include" --diag_warning=225 --ptrdiff_size=16 --memory_model=large --preproc_with_compile --preproc_dependency="led_test.pp" "../led_test.c"'Finished building: ../led_test.c'' ''Building file: ../main.c''Invoking: Compiler'"C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5515 -g --include_path="C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../c55xx_csl/inc" --include_path="C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../include" --diag_warning=225 --ptrdiff_size=16 --memory_model=large --preproc_with_compile --preproc_dependency="main.pp" "../main.c"'Finished building: ../main.c'' ''Building target: led.out''Invoking: Linker'"C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5515 -g --diag_warning=225 --ptrdiff_size=16 --memory_model=large -z -m"led.map" --warn_sections -i"C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/lib" -i"C:/Kaumil/Texas Instruments/ccsv4/tools/compiler/c5500/include" -i"C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../c55xx_csl/ccs_v4.0_examples/cslVC5505/Debug" -i"C:/Kaumil/Texas Instruments/ccsv4/emulation/boards/ezdsp5535_v1/tests/led/../../lib" --reread_libs --rom_model -o "led.out" "./main.obj" "./led_test.obj" -l"cslVC5505.lib" -l"ezdsp5535bsl.lib" -l"rts55x.lib" "../lnkx.cmd" <Linking>'Finished building target: led.out'' 'Build complete for project led
when it starts build, it shows something in red color but when it completes. shows build is finished but not showing any error in red.
can you verify the target configuration you created is indeed attached to the project? It appears you do things correctly and the build log seems to indicate no problems.
And now .. what steps do you take next? How do you launch? When do you see the error? Are there any logs you could send? Perhaps further screenshots.
Best Regards, Lisa
hi
my next step is go to target and clicke on debug active project. and it shows error message "
Error connecting to the target:(Error -600 @ 0x0)A required dynamic library could not be located.The library isn't on the search path.(Release 5.0.429.0)
how to verify target configuration is indeed attached to project?
please find attached screen shot when i build, but it is not there in console, so i have to take screen shot. i hope it will be helpful
this looks like a build error/it can't seem to find some files. From this screenshot it looks like your project does not build properly..
Could you please build the project and send a screenshot? I would like to confirm there are no build errors.
i again build project, below is build deatails. It is not showing those errors, that's why i took screen shot of it.
how to verify target configuration created is indeed attached to the project?
can you send a screenshot of your project explorer? Is there a ccxml listed with your project indicating active?
Best Regards,
LIsa