Mail Archives: pgcc/1998/01/09/16:03:18
here are the error/warning messages i got from compiling the kernel:
.../../dev/vn/vn.c:630: warning: type defaults to `int' in declaration of `vn_devsw_installed'
.../../kern/init_main.c: In function `main':
.../../kern/init_main.c:140: warning: return type of `main' is not `int'
.../../kern/kern_descrip.c:1101: warning: type defaults to `int' in declaration of `fildesc_devsw_installed'
.../../kern/kern_lkm.c:918: warning: type defaults to `int' in declaration of `lkm_devsw_installed'
.../../kern/subr_log.c:244: warning: type defaults to `int' in declaration of `log_devsw_installed'
.../../kern/tty_compat.c: In function `ttcompatgetflags':
.../../kern/tty_compat.c:284: warning: type defaults to `int' in declaration of `flags'
.../../kern/tty_compat.c: In function `ttcompatsetflags':
.../../kern/tty_compat.c:342: warning: type defaults to `int' in declaration of `flags'
.../../kern/tty_compat.c: In function `ttcompatsetlflags':
.../../kern/tty_compat.c:421: warning: type defaults to `int' in declaration of `flags'
.../../kern/tty_pty.c:794: warning: type defaults to `int' in declaration of `ptc_devsw_installed'
.../../kern/tty_tty.c:175: warning: type defaults to `int' in declaration of `ctty_devsw_installed'
.../../kern/uipc_mbuf.c: In function `m_adj':
.../../kern/uipc_mbuf.c:529: warning: type defaults to `int' in declaration of `count'
.../../net/if_tun.c:94: warning: type defaults to `int' in declaration of `tun_devsw_installed'
.../../netinet/ip_output.c: In function `ip_pcbopts':
.../../netinet/ip_output.c:815: warning: type defaults to `int' in declaration of `cnt'
.../../netinet/ip_output.c:815: warning: type defaults to `int' in declaration of `optlen'
.../../netinet/tcp_output.c: In function `tcp_setpersist':
.../../netinet/tcp_output.c:743: warning: type defaults to `int' in declaration of `t'
.../../nfs/nfs_subs.c: In function `nfsm_srvfattr':
.../../nfs/nfs_subs.c:1697: internal error--insn does not satisfy its constraints:
(insn 305 611 306 (set (reg:SI 1 %edx)
(subreg:SI (lshiftrt:DI (reg:DI 0 %eax)
(const_int 9)) 0)) 249 {lshrdi3_const_int_subreg} (insn_list 301 (nil))
(expr_list:REG_DEAD (reg:SI 0 %eax)
(nil)))
gcc: Internal compiler error: program cc1 got fatal signal 6
l.c
using these flags:
------------------
gcc -c -O6 -mpentium -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DFAILSAFE -DCOMPAT_43 -DNFS -DFFS -DINET -DKERNEL
---
francis vidal | usls.NET | university of st. la salle, bacolod city, PH
PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp
"birds of the same feathers are birds!" - rhoderick samonte's class
- Raw text -