[comp.sys.hp] error codes in SAM...where are they ?

chance@sfsuvax1.sfsu.edu (Jon Naumann) (06/19/91)

Hello NET'ers,

	I am in the process of rebuilding an HP-9000s300 with HPUX
7.0 and gotthe following error message from SAM while attempting to
rebuild the kernel following the configuration of the LAN_0
adapter:
>>> Wc, -Nd3500, -Ns3500 -Dhp9000s200 -D__hp9000s300 -Dhpux
>>> -D_HPUX_SOURCE -D_KERNEL -DLOCKF -DHFS -DPROCESSLOCK -DWOPR 
>>> -c /etc/conf/conf.SAM.c
>>> *** Error code 1

	Does anyone know where to find what this code means and
what needs to be done to resolve it ?  The HP Manuals just state
that SAM will give you an error message and to "press space bar to
return to SAM" ... %-( 

-- 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *  jon naumann  *  a bird in the hand gathers no moss   *   __ /|   *
  *  S. F. S. U.  *  flip two stones with the same bird  *   \o.0    *
   *  Network      *  easier than taking cake from baby  *  =(_ _)=  *

perry@hpfcdc.HP.COM (Perry Scott) (06/21/91)

>	I am in the process of rebuilding an HP-9000s300 with HPUX
>7.0 and gotthe following error message from SAM while attempting to
>rebuild the kernel following the configuration of the LAN_0
>adapter:
>>>> Wc, -Nd3500, -Ns3500 -Dhp9000s200 -D__hp9000s300 -Dhpux
>>>> -D_HPUX_SOURCE -D_KERNEL -DLOCKF -DHFS -DPROCESSLOCK -DWOPR 
>>>> -c /etc/conf/conf.SAM.c
>>>> *** Error code 1
>
>	Does anyone know where to find what this code means and
>what needs to be done to resolve it ?  The HP Manuals just state
>that SAM will give you an error message and to "press space bar to
>return to SAM" ... %-( 


SAM uses config(1m) and make(1) to build a kernel.  "*** Error code 1"
comes from make.  It's complaining that cc returned an error.  You
should be able to reproduce the same error by doing this from a shell:

cd /etc/conf
config dfile
make -f config.mk

That may give you better diagnostics.  If the error messages are still
too arcane (ain't UN*X wunnerful ?), send the output to me via e-mail.


Perry Scott
HP Ft Collins
perry@hpfcrn.fc.hp.com

(*) UNIX is a trademark of AT&T