On Thu, Dec 06, 2001 at 10:33:26AM -0500, Murray Root wrote:
>
>
> ---- Guillaume Rousse <[EMAIL PROTECTED]> wrote:
> > gcc -D__KERNEL__ -I/usr/src/linux-2.4.16.4mdk/include -Wall
> > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> >
> > -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon
> >
> > -fno-merge-constants -c misc.c
> > ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o
> > piggy.o
> > ld: bvmlinux: Not enough room for program headers (allocated 2, need
> > 3)
> > ld: final link failed: Bad value
> >
> > However, i'm not sure i got matching kernels and headers, as they have
> > not
> > same naming scheme:
> > [root@silbermann linux]# rpm -qa | grep kernel
> > kernel-source-2.4.16.4mdk-1-1mdk
> > kernel-headers-2.4.16-16mdk
> > --
> > Guillaume Rousse <[EMAIL PROTECTED]>
> > GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
> >
> I get this same error when trying to build ANY kernel, including from
> kernel.org
> It started right after getting Cooker installed from 5/12/01.
> Using Cooker from 26/11/01 (last one I have on CD) it works fine. Upgrade,
> and it blows up.
it seems we have a prob with the new binutils and/or gcc?
tc