Re: Problem compiling 1.3.100

J. Scott Thayer (docscott@deltanet.com)
Wed, 29 May 1996 17:10:06 -0700 (PDT)


On Wed, 29 May 1996, Eugenio Jimenez Yguacel wrote:

> On Wed, 29 May 1996, J. Scott Thayer wrote:
>
> [deleted]
> > ld -qmagic -Ttext 0xfe0 -o vmlinux head.o misc.o piggy.o
> ^
> You are trying to compile an a.out kernel with an elf gcc compiler
> You _do_ need an a.out compiler (and binutils stuff) to do that.
> Hope this helps...

Thanks, I should have known it was something along those lines. Probably
the easiest solution would be to compile an ELF kernel, no? I can't
remember if that is an option in cake config.

Thanks.