| Date Of Receipt: 14-AUG-1993 12:34:45.18
From: ABYSS::"[email protected]" "Sarah Tappan AUEG"
To: [email protected]
CC: [email protected]
Subj: Re: fwd:Kernel-build help!!
Linda,
You may also find some help in the aosg::buildhelp notesfile:
Dir/title=kernel gives:
3 AOSG::TAPPAN 26-APR-1993 3 kernel build syntax question
7 AOSG::TAPPAN 28-APR-1993 4 can't build kernel from agosmin
9 AOSG::TAPPAN 28-APR-1993 1 kernel built from agosmaint.nig
14 AOSG::TAPPAN 29-APR-1993 2 unresolved symbols from kernel
110 SMURF::FILTER 7-JUN-1993 1 Re: System hang during minor k
188 SMURF::FILTER 29-JUN-1993 1 simple way to build 1 kernel?
195 SMURF::FILTER 2-JUL-1993 0 Problem linking kernels after u
196 SMURF::FILTER 2-JUL-1993 1 Problem linking kernels after u
224 SMURF::FILTER 20-JUL-1993 2 Undefuncting kernel/streamsm/Ma
256 SMURF::FILTER 4-AUG-1993 1 problem building kernel backed
------- Forwarded Message
Delivery-Date: Sat, 14 Aug 93 12:28:33 -0400
Return-Path: jmf
Received: by flume.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
id AA17483; Sat, 14 Aug 1993 12:28:24 -0400
Received: by wasted.zk3.dec.com; id AA04408; Sat, 14 Aug 1993 12:28:02 -0400
Message-Id: <[email protected]>
To: buildhelp
Cc: lsw, duane
Subject: fwd:Kernel-build help!!
Date: Sat, 14 Aug 93 12:28:02 +28716
From: "Joshua M. Friedman, OSF/UNIX SDE 381-1548" <jmf>
X-Mts: smtp
Can anyone in 'buildhelp' address Linda's questions with any more info?
Linda, look in /usr/sde/osf1/doc/kernel-build-rules for some help
on building pieces of the full kernel environment. Also, you can
remove your obj/alpha/kernel/ directory, do a "mklinks kernel" under
obj/alpha, and then build -- you'll only get the new objs that you
need.
Also, in general, for build questions, send mail to 'buildhelp' - this
will get you a much wider audience (including me and my group but others
in the kernel group for example).
- -josh
- ------- Forwarded Message
Return-Path: lsw
Delivery-Date: Fri, 13 Aug 93 20:07:27 +28716
Return-Path: lsw
Received: by flambe.zk3.dec.com; id AA14577; Fri, 13 Aug 1993 20:07:26 -0400
Received: by quarry.zk3.dec.com; id AA24797; Fri, 13 Aug 1993 20:07:23 -0400
Message-Id: <[email protected]>
To: duane, jmf
Cc: lsw
Subject: Kernel-build help!!
Date: Fri, 13 Aug 93 20:07:23 +28716
From: "If all you've got is a hammer, every problem is a nail" <lsw>
X-Mts: smtp
Hi -
I need to do a kernel build to validate an assembler change & I'm
having some problems.
One problem is disk space.
With the command: "cd kernel; build" are numerous kernels built?
Is there a way to build just one kernel?
Is there any up-to-date documentation on doing kernel builds?
The doc. I have is rather dated & doesn't seem to work.
Ah, but it is Friday the 13th!
The build needs to be done to get an exception request through
the hoops real-soon-now.
If you happen to dial in this weekend & have any helpful hints,
please pass them on! Otherwise, see you Monday :-)
Thanks -
Linda
- ------- End of Forwarded Message
------- End of Forwarded Message
|
| Date Of Receipt: 14-AUG-1993 12:48:11.82
From: ALPHA::plong "Paula Long USSG 14-Aug-1993 1247"
To: [email protected]
CC: [email protected], [email protected], plong@DEC:.zko.alpha
Subj: Re: fwd:Kernel-build help!!
Linda,
cd kernel; build; will build all the standard kernels.
to build a FLAMINGO kernel; you could do the following.
build setup BINARY FLAMINGO --
Paula
|
| Date Of Receipt: 14-AUG-1993 18:02:48.88
From: FLUME::jmcg "Jim McGinness"
To: flume::lsw
CC: flume::buildhelp
Subj: Re: fwd:Kernel-build help!!
One caution on the mklinks kernel approach. There are a couple of source
files that get copied to the obj tree as part of the build which can
occasionally fool the build into not picking up your changes. Use
mklinks to save space, but if things don't work quite as you expected,
blow away any .c files you find under ../obj/alpha/kernel and rebuild.
Paula's suggestion about only building one of the kernels is a good
one, but you might prefer "cd kernel; build setup BINARY GENERIC".
We want people to build and test all the kernels, though, so how can
we get you some more disk space?
-- jmcg
|