Subject: kern.ldscript error
To: None <tech-kern@netbsd.org>
From: None <10.50@free.fr>
List: tech-kern
Date: 06/02/2006 11:52:21
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…

Any idea?
Vincent