I had to make the line:

cd libusb && ./autogen.sh && ./configure --enable-maintainer-mode
--enable-examples-build --prefix=/tmp/test && make install && cd ..

Otherwise there would be no configure script in the directory.
Alas the result is still the same. I guess this means that a newer
libusb is not really the solution. 

Open On-Chip Debugger 0.5.0-dev-00465-g7682877-dirty (2010-08-03-20:07)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.berlios.de/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
RCLK - adaptive
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Info : max TCK change to: 30000 kHz
Info : RCLK (adaptive clock speed)
Error: couldn't read enough bytes from FT2232 device (0 < 81)
Error: couldn't read from FT2232
Error: couldn't read enough bytes from FT2232 device (0 < 81)
Error: couldn't read from FT2232
Command handler execution failed
in procedure 'transport' 
Command handler execution failed
in procedure 'init' 

[o...@localhost OpenOCD-testing]$ ldd /tmp/test/bin/openocd 
        linux-vdso.so.1 =>  (0x00007fff3f3ac000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00000032f3a00000)
        libftdi.so.1 => /tmp/test/lib/libftdi.so.1 (0x00007fad66dcb000)
        libusb-1.0.so.0 => /tmp/test/lib/libusb-1.0.so.0 (0x00007fad66bbd000)
        librt.so.1 => /lib64/librt.so.1 (0x00000032f4600000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00000032f3e00000)
        libc.so.6 => /lib64/libc.so.6 (0x00000032f3200000)
        /lib64/ld-linux-x86-64.so.2 (0x00000032f2e00000)



On Tue, 2010-08-03 at 19:13 +0200, Peter Stuge wrote:
> Olof Tångrot wrote:
> > This is the part where libusb is configured:
> > 
> > cd libusb && ./autogen.sh --prefix=/tmp/test && make install && cd ..
> > 
> > Nor can I find any other line that seems to activate verbosity.
> > 
> > How do I rebuild libusb without verbose debugging? 
> 
> I mentioned it briefly in the first email. Look at what autogen.sh
> contains, and repeat the configure line but without the debug flag.
> To be explicit, repeat the line you quoted but replace the call to
> autogen.sh with:
> 
> ./configure --enable-maintainer-mode --enable-examples-build
> --prefix=/tmp/test
> 
> 
> //Peter
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development


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

Reply via email to