From owner-freebsd-alpha Wed Dec 26 13:52:39 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id E24EE37B416 for ; Wed, 26 Dec 2001 13:52:35 -0800 (PST) Received: from yokozuna.bsd ([213.10.35.60]) by smtp05.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GOZ0RM02.LS8 for ; Wed, 26 Dec 2001 22:52:34 +0100 Date: Wed, 26 Dec 2001 22:50:50 +0100 (CET) From: Marco Beishuizen Reply-To: Marco Beishuizen To: alpha@freebsd.org Subject: error compiling generic kernel Message-ID: FreeBSD: http://www.freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I have a Digital PWS 600a and succesfully installed FreeBSD 4.4-release over FTP. Now I want to compile my own kernel and therfore I used the GENERIC config file and the only thing I changed is the MAXUSERS statement which I changed from 32 to 128. When it compiles it stops with the following error codes: @/alpha/linux/linux.h:34: linux_syscall.h: No such file or directory In file included from /usr/src/sys/modules/linux/../../alpha/linux/linux_genassym.c:8: @/alpha/linux/linux.h:428: 'LINUX_SYS_MAXSYSCALL' undeclared here (not in a function) *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 I have tried different values instead of 128 but that didn't matter. I also installed the linux emulator. It seems that the error has something to do with the MAXUSERS statement in the config file. Does anyone know how I can successfully compile my own kernel? Thanks, Marco -- One advantage of talking to yourself is that you know at least somebody's listening. -- Franklin P. Jones To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message