| Date Of Receipt: 7-SEP-1995 18:31:59.92
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 07-Sep-1995 1830"
To: ROBERT HARRIS USG <harris@DEC:.zko.flume>
CC: odehelp@DEC:.zko.flume
Subj: Re: can not build kernel in v3.2c sandbox (v32csupportos.nightly)
Robert, you are getting the wrong 'make'. You are probably forcing
your path to /usr/sde/...:$PATH in your .cshrc. You don't want to do
this, but you can set path to put /usr/sde at the end. In .cshrc:
set path=($path /your/normal/path /usr/sde/...)
When you do a workon, the backingtree first sets the build path, and
after that you can put whatever you want. There's a 'make' in ode
which is NOT the make you want for building.
-josh
> I can not build a kernel in my v3.2c sandbox (v32csupportos.nightly is
> the backing tree).
>
> 2 juggl7> build GENERIC_clean
> relative path: ./kernel.
> string passed to /usr/sde/ode3.0/tools/alpha_ace/bin/make:
> make -cF GENERIC_clean
> make: illegal option -- c
> usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
> [-I directory] [-j max_jobs] [variable=value]
>
> 3 juggl7> build GENERIC_vmunix
> relative path: ./kernel.
> string passed to /usr/sde/ode3.0/tools/alpha_ace/bin/make:
> make -cF GENERIC_vmunix
> make: illegal option -- c
> usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
> [-I directory] [-j max_jobs] [variable=value]
>
> Here are the commands I used to build my sandbox
>
> mksb -back v32csupportos.nightly -dir /usr/sandboxes v32c_nightly
> workon -sb v32c_nightly
> pwd
> /usr/sandboxes/v32c_nightly/src
> mklinks -dironly .
> mklinks -dironly ../obj
> mklinks ./kernel
> mklinks ../obj/alpha/kernel
>
> Bob Harris
|