Re: compiling any kernel

Tigran Aivazian (tigran@sco.COM)
Thu, 11 Jun 1998 11:03:57 +0000 (GMT)


As stated in the relevant docs you should compile your kernel with gcc
2.7.2.x, not earlier, not later.

Hope this helps,
------
Tigran A. Aivazian | http://www.sco.com/
Escalations Research Group | Email: tigran@sco.com
Santa Cruz Operation Ltd |

On Thu, 11 Jun 1998, Hans E. Kristiansen wrote:

> All,
>
> I am getting really flustered here. I have been developing several
> applications for Linux with threading, and I have upgraded my gcc to version
> as indicated below ( with glib6 ).
>
> libido:/usr/src# gcc -v
> Reading specs from /usr/lib/gcc-lib/i486-pc-linux-gnu/2.8.1/specs
> gcc version 2.8.1
>
> However, when I try to recompile my kernel to the latest kernel ( or any
> other ones ), I get the following error ( output from the make file ):
>
> -----------------
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
> /usr/src/lin
> ux/arch/i386/lib/lib.a \
> -o vmlinux
> fs/filesystems.a(proc.o)(.data+0x3dc): multiple definition of
> `proc_sys_root'
> fs/filesystems.a(coda.o)(.data+0x40): first defined here
> fs/fs.o: In function `aout_core_dump':
> fs/fs.o(.text+0x12f06): undefined reference to `START_DATA'
> fs/fs.o(.text+0x1303a): undefined reference to `START_DATA'
> fs/filesystems.a(proc.o): In function `get_stat':
> proc.o(.text+0x3127): undefined reference to `KSTK_EIP'
> proc.o(.text+0x3131): undefined reference to `KSTK_ESP'
> make: *** [vmlinux] Error 1
> ------------------
>
> Please help me!!!!
>
> Thanks,
> Hans
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu