Using the new cross compilation system - and a request for help

Harold L Hunt huntharo@msu.edu
Thu Jul 11 11:57:00 GMT 2002


Alexander Gottwald <Alexander.Gottwald@informatik.tu-chemnitz.de> said:

> On Thu, 11 Jul 2002, Harold L Hunt wrote:
> 
> > Alexander,
> >
> > Unfortunately, we still have to #undef i686.  I just tried removing the
> > ``#undef i686'' and the results are below.  The problem is that the value for
> > the i686 define is still being substituted into our includes path.  Any ideas?
> 
> That define is only used, if i686 is already used.  For me imakemdep_cpp.h
> is generated this way
> /usr/i686-pc-cygwin32/bin/cc -E `./ccimake` \
>     -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h;
> 
> with ./ccimake just echoing
> -DCROSSCOMPILEDIR="/usr/i686-pc-cygwin32/bin" -DCROSSCOMPILE -O
> 
> can  you please check, from where the i686 define gets into the imakemdep
> generation?
> 

I don't get it.  What build command are you using?  I am using:

make CROSSCOMPILEDIR="/cygwin/bin" World > World.log 2>&1

Are you talking about imakemdep_cpp.h being built during the World make, or
are you doing this during a seperate step?

Harold

> bye
>     ago
> -- 
>  Alexander.Gottwald@informatik.tu-chemnitz.de
>  http://www.gotti.org           ICQ: 126018723
> 





More information about the Cygwin-xfree mailing list