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



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.

,
John


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


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