Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 1995 16:51:46 -0400 (EDT)
From:      Christopher Sedore <cmsedore@mailbox.syr.edu>
To:        freebsd-hackers@FreeBSD.org
Subject:   Building a new kernel on 950322 SNAP
Message-ID:  <Pine.SOL.3.91.950403164826.26551A-100000@forbin.syr.edu>

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

Am I the only one having difficulty building a new kernel on 950322 SNAP?

I've tried a number of different approaches, but I've never become 
familiar with build process (and I'm hoping I still won't need to :).

-Chris

Example:

myname# make depend
cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls  -nostdinc -I. 
-I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DI486_CPU 
-DI386_CPU -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 
-DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DMATH_EMULATE -DKERNEL 
-Di386 -DLOAD_ADDRESS=0xF0100000 -DTIMEZONE=0 -DDST=0 -DMAXUSERS=10 
-UKERNEL ../../i386/i386/genassym.c
In file included from ../../i386/i386/genassym.c:40:
../../../include/stdio.h:70: parse error before `fpos_t'
../../../include/stdio.h:70: warning: data definition has no type or 
storage class
../../../include/stdio.h:130: parse error before `fpos_t'
../../../include/stdio.h:130: warning: no semicolon at end of struct or union
../../../include/stdio.h:147: parse error before `_offset'
../../../include/stdio.h:147: warning: data definition has no type or 
storage class
../../../include/stdio.h:148: warning: data definition has no type or 
storage class
../../../include/stdio.h:151: parse error before `__sF'
../../../include/stdio.h:151: warning: data definition has no type or 
storage class
..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.950403164826.26551A-100000>