What`s mistake in MYKERNEL?

2010-04-12 Thread oleg

Hi all users of Free BSD!

I am really hopeing that someone can assist me here.
Got some mistake in the course of assemblage kernel. Can`t 
understand

myself, what`s wrong?
My system is:
FreeBSD 8.0-STABLE-201002 #0: Tue Feb 16 21:05:59 UTC 2010
That tree of src directory updated with csup successful.
Look the attached files.
Please, let me know, what mast i do?
Many thanks for the help.


dmesg
Description: Binary data

--
 stage 3.2: building everything
--
cd /usr/obj/usr/src/sys/MYKERNEL; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=amd64 
 

.

cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -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  -fno-omit-frame-pointer -mcmodel=kernel 
-mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  
-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
-Werror  hints.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -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  -fno-omit-frame-pointer -mcmodel=kernel 
-mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  
-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
-Werror  vnode_if.c
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=make sh /usr/src/sys/conf/newvers.sh MYKERNEL
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -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  
-fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  -mfpmath=387 
-mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
-Werror  vers.c
linking kernel.debug
*** 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.





MYKERNEL
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: What`s mistake in MYKERNEL?

2010-04-12 Thread Rolf Nielsen

On 2010-04-12 17:24, oleg wrote:

Hi all users of Free BSD!

I am really hopeing that someone can assist me here.
Got some mistake in the course of assemblage kernel. Can`t understand
myself, what`s wrong?
My system is:
FreeBSD 8.0-STABLE-201002 #0: Tue Feb 16 21:05:59 UTC 2010
That tree of src directory updated with csup successful.
Look the attached files.
Please, let me know, what mast i do?
Many thanks for the help.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



PROCFS requires PSEUDOFS. Either uncomment PSEUDOFS or commernt out 
PROCFS. Moreover, the option COMPAT_IA32 recently was renamed 
COMPAT_FREEBSD32, but I'm not sure exactly when that happened. You might 
want to try changing it.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: What`s mistake in MYKERNEL?

2010-04-12 Thread Rolf Nielsen

On 2010-04-12 17:24, oleg wrote:

Hi all users of Free BSD!

I am really hopeing that someone can assist me here.
Got some mistake in the course of assemblage kernel. Can`t understand
myself, what`s wrong?
My system is:
FreeBSD 8.0-STABLE-201002 #0: Tue Feb 16 21:05:59 UTC 2010
That tree of src directory updated with csup successful.
Look the attached files.
Please, let me know, what mast i do?
Many thanks for the help.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


You also need to uncomment ppbus, since it's required by all other 
parallel port devices. And if you plan to run X, you should uncomment 
pty as well, but that shouldn't cause linking of the kernel to fail.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org