Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!caen!spool.mu.edu!agate!ucbvax!hplabs!hpfcso!hpfcdc!perry From: perry@hpfcdc.HP.COM (Perry Scott) Newsgroups: comp.sys.hp Subject: Re: error codes in SAM...where are they ? Message-ID: <5570664@hpfcdc.HP.COM> Date: 21 Jun 91 16:46:26 GMT References: <1991Jun19.163431.24780@csus.edu> Organization: HP Fort Collins, Co. Lines: 32 > 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