Problem with OpenOCD and Windows 2003 Server

Hi,

I use OpenOCD, Yagarto toolset chain and Eclipce IDE for debugging a board with LPC2144(I use Olimex ARM-JTAG). On a system with Win XP all seems to be in order - OpenOCD started normally, Telnet also and I can use Eclipse for stepping a simple test program.

I try to use OpenOCD under Win2k3Server (openocd-pp -f lpc2xxx_pp.cfg) but get the messages below:

Info: openocd.c:86 main():: Open On-Chip Debugger (2007-04-16 19:30 CEST)
Warning: arm7_9_common.c:685 arm7_9_assert_reset(): srst resets test logic, too
Error: server.c:159 add_service(): couldn’t bind to the socket: No error

I testet parallel port driver (giveio) and it seems to be started and Ok.

Can I use these tools on this Win2k3 Server? What should I change or install? Help, please!

Regards

Check that nothing else is using the port specified in the config file (try changing it), also check your firewall settings.

Regards

Spen

Thanks, Spen!

I checked some things and foud the next:

The next drivers are addressed to the parallel port - parport.sys and ptilink.sys (belong to the Win, I suppose), par1284.sys and parstm.sys from STMicroelectronics.

Do you think that the last two are the problem?

Regards

markoni

One more time thank You Spen!

I removed the ST drivers and all seems now ok.

Best Regards

markoni

PS And speciall thanks for Dominic!