This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2 on Playstation 2 mips
"J. Scott Edwards" <sedwards@xmission.com> writes:
> Hello,
>
> I'm trying to upgrade the compiler on Linux Playstation 2 from
> 2.95.2 to 3.2. I've tried the ./configure; make bootstrap with some
> minor variations and it always seems to fail when it gets to
> compiling libgcc2.c -> _divdi3.o with ./xgcc with complaining that
> BFD_RELOC_32_PCREL won't fit in the object file format.
>From your statements above, it looks like your build directory is the
same as your source directory, which is not supported.
If this is the case, see the install pages:
http://gcc.gnu.org/install/index.html
Specifically see the section on configuring:
http://gcc.gnu.org/install/configure.html
HTH,
--
Ricardo Anguiano
CodeSourcery, LLC