Thanks for your response.
I’ve mostly been going around in circles, but this error message seems to be the one that might be closest to getting started:
>>>
Open On-Chip Debugger 0.8.0-dev (2015-01-09-16:22)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
User : 13 4 command.c:546 command_print(): debug_level: 3
Debug: 14 4 options.c:138 add_default_dirs(): pkgdatadir=/../
Debug: 15 4 options.c:139 add_default_dirs(): run_prefix=C:/Freescale/KDS_v3/openocd/bin
Debug: 16 5 configuration.c:44 add_script_search_dir(): adding C:\Users\mliebert\AppData\Roaming/OpenOCD
Debug: 17 5 configuration.c:44 add_script_search_dir(): adding C:/Freescale/KDS_v3/openocd/bin/..//site
Debug: 18 5 configuration.c:44 add_script_search_dir(): adding C:/Freescale/KDS_v3/openocd/bin/..//scripts
Debug: 19 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_gdb_port 3333
Debug: 20 7 command.c:145 script_debug(): command - gdb_port ocd_gdb_port 3333
Debug: 22 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_telnet_port 4444
Debug: 23 7 command.c:145 script_debug(): command - telnet_port ocd_telnet_port 4444
Debug: 25 8 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_echo Started by GNU ARM Eclipse
Debug: 26 8 command.c:145 script_debug(): command - echo ocd_echo Started by GNU ARM Eclipse
User : 28 8 command.c:763 jim_echo(): Started by GNU ARM Eclipse
Debug: 29 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_init
Debug: 30 10 command.c:145 script_debug(): command - init ocd_init
Debug: 32 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target init
Debug: 33 11 command.c:145 script_debug(): command - ocd_target ocd_target init
Debug: 35 11 target.c:1279 handle_target_init_command(): Initializing targets...
Error: 36 11 core.c:1347 adapter_init(): Debug Adapter has to be specified, see "interface" command
Debug: 37 11 command.c:628 run_command(): Command failed with error code -101
User : 38 12 command.c:666 command_run_line(): in procedure 'init'
<<<
Any idea about this would be appreciated.
ML/NJ