On Sat, Apr 19, 2014 at 12:56 PM, Xiaofan Chen <[email protected]> wrote:
> On Sat, Apr 19, 2014 at 12:55 PM, Paul Fertser <[email protected]> wrote:
>> On Sat, Apr 19, 2014 at 12:43:56PM +0800, Xiaofan Chen wrote:
>>> Another minor problem, Windows and MSys do not seem to like
>>> the file name tcl/target/1986ве1т.cfg so "make install" failed to
>>> copy it. Can we change the file name?
>>> http://repo.or.cz/w/openocd.git/blob/HEAD:/tcl/target/1986%D0%B2%D0%B51%D1%82.cfg
>>
>> What's wrong with the file name? Does windows still have issues with
>> unicode?
>
> I think it is not a Windows problem, but rather MSYS problem.
>
> make[3]: Entering directory `/c/work/openocd/openocd-0.8.0-rc2/build_gcc472'
> for i in $(find ../tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' |  sed 
> -e
>  's,^../tcl,,'); do \
>         j="/usr/local/share/openocd/scripts/$i" && \
>         mkdir -p "$(dirname $j)" && \
>         /bin/install -c -m 644 ../tcl/$i $j; \
> done
> /bin/install: cannot stat `../tcl//target/1986??1?.cfg': No such file
> or directory
> make[3]: Leaving directory `/c/work/openocd/openocd-0.8.0-rc2/build_gcc472'
>

Another minor problem, I think the following "./configure --help" output is
not really correct.
  --enable-openjtag_ftdi  Enable building support for the OpenJTAG Programmer
                          with ftdi driver

I believe it should be
  --enable-openjtag_libftdi  Enable building support for the OpenJTAG Programmer
                          with libftdi driver

The reason is that "--enable-openjtag_libftdi" actually works and above
this one there is the following.
  --enable-openjtag_ftd2xx
                          Enable building support for the OpenJTAG Programmer
                          with ftd2xx driver

-- 
Xiaofan

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to