[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

2579.0. "steel build problem" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Wed Sep 18 1996 18:57

Date Of Receipt: 	18-SEP-1996 14:35:55.79
From: 	WASTED::fleming "Caroline Fleming USG"
To: 	buildhelp@DEC:.zko.wasted
CC: 	
Subj: 	steel build problem

I'm getting the following errors when I attemt to build vmunix.GENERIC
These are not from the module I recompiled (emx.mod). I was able to build
last Friday.

Caroline

-------------------------------------------------------------------------------
fleming@marmalade [83] build GENERIC_relink
relative path: ./kernel.
string passed to /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/host
bin/make:
   make -cF GENERIC_relink
cd ../../obj/alpha/kernel
cd GENERIC && make -cF  KCC=/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1
/alpha/acc/cc  LD=/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc
/ld  CPP=cpp  AWK=awk  AR=/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/a
lpha/acc/ar  RANLIB='/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/
acc/ar ts'  SHELL=sh  SED=sed  SORT=sort  ECHO=echo  KSH=ksh  EGREP=egrep  GREP=
grep  LINT=lint CONFIG=GENERIC relink
sh ../conf/newvers.sh  ../conf/copyright  `cat ../conf/version.type  ../conf/ver
sion.major  ../conf/version.minor  ../conf/version.variant  ../conf/version.buil
d  ../conf/version.patch`  "`cat ../conf/version.banner`"
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/cc  -c -O2   -DLA
NGUAGE_C -g3  -I -I. -I.. -I../include -DIDENT=GENERIC -DEB164 -DEB66PLUS -DALPH
APC64 -DDECAXPPCI_33 -DDECAXPVME_64 -DDEC2100_C500 -DDEC2100_A500 -DDEC1000A -DD
EC1000 -DDEC2100_A50 -DDEC21000 -DDEC2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7
000 -DDEC4000 -DDEC_KN20AA -DSWAPTYPE=1 -DMACH -DOSF -DCOMPAT_43 -DUFS -DRT_SEM
-DKERNEL -D_KERNEL -D_BSD -Wg,-w2 -compress -no_excpt -Wg,-unroll,1 -Wb,-static
-Wco,-nofloat -Umips -UMIPS -U__intel__ -D__alpha -D__digital__ -D__arch64__ -c
vers.c
rm -f vmunix vmunix.sys
loading vmunix.sys
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/ld:
proc.mod compressed: thread_max: multiply defined
Error: Undefined:
port_hash_max_num
port_reserved_max_num
kmem_debug_size
sbcompress_threshold
phys_to_kseg




T.RTitleUserPersonal
Name
DateLines
2579.1Re: steel build problemAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 19 1996 15:1024
Date Of Receipt: 	19-SEP-1996 10:10:44.39
From: 	FLUME::shashi "Shashi Mangalat USG  19-Sep-1996 1007"
To: 	Caroline Fleming USG <fleming@DEC:.zko.flume>
CC: 	buildhelp@DEC:.zko.flume
Subj: 	Re: steel build problem
>proc.mod compressed: 	thread_max: multiply defined

Looks like you have an old param.o.  Remove the GENERIC/param.o and rebuild

>Error: Undefined:
>port_hash_max_num
>port_reserved_max_num
>kmem_debug_size
>sbcompress_threshold
>phys_to_kseg

Looks like you have mixed objects.  Some of these symbols have gone
away while others are new.  A fresh build will get rid of them.  Or if
you can find where these are referenced recompile them.  For eg.:
phys_to_kseg is new and is defined in pmap.c;  recompile pmap.o,
rebuild arch_alphapmap.mod and relink.

--shashi