[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

2659.0. "Re: fwd: help with building kernel" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Nov 12 1996 19:34

Date Of Receipt: 	 8-NOV-1996 03:50:29.62
From: 	SOAK1::plong "Paula Long USG  08-Nov-1996 0346"
To: 	"Joshua M. Friedman, Digital UNIX, 381-1548" <soak1::jmf>
CC: 	soak1::buildhelp, soak1::reng, soak1::dirce, soak1::plong
Subj: 	Re: fwd: help with building kernel

Hi,

Dirce, did you just delete BINARY, or did you delete obj/kernel/alpha/*
The symbols aren't defined anymore, and you likely have a stale
header file perhaps in obj/kernel/alpha/include .

Paula 

T.RTitleUserPersonal
Name
DateLines
2659.1Re: fwd: help with building kernelAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Nov 12 1996 19:3441
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		duane@zk3.dec.com
USG Kernel Scalability			alpha::duane
ZKO3-3/U14				www.zk3.dec.com/~duane


2659.2Re: fwd: help with building kernelAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Nov 12 1996 19:3713
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