Subject: Re: kern.ldscript error
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 06/02/2006 17:55:49
In article <1149241941.44800a551681a@imp5-g19.free.fr>,  <10.50@free.fr> wrote:
>Hi there,
>when I try to compile the current kernel, everything goes fine, except that when
>linking the kernel, ld spits out:
>
>#      link  PRESARIO/netbsd
>ld -T ../../../../arch/i386/conf/kern.ldscript -Ttext c0100000 -e start -X -o
>netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
>../../../../arch/i386/conf/kern.ldscript:45 non constant expression for load
>base
>*** Error code 1
>
>What is strange, is that kern.ldscript actually has 44 lines and not 45…

You probably need to install new binutils (before building the kernel).
This is a lose :-(

christos