T.R | Title | User | Personal Name | Date | Lines |
---|
1513.1 | Re: Kernel builds against ptos.nightly | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Jun 05 1995 17:46 | 10 |
| 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.2 | Kernel builds | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Oct 23 1996 15:05 | 42 |
| 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.3 | Re: Kernel builds | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Oct 23 1996 15:05 | 12 |
| 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
|