From: Norbert U. <nun...@gm...> - 2008-11-14 11:29:52
|
2008/11/4 Øyvind Harboe <oyv...@zy...> > +OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @} > +around Windows filenames. > + > +@smallexample > +> echo \a > + > +> echo @{\a@} > +\a > +> echo "\a" Sorry but it still does not work with single backslashes under windows, not even with {}: load {D:\mmc\cios\CiosTest\CiosTest.elf} {D:mmcciosCiosTestCiosTest.elf}: No such file or directory. Am I just too stupid to understand the FAQ? It works with the double backslashes, I can live with that. Thanks, Norbert |