I'm on ubuntu 10.04, and need the interface= option for ftdi.  So I
downloaded rev 3970ea74f780, ran autoreconf, ./configure, and make.

I ran into trouble with two missing headers. They should have been generated
by flex or bison, but the make rule didn't fire because the .c file existed.
 Also, I noticed that 'make clean' or 'make distclean' doesn't delete the
generated files or *.o - but it tries to delete *.lo twice.

After deleting the generated files, compilation went much further.  Now it
stops with several errors about undefined references (below).

I also tried to build with 'make distclean && ./autogen.sh && make', just in
case configuring with maintainer mode was necessary. Same undefined
references.

Should I try to compile a different revision? Or ???

Thanks
Mark

-------------------------------------
make fails with:
-------------------------------------
make[2]: Entering directory `/home/mark/sw/urjtag/src/apps/jtag'
  CC     jtag.o
  CCLD   jtag
../../../src/.libs/liburjtag.so: undefined reference to
`urj_vhdl_flex_get_compile_errors'
../../../src/.libs/liburjtag.so: undefined reference to `urj_vhdl_parse'
../../../src/.libs/liburjtag.so: undefined reference to
`urj_vhdl_parser_init'
../../../src/.libs/liburjtag.so: undefined reference to
`urj_vhdl_parser_deinit'
collect2: ld returned 1 exit status
make[2]: *** [jtag] Error 1
make[2]: Leaving directory `/home/mark/sw/urjtag/src/apps/jtag'

-------------------------------------
the last bit of output from configure:
-------------------------------------
configure:

jtag is now configured for

  Detected libusb      : 0.1
  Detected libftdi     : yes (no async mode)
  Detected libftd2xx   : no
  Detected inpout32    : no
  Build SVF player     : yes
  Build BSDL subsystem : yes
  Bus drivers          : arm9tdmi au1500 avr32 bcm1250 blackfin 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 gpio
ice100 igloo jlink keithkoep lattice mpcbdm triton usbblaster vsllink
wiggler xpc
  Lowlevel drivers     : direct ftdi ppdev
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to