[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

unstable breaks kernel compile




I just ran a distupgrade to debian unstable.  I tried to compile my
2.4.2 kernel and I get this:

make[1]: Entering directory `/usr/src/linux-2.4.2/arch/i386/boot'
ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect
ld: cannot open binary: No such file or directory
make[1]: *** [bbootsect] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.2/arch/i386/boot'
make: *** [bzImage] Error 2

I saw an error durring the upgrade though.  It said "-oformat" had been
changed out with "--oformat".  When I manually ran the command:

ld -m elf_i386 -Ttext 0x0 -s --oformat binary bbootsect.o -o arch/i386/boot/bootsect.o

then it seems to compile just fine.


Not a good thing... Thoughts?

Robert



:wq!
---------------------------------------------------------------------------
Robert L. Harris                |  Micros~1 :  
Senior System Engineer          |    For when quality, reliability 
  at RnD Consulting             |      and security just aren't
                                \_       that important!
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Reply to: