[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

1797.0. "can not build kernel in v3.2c sandbox (v32csupportos.nightly)" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Thu Sep 07 1995 11:48

Date Of Receipt: 	 7-SEP-1995 10:42:15.28
From: 	SMURF::GURU::harris "ROBERT HARRIS USG"
To: 	odehelp@dec:.zko.guru
CC: 	
Subj: 	can not build kernel in v3.2c sandbox (v32csupportos.nightly)

    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

T.RTitleUserPersonal
Name
DateLines
1797.1Re: can not build kernel in v3.2c sandbox (v32csupportos.nightly)AOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 07 1995 20:3052
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