>
>
>> On Thu, Jun 17, 2010 at 12:24 AM, wrote:
>>> so I back to gcc3.4.4, but I meet these compile warning.
>>> don't know how to fix it.
>>
>> https://sourceforge.net/projects/urjtag/forums/forum/682993/topic/3458301
>> -mike
>>
>
> Finally, Urjtag pass build in cygwin,
> use such configure parameter
>    CFLAGS="-mno-cygwin -O2"
> ./configure --with-ftd2xx=/cygdrive/f/CDM20602 --disable-werror 
> --without-libusb
> --with-inpout32 --without-readline
>
> and also change the link command for libftd2xx in Makefile
>    $(AM_V_CCLD)$(LINK) $(jtag_OBJECTS) $(jtag_LDADD)
> $(LIBS) -L/cygdrive/f/CDM20602/i386 -lftd2xx
>
> but, there is nothing after I run jtag.exe.
> completely nothing. what is wrong ?
>

I also finish urjtag build in MinGW, use this config
    ./configure --with-ftd2xx=/f/AMT/jtag/CDM20602 --disable-werror 
--without-libusb 
 --disable-nls

and do same change for link command with cygwin.
then I can run jtag.exe both in msys and windowns command,
it look perfect in msys:

$ src/apps/jtag/jtag.exe

UrJTAG 0.10 #1791
Copyright (C) 2002, 2003 ETC s.r.o.
Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors

UrJTAG is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.
There is absolutely no warranty for UrJTAG.

jtag.c:528 main() Warning: UrJTAG may damage your hardware!
Type "quit" to exit, "help" for help.

jtag> q


but there is a little bit strange in Windows command:
why it call jtag_ltshwrapperTMP ?

F:\AMT\jtag\mingw\urjtag\src\apps\jtag>jtag.exe
F:/AMT/jtag/mingw/urjtag/src/apps/jtag/.libs/jtag_ltshwrapperTMP: line 65: 
ls: c
ommand not found

UrJTAG 0.10 #1791
Copyright (C) 2002, 2003 ETC s.r.o.
Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors

UrJTAG is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.
There is absolutely no warranty for UrJTAG.

jtag.c:528 main() Warning: UrJTAG may damage your hardware!
Type "quit" to exit, "help" for help.

jtag> q
 


------------------------------------------------------------------------------
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