Re: Linux-2.6.18.8 compilation errors with GCC-4.2.1 and binutils-2.17 on MIPS

2007-10-17 Thread David Daney
veerasena reddy wrote: Hi, I tried to compile Linux-2.6.18.8 for MIPS24KE processor using cross-compiler built from gcc-4.2.1, binutils-2.17 and uClibc-0.9.27. But, the compilation failed with below error message ("mips-linux-ld: final link failed: Bad value"):

Re: Linux-2.6.18.8 compilation errors with GCC-4.2.1 and binutils-2.17 on MIPS

2007-10-17 Thread Maciej W. Rozycki
On Wed, 17 Oct 2007, veerasena reddy wrote: > mips-linux-ld: final link failed: Bad value It looks like some kind of a problem with a relocation somewhere. The error is cryptic and of little help, I know, but I reckon diagnostics has been a little bit improved in this area of the linker since

Re: Linux 2.6.18.8

2007-02-23 Thread Greg KH
diff --git a/Makefile b/Makefile index ed22616..2ff33d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 18 -EXTRAVERSION = .7 +EXTRAVERSION = .8 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/arch/x86_64/ia32/ptrace32.c b/arch/x86_64/ia32/p