This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-20000228 problem building cross compile without a target include tree


On Mar  2, 2000, Tim Shepard <shep@lcs.mit.edu> wrote:

> ./configure --with-gcc-version-trigger=/home/shep/alpha/egcs-20000228/gcc/version.c --host=i686-pc-linux-gnu --target=alphaev6-debian-linux-gnu --norecursion 

> "./configure --target=alphaev6-debian-linux-gnu" and then
> running "make", the build had the following trouble while trying to
> compile the routines in gcc/libgcc2.c:

Yes, you missed `--with-headers' in the configure command, to point
GCC to the target headers.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]