2008/11/3 Øyvind Harboe <[EMAIL PROTECTED]>

> 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


The problem is I use the statements as GDB initialization commands in the
debugger configuration in Eclipse. I am using the macros like
{$workspace_loc:blah/blah.elf} with forward slashes, but either Eclipse CDT
or gdb transform the forward slashes to single backslashes on windows, so it
is somewhat out of my control.

I tried putting the absolute path with double backslashes into that field,
it works and I can live with that. But it would be nice if the tools
continue to play together on windows.

Norbert
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to