Hello Xue!

On Tue, Jun 15, 2010 at 5:01 PM, Snowel Xue <snowwei...@sohu.com> wrote:
> I am not familiar with aclocal/m4, where should look at the _TRUE and E_BUS_ ?
> which file ?

If you know what to look for but you dont know where - you can use
"grep" utility to search for an occurence  of a certain sequence among
files, ie: "grep -R TRUE *" will look for for sequence "TRUE"
recursively starting in a current working directory. Maybe you will
like "Linux in a nutshell" to get familiar with the commandline
environment: http://my.safaribooksonline.com/0596009305

I am not the author of those scripts and Ive never built on
windows/mingw, however Xiaofan tried to build with Cygwin and he made
it - why dont you give Cygwin a try? :-) If you take a look at the
documentation [1] there is a note in section 2.4.7. Compiling with
MinGW - maybe you can expand this chapter:

Because it seems to be easier to set up a Cygwin environment, we
recommend using the Cygwin GCC with "-mno-cygwin" flag instead of
using a MinGW setup:
CFLAGS="-mno-cygwin -O2" ./configure --with-ftd2xx=/tmp/cdm-drivers
--with-inpout32

It is even possible to cross-compile and build the executable on a Linux host:
./configure --host=i586-mingw32msvc --with-ftd2xx=/tmp/cdm-drivers
--with-inpout32
make

[1] 
http://urjtag.svn.sourceforge.net/viewvc/urjtag/tags/URJTAG_0_10/web/htdocs/book/_compilation_and_installation.html

Best regards,
Tomek

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

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