Problem with olimex arm-usb

Hi,

I am trying to program my at91sam7x through arm-usb-ocm. However, when i am trying to program, eclipse show me a warning and stay there without program the mic.

The eclipse’s console show me this:

**** Build of configuration Default for project demo_sam7ex256 ****

make program

Flash Programming with OpenOCD…

'C:/Program Files/openocd-r520/bin/'openocd-ftd2xx.exe -s ‘C:/Program Files/openocd-r520/bin/’ -f # program the onchip FLASH here

Open On-Chip Debugger (2008-03-22 12:00 CET) svn: r520

URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/

c:\Program Files\openocd-r520\bin\openocd-ftd2xx.exe: option requires an argument – f

Info: jtag.c:1329 jtag_examine_chain(): JTAG device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3)

Warning: jtag.c:902 jtag_add_reset(): requested reset would assert trst

Although i disconect the olimex, eclipse still tries to program without any success.

Thanks

Julian

Your configuration of eclipse is incorrect, there should be an OpenOCD script file name after the -f option on the command line.

How did you create the program command ?