Jun Sun wrote: > >> > >> We have been using gcc 2.9.5 and binutils 2.10.x for R3000 CPUs for > >> quite a while with no problems. It seems newer gcc and binutiles are > >> fine too. > >> > > I understand, but is there any __official__ recommended versions of these > > utils? http://oss.sgi.com/mips/mips-howto.html is out-of-date :( > > > > Who are the "officiers" to decide on __official__ versions? :-) If you are > really uncomfortable with non-official stuff, you might want to consider > paying some vendor and I am sure you will be given an "official" version. "Official" means "if I report a bug w/o a patch in this list, I don't get a message which requests to change the tools". I think, Ralf is the "officier" who decides what the right toolchain is. Now, last toolchain Ralf announced was - binutils Date: Fri, 1 Dec 2000 03:06:19 +0100 From: Ralf Baechle <ralf@oss.sgi.com> To: linux-mips@oss.sgi.com, linux-mips@fnet.fr Binutils were buggy handling a cases involving empty object files. I've uploaded fixed binutils 2.8.1 cross-linker packages to oss.sgi.com; I'll upload fixed binutils 2.9.5 binaries (mips64 only) later. The worarounds for this bug have been removed from the CVS archive that is updating is required for building a current 2.4 kernel. Ralf - compiler Subject: New crosscompilers Date: Wed, 18 Apr 2001 18:42:07 -0300 From: Ralf Baechle <ralf@oss.sgi.com> To: linux-mips@oss.sgi.com, linux-mips@fnet.fr I've uploaded new egcs 1.1.2 based crosscompiler to oss.sgi.com into /pub/linux/mips/crossdev/. The only change for version 1.1.2-4 affects mips64-linux and mips64el-linux targets where asking for alignments larger than 8 bytes was ignored with a warning message. This did possibly result in some performance penalty for mips64 kernels. Ralf The faq does mention this toolchain still. Ralf, are you going to announce new toolchain given the lastest kernel can't be compiled with old one? Or shall we change back the sources? Regards, Gleb.