Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2011 15:30:37 +0800
From:      gnehzuil <gnehzuil@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   buildkernel error
Message-ID:  <4D63661D.2090205@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all,

I updated my kernel source code and try to make a new kernel using make 
buildkernel command. But I got an error as follow:

------------------------
:> hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=make sh /usr/src/sys/conf/newvers.sh GENERIC
cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  
-I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000  -mno-align-long-strings 
-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
-mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror  vers.c
linking kernel.debug
ld:/usr/src/sys/conf/ldscript.i386:66: syntax error
*** Error code 1

Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
gnehzuil-freebsd#
--------------------------

I run a freebsd OS in virtualbox.


Best regards,
lz




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D63661D.2090205>