Subject: Newbie kernel compilation problem
To: None <port-alpha@netbsd.org>
From: Joel Votaw <jovotaw@cs.nmsu.edu>
List: port-alpha
Date: 10/04/2000 00:56:12
Hi,

I'm having the following error on an Alpha with NetBSD-release kernel
code:



chaos# cd /usr/src/sys/arch/alpha/conf/
chaos# ls
ALPHA           CANE            GENERIC         JURA            RAWHIDE
BABYLON         CHAOS           GENERIC.MP      Makefile.alpha  TCWSCONS
BISHOP          CVS             GENERIC.PROF    NOSY
files.alpha
BUNNY           ENIWETOK        INSTALL         RAMDISK         std.alpha
chaos# /usr/sbin/config GENERIC
../../../../conf/files:392: syntax error
*** Stop.
chaos# ls -la ../../../../conf/files
ls: ../../../../conf/files: No such file or directory
chaos# 



Tracking down the file in /usr/src/sys/conf/files it looks like config is
hanging on the pseudo-device lines.


I'm pretty sure I'm doing this right but it is my first time on NetBSD.

Help!?

	-Joel