Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 23:10:17 +0000
From:      Tim Preece <bsdcurrent@scratch.demon.co.uk>
To:        current@FreeBSD.ORG
Subject:   Kernel wont compile
Message-ID:  <K6LUpCAZLOt2EwK5@scratch.demon.co.uk>

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

Iv'e CVSupped on Friday 29/1/99 and proceeded to make world seemed to go
OK but when I tried to compile the kernel I got this....

Script started on Sat Jan 30 00:27:14 1999
[2]root@scratch1/usr/src/sys/
compile/SCRATCH1# make depend
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -
Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-
extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL
-DVM_STACK -include opt_global.h ../../i386/i386/genassym.c
In file included from ../../sys/types.h:48,
                 from ../../sys/param.h:56,
                 from ../../i386/i386/genassym.c:45:
../../sys/inttypes.h:11: parse error before `int8_t'
../../sys/inttypes.h:11: warning: data definition has no type or storage
class
../../sys/inttypes.h:12: parse error before `int16_t'
../../sys/inttypes.h:12: warning: data definition has no type or storage
class
../../sys/inttypes.h:13: parse error before `int32_t'
../../sys/inttypes.h:13: warning: data definition has no type or storage
class
../../sys/inttypes.h:16: parse error before `uint8_t'
../../sys/inttypes.h:16: warning: data definition has no type or storage
class
../../sys/inttypes.h:17: parse error before `uint16_t'
../../sys/inttypes.h:17: warning: data definition has no type or storage
class
../../sys/inttypes.h:18: parse error before `uint32_t'
../../sys/inttypes.h:18: warning: data definition has no type or storage
class
../../sys/inttypes.h:21: parse error before `intptr_t'
../../sys/inttypes.h:21: warning: data definition has no type or storage
class
../../sys/inttypes.h:22: parse error before `uintptr_t'
../../sys/inttypes.h:22: warning: data definition has no type or storage
class
In file included from ../../sys/types.h:49,
                 from ../../sys/param.h:56,
                 from ../../i386/i386/genassym.c:45:
machine/types.h:59: `int8_t' redeclared as different kind of symbol
../../sys/inttypes.h:11: previous declaration of `int8_t'
machine/types.h:59: warning: `int8_t' was declared `extern' and later
`static'
machine/types.h:61: `int16_t' redeclared as different kind of symbol
../../sys/inttypes.h:12: previous declaration of `int16_t'
machine/types.h:61: warning: `int16_t' was declared `extern' and later
`static'
machine/types.h:63: `int32_t' redeclared as different kind of symbol
../../sys/inttypes.h:13: previous declaration of `int32_t'
machine/types.h:63: warning: `int32_t' was declared `extern' and later
`static'
machine/types.h:65: redefinition of `int64_t'
../../sys/inttypes.h:14: `int64_t' previously declared here
machine/types.h:75: `intptr_t' redeclared as different kind of symbol
../../sys/inttypes.h:21: previous declaration of `intptr_t'
machine/types.h:75: warning: `intptr_t' was declared `extern' and later
`static'
machine/types.h:76: `uintptr_t' redeclared as different kind of symbol
../../sys/inttypes.h:22: previous declaration of `uintptr_t'
machine/types.h:76: warning: `uintptr_t' was declared `extern' and later
`static'
In file included from ../../sys/param.h:56,
                 from ../../i386/i386/genassym.c:45:
../../sys/types.h:60: syntax error before `u_int8_t'
../../sys/types.h:60: warning: useless keyword or type name in empty
declaration
../../sys/types.h:60: warning: empty declaration
../../sys/types.h:61: syntax error before `u_int16_t'
../../sys/types.h:61: warning: useless keyword or type name in empty
declaration
../../sys/types.h:61: warning: empty declaration
../../sys/types.h:62: syntax error before `u_int32_t'
../../sys/types.h:62: warning: useless keyword or type name in empty
declaration
../../sys/types.h:62: warning: empty declaration
../../sys/types.h:63: redefinition of `u_int64_t'
machine/types.h:66: `u_int64_t' previously declared here
../../sys/types.h:90: redefinition of `ufs_daddr_t'
machine/types.h:70: `ufs_daddr_t' previously declared here
../../sys/types.h:95: redefinition of `uoff_t'
machine/types.h:77: `uoff_t' previously declared here
*** Error code 1

Stop.
[2]root@scratch1/usr/src/sys/compile/SCRATCH1# exit
exit

Script done on Sat Jan 30 00:27:26 1999

What should I do, re-CVSup, make clean or other ?

Please help 

Thanks

-- 
Tim Preece

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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