On Mon, Nov 3, 2008 at 8:06 PM, Norbert Unterberg <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We updated OpenOCD from the Yagarto r717 version to version 994, running on
> windows.
> The problem is that OpenOCD does not longer recognize windows file names for
> the flash write command. If we use a full qualified file name like
> D:\prj\myfile.bin than OpenOCD complains that it can not find the file
> "D:prjmyfile.bin". The older version of OpenOCD did work with windows file
> names.
>
> Any ideas?

We've switched to a tcl interpreter. Here backslash must be escaped.

Use d:\\prj\\myfile.bin instead of d:\prj\myfile.bin



-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to