On Wed, Jun 23, 2010 at 10:16 AM, Mike Frysinger <vap...@gentoo.org> wrote:
>> But even if I remove libftdi and install libftdi-1.0, it still produce this
>> error. Strange.
>>
>> checking for ftdi_read_data_submit... no
>> configure: error: this libftdi cannot be used with libusb-1.0,
>> libusb-0.1 is needed
>
> your libftdi-1.0 is misconfigured then.  you most likely forget --with-async-
> mode.  urjtag is operating correctly.

You are right. The problem is solved in this case.

The problem is that I am interested in both J-Link and
FT2232 based driver. I could not find a way to enable both.

mc...@ubuntu64-laptop:~/Desktop/build/urjtag/urjtag/urjtag$
./configure --enable-maintainer-mode --with-libusb=1.0
...

  Detected libusb      : 1.0
  Detected libftdi     : yes (have async mode)
  Detected libftd2xx   : no
  Detected inpout32    : no
  Build SVF player     : yes
  Build BSDL subsystem : yes
  Bus drivers          : arm9tdmi au1500 avr32 bcm1250 bf518f_ezbrd
bf51x bf526_ezkit bf527_ezkit bf52x bf533_stamp bf533_ezkit
bf537_stamp bf537_ezkit bf538f_ezkit bf53x bf548_ezkit bf561_ezkit
bscoach ejtag ejtag_dma fjmem ixp425 ixp435 ixp465 jopcyc h7202
lh7a400 mpc5200 mpc824x mpc837x ppc405ep ppc440gx_ebc8 prototype
pxa2x0 pxa27x s3c4510 sa1110 sh7727 sh7750r sh7751r sharc_21065L
sharc_21369_ezkit slsup3 tx4925 zefant_xs3
  Cable drivers        : arcom byteblaster dlc5 ea253 ei012 ft2232
igloo keithkoep lattice mpcbdm triton usbblaster wiggler
  Lowlevel drivers     : direct ftdi ppdev


mc...@ubuntu64-laptop:~/Desktop/build/urjtag/urjtag/urjtag$
./configure --enable-maintainer-mode --with-libusb --with-libftdi=no
...

jtag is now configured for

  Detected libusb      : 0.1
  Detected libftdi     : no (no async mode)
  Detected libftd2xx   : no
  Detected inpout32    : no
  Build SVF player     : yes
  Build BSDL subsystem : yes
  Bus drivers          : arm9tdmi au1500 avr32 bcm1250 bf518f_ezbrd
bf51x bf526_ezkit bf527_ezkit bf52x bf533_stamp bf533_ezkit
bf537_stamp bf537_ezkit bf538f_ezkit bf53x bf548_ezkit bf561_ezkit
bscoach ejtag ejtag_dma fjmem ixp425 ixp435 ixp465 jopcyc h7202
lh7a400 mpc5200 mpc824x mpc837x ppc405ep ppc440gx_ebc8 prototype
pxa2x0 pxa27x s3c4510 sa1110 sh7727 sh7750r sh7751r sharc_21065L
sharc_21369_ezkit slsup3 tx4925 zefant_xs3
  Cable drivers        : arcom byteblaster dlc5 ea253 ei012 igloo
jlink keithkoep lattice mpcbdm triton wiggler xpc
  Lowlevel drivers     : direct ppdev


-- 
Xiaofan http://mcuee.blogspot.com

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to