[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

867.0. "does build BINARY = *_config *_depend *_all ??" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Aug 10 1994 19:50

Date Of Receipt: 	28-JUL-1994 17:21:16.44
From: 	ALPHA::"[email protected]"
To: 	[email protected]
CC: 	
Subj: 	does 'build BINARY' = *_config *_depend *_all ??
What I tried that should have worked was: 	

- create a sandbox
- build setup
- build BINARY_config
- build BINARY_depend
- build BINARY_all

This last one failed with can't read syscall.h.  Any ideas what
I did wrong?  Note this is backed to goldos.nightly from today 
(7/28).

Alan

---
/usr/sde/osf1/build/goldos.nightly/tools/alpha_OSF1/alpha/acc/cc  -c 
-O2   -DLAN
GUAGE_C  -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DDEC2100_A500 
-DDEC2100_A
50 -DDEC2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 
-DSWAPTYPE=1 -D
RELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43 -DUFS -DTRN 
-DKERNE
L -D_KERNEL -D_BSD -signed  -no_excpt -Wb,-static -Wco,-nofloat -Olimit 
1500 -D_
_alpha -Umips -UMIPS -g3 -DBINARY ../../../../src/kernel/bsd/init_main.c
/usr/sde/osf1/build/goldos.nightly/tools/alpha_OSF1/alpha/acc/usr/lib/cmplrs/cc/
cfe: Error: ../include/sys/audit.h: 180: Cannot open file sys/syscall.h 
for #inc
lude
*** Exit 1
Stop.
*** Exit 1
Stop.



T.RTitleUserPersonal
Name
DateLines
867.1Re: does build BINARY = *_config *_depend *_all ??SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 10 1994 19:5614
Date Of Receipt: 	28-JUL-1994 17:50:17.78
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected]
CC: 	buildhelp@DEC:.zko.flume
Subj: 	Re:  does 'build BINARY' = *_config *_depend *_all ??

There is a BINARY_scalls step that looks like it was missed.

If you look at src/kernel/Makefile, you'll see that build BINARY
is equivalent to

	build BINARY_config BINARY_scalls BINARY_depend BINARY_vmunix


867.2Re: does build BINARY = *_config *_depend *_all ??SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 10 1994 19:5713
Date Of Receipt: 	28-JUL-1994 18:37:58.05
From: 	FLAMBE::"[email protected]" "28-Jul-1994 1836"
To: 	Alan Jones <[email protected]>
CC: 	[email protected]
Subj: 	Re: does 'build BINARY' = *_config *_depend *_all ??

You missed 'build scalls'.

Instead of doing the individual steps, why don't you just do a
'build BINARY'?

--shashi