STM32VL + Eclipse + OpenOCD problems

I am trying the flash and debug an STM32VL board using Eclipse and OpenOCD.

The problem is that it wont flash and debug. I get the following error.

Open On-Chip Debugger 0.7.0 (2013-05-05-10:41)
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.sourceforge.net/doc/doxygen/bugs.html
Warn : Interface already configured, ignoring
Error: already specified hl_layout stlink
Info : This adapter doesn't support configurable speed
in procedure 'transport'
in procedure 'init'

I have changed the USB driver using the zadig utility that someone suggested but still doesn’t work. Can someone please point me in the right direction?

Check your config files.

Also a full debug log may give us a clue, eg. openocd -d3 …

Cheers

Spen