On Wed, 26 Sep 2007 15:49:41 +0100 (BST), "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> wrote: > Given the dependency is quite straightforward it could have been sorted > out with a reverse dependency in Kconfig based on the load addresses > specified in Makefile -- boring, but easily done. That assuming the > failure of -msym32 resulting from the use of an older unsupported > toolchain would be reported as fatal to the user, together with > information of which versions are the minimum. Current linux-queue code adds -msym32 if the load address was CKSEG0, so it can not be compiled with gcc 3.x. I think this patch fixes the problem: http://www.linux-mips.org/archives/linux-mips/2007-03/msg00404.html --- Atsushi Nemoto