| Date Of Receipt: 8-NOV-1996 08:07:45.46
From: HUNCH::duane "Andrew Duane USG/PE"
To: dirce@DEC:.zko.hunch (Dirce Richards bos)
CC: buildhelp@DEC:.zko.hunch
Subj: Re: fwd: help with building kernel
> I am trying to build a kernel in my sandbox, backed
> against steelos.nightly. I even deleted all files
> from BINARY, but there seens to be a new problem:
>
> /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/cc -c -O2 -DLANGUAGE_C -g1 -I -I. -I.. -I../include -DIDENT=BINARY -DMACH -DOSF -DCOMPAT_43 -DESS -DESS_STUB -DKERNEL -D_KERNEL -D_BSD -DBINARY -MD -w2 -compress -no_excpt -Wg,-unroll,1 -Wb,-static -Wco,-nofloat -Umips -UMIPS -U__intel__ -D__alpha -D__digital__ -D__arch64__ /usr/sde/osf1/build/steelos.nightly/src/kernel/kern/ipc_globals.c
> /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/cc -c -O2 -DLANGUAGE_C -g1 -I -I. -I.. -I../include -DIDENT=BINARY -DMACH -DOSF -DCOMPAT_43 -DESS -DESS_STUB -DKERNEL -D_KERNEL -D_BSD -DBINARY -MD -w2 -compress -no_excpt -Wg,-unroll,1 -Wb,-static -Wco,-nofloat -Umips -UMIPS -U__intel__ -D__alpha -D__digital__ -D__arch64__ -g3 /usr/sde/osf1/build/steelos.nightly/src/kernel/arch/alpha/alpha_init.c
> cc: Error: /usr/sde/osf1/build/steelos.nightly/src/kernel/arch/alpha/alpha_init.c, line 907: In this statement, "PROM_NOVERIFY" is not declared.
> if (prom_getenv("booted_osflags", ev_val, PROM_NOVERIFY) == GET_ENV_SUCCESS) {
> - --------------------------------------------------^
> cc: Error: /usr/sde/osf1/build/steelos.nightly/src/kernel/arch/alpha/alpha_init.c, line 907: In this statement, "GET_ENV_SUCCESS" is not declared.
> if (prom_getenv("booted_osflags", ev_val, PROM_NOVERIFY) == GET_ENV_SUCCESS) {
> - --------------------------------------------------------------------^
> cc: Error: /usr/sde/osf1/build/steelos.nightly/src/kernel/arch/alpha/alpha_init.c, line 1020: In this statement, "PMEM_KDEBUG" is not declared.
> pmap_add_use(tmp, ffpfn, PMEM_KDEBUG);
> - ---------------------------------^
> cc: Error: /usr/sde/osf1/build/steelos.nightly/src/kernel/arch/alpha/alpha_init.c, line 1288: In this statement, "PROM_NOVERIFY" is not declared.
> prom_getenv("booted_osflags", pvfix, PROM_NOVERIFY);
> - ---------------------------------------------^
> objZ: No such file or directory - alpha_init.o
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
Josh was right; you need to run 'build setup' or 'build OTHERS=""',
or just plain 'build' to get the header files updated.
--
Andrew L. Duane DTN 381-1294 [email protected]
USG Kernel Scalability alpha::duane
ZKO3-3/U14 www.zk3.dec.com/~duane
|
| Date Of Receipt: 8-NOV-1996 10:18:09.63
From: ALPHA::dirce "Dirce Richards bos 08-Nov-1996 1014"
To: "Paula Long, Digital Equipment Corporation" <plong@DEC:.zko.alpha>
CC: "Joshua M. Friedman, Digital UNIX, 381-1548" <jmf@DEC:.zko.alpha>,
buildhelp@DEC:.zko.alpha, reng@DEC:.zko.alpha, dirce@DEC:.zko.alpha
Subj: Re: fwd: help with building kernel
I just deleted BINARY. I will clean up the rest, and try
again. Thanks,
Dirce
|