cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -
Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -
I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h
-elf -mpreferred-stack-boundary=2 ../../i386/i386/exception.s
*** Error code 1
Stop in /usr/src/sys/compile/NET.
This error appears when I'm compiling my Kernel.
What I did before:
cvsup (src-all)
make buildworld
make installworld
mergemaster
creating Kernel Config
config KernelConfig
make depend && make ==> Error appeared.
Any Ideas?