This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: eprintf hates me





On Mon, 11 Dec 2000 jfaith@lineo.com wrote:

> 
> You might try
>     make LANGUAGES="c" cross
> , which will skip building the Fortran stuff.  Also, it's probably a good idea to clean your build directory and start from the beginning, since I've seen
> the make process continue trying to build Fortran even when given the "c" flag.
> 

I once patched gcc/libgcc2.c to avoid --inhibit-libc without asking me.
At least it allowed to build under Linux gcc-2.95.2 as native compiler
for i586-pc-msdos-djgpp (including FORTRAN etc...)

> 
> 
> Florin Boariu wrote:
> 
> > ...
> >
> > The configuration was done by:
> >
> > gcc-obj $ ../gcc-2.95.2/configure --host=powerpc-g3-linux-gnu --build=i586-pc-linux-gnu --target=powerpc-g3-linux-gnu --enable-static-link --with-newlib
> >
> > I also tried to --enable-languagues="c" since the error seems to appear
> > when compiling the f77 compiler (or am I wrong?), but then gcc doesn't get
> > built either... very strange.
> >
> > I need the --enable-static-link option because the target system does not
> > have a libc yet.
> >
> > Does anybody have any idea about what I'm doing wrong?
> 
> 
> 
> 
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
> 
> 


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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