[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

1513.0. "Kernel builds against ptos.nightly" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Mon Jun 05 1995 17:44

Date Of Receipt: 	 5-JUN-1995 15:37:21.49
From: 	SMURF::WASTED::"[email protected]" "05-Jun-1995 1535"
To: 	[email protected]
CC: 	[email protected]
Subj: 	Kernel builds against ptos.nightly

I am currently trying to get submits ready for BL7 and
keep getting syntax errors when I try to do a

	build BINARY

against the ptos.nightly tree:

usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha/acc/cc  -c -O0   -DLANGUAGE_
C -g1 -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DMACH -DOSF -DCOMPAT_43 -DUFS -D
TRN -DESS -DESS_STUB -DKERNEL -D_KERNEL -D_BSD -DBINARY -signed   -no_excpt -Wg,-unr
oll,1 -Wb,-static -Wco,-nofloat -Olimit 1500 -D__alpha -Umips -UMIPS  /usr/sde/osf1/
build/ptos.nightly/src/kernel/io/dec/tc/scc.c
cc: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/dec/tc/scc.c, line 1667: I
n this statement, "t_hflow" is not a member of "tp".
    tp->t_hflow = scc_hflow;
----^
*** Exit 1
Stop.
*** Exit 1



I need to incorporate changes into 	src/kernel/bsd/cmu_syscalls.c
				   	src/kernel/sys/table.h
					src/ufs/mfs_vfsops.c

that are need by Locus Computing in order to enable SVE functionality.
I get these errors and I have not even incorporated my code.
What's the problem w/nightly??


			Thanks,

			Humberto A. Sanchez II

T.RTitleUserPersonal
Name
DateLines
1513.1Re: Kernel builds against ptos.nightlyAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 05 1995 17:4610
Date Of Receipt: 	 5-JUN-1995 15:43:20.35
From: 	SMURF::WASTED::"[email protected]" "Brian Stevens  05-Jun-1995 1541"
To: 	[email protected]
CC: 	[email protected], [email protected]
Subj: 	Re: Kernel builds against ptos.nightly

Did you remove your entire obj/alpha/kernel directory and still get this
error? Do you have any files checked out for edited that may be out of 
sync with the nightly?

1513.2Kernel buildsAOSG::FILTERAutomatic Posting Software - mail to flume::puckWed Oct 23 1996 15:0542
Date Of Receipt: 	23-OCT-1996 13:46:36.42
From: 	WASTED::"[email protected]" "Steve Hurst USG"
To: 	[email protected]
CC: 	
Subj: 	Kernel builds

Hi,

I'm getting the following error when trying to perform a "build BINARY"
command. 

relative path: ./kernel.
string passed to
/usr/sde/osf1/build/steelos.bl3/tools/alpha_OSF1/alpha/hostbin/make:
   make -cF BINARY 
cd ../../obj/alpha/kernel
cd conf && make -cF CONFIG_FLAGS= BINARY_config
[ configuring BINARY ]
Error: module cm already exists
*** Exit 2
Stop.
*** Exit 1
Stop.


I have built a kernel in this sandbox many times in the past. I
just changed a .h file and was told I needed to clean out the BINARY
directory and rebuild everything. So I went to

obj/alpha/kernel/BINARY
rm *

I've tried several combinations of commands (build setup, build BINARY)
and they all get to the config stage and die. I can't seem to find 
"module cm" in the object area, or cm.mod. 

Any ideas on how I can start a full build?

	Thanks,

		Steve.

1513.3Re: Kernel buildsAOSG::FILTERAutomatic Posting Software - mail to flume::puckWed Oct 23 1996 15:0512
Date Of Receipt: 	23-OCT-1996 13:57:21.54
From: 	WASTED::bstevens "Brian Stevens  23-Oct-1996 1354"
To: 	[email protected]
CC: 	[email protected], bstevens@DEC:.zko.wasted
Subj: 	Re: Kernel builds
I'd suggest a truly clean build if you can afford the time: 	

	rm -rf obj/alpha/kernel
	cd src/kernel
	build