Hi Tomek
    I did grep before, but can't find exactly E_BUS_ string,
but it should come from ENABLE_BUS_xxx. 
    If you look into the different between cygwin and mingw.
you will find mingw have some excited features, the big one is 
the result build out just can run in windows, not depend on any 
third-party DLL or environment. 



----- 原文 ----- 发件人: Tomek CEDRO 主 题: Re: [UrJTAG-dev] Build problem in mingw时 
间: 2010年6月16日 2:11:41抄 送: urjtag-development,  
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 amongfiles, ie: "grep -R TRUE *" will look for 
for sequence "TRUE"recursively starting in a current working directory. Maybe 
you willlike "Linux in a nutshell" to get familiar with the 
commandlineenvironment: http://my.safaribooksonline.com/0596009305I am not the 
author of those scripts and Ive never built onwindows/mingw, however Xiaofan 
tried to build with Cygwin and he madeit - why dont you give Cygwin a try? :-) 
If you take a look at thedocumentation [1] there is a note in section 2.4.7. 
Compiling withMinGW - maybe you can expand this chapter:Because it seems to be 
easier to set up a Cygwin environment, werecommend using the Cygwin GCC with 
"-mno-cygwin" flag instead ofusing a MinGW setup:CFLAGS="-mno-cygwin -O2" 
./configure --with-ftd2xx=/tmp/cdm-drivers--with-inpout32It is even possible to 
cross-compile and build the executable on a Linux host:./configure 
--host=i586-mingw32msvc --with-ftd2xx=/tmp/cdm-drivers--with-inpout32make[1] 
http://urjtag.svn.sourceforge.net/viewvc/urjtag/tags/URJTAG_0_10/web/htdocs/book/_compilation_and_installation.htmlBest
 regards,Tomek--CeDeROM, SQ7MHZ, http://www.tomek.cedro.info





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