From owner-freebsd-questions Thu Nov 14 3:33:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D375C37B401 for ; Thu, 14 Nov 2002 03:33:20 -0800 (PST) Received: from smtp1.eunet.yu (smtp1.eunet.yu [194.247.192.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA2243E3B for ; Thu, 14 Nov 2002 03:33:19 -0800 (PST) (envelope-from pcmaster@EUnet.yu) Received: (from root@localhost) by smtp1.eunet.yu (8.11.6/8.11.6) id gAEBXHu31625 for freebsd-questions@FreeBSD.org.KAV; Thu, 14 Nov 2002 12:33:17 +0100 Received: from guliver (P-4.15.eunet.yu [213.240.4.15]) by smtp1.eunet.yu (8.11.6/8.11.6) with ESMTP id gAEBXFE02189 for ; Thu, 14 Nov 2002 12:33:16 +0100 Content-Type: text/plain; charset="us-ascii" From: Tibor Selesi Reply-To: pcmaster@EUnet.yu To: freebsd-questions@FreeBSD.org Subject: Error code 1 in make depend (kernel) Date: Thu, 14 Nov 2002 12:26:06 +0100 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Message-Id: <200211141226.06839.pcmaster@EUnet.yu> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by smtp1.eunet.yu id gAEBXFE02189 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm sending the last lines of the make depend command. The error is only Error code 1, which You can see at the bottom of this mail. What is wrong? I did everything by the hanbook/kernel-compile. I have another question. My CDROM is not working with BSD. The model is TEAC EA. When I enter the command: mount /dev/acd0c /cdrom I get "device not configured" answer. The acd0c file exists in /dev. I tried to add to the kernel sorce code, as it indicates in hanbook/devicenodes the line: device acd0 The config instruction says that this is unknown, or something alike. How can I make BSD to recognise and to work with my CDROM? Thanks for Your answer. Best from, Tibor -------------------------------------------- ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: size of array `BI_KERNENDw0' has non-integer type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: size of array `BI_KERNENDw1' has non-integer type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: size of array `BI_KERNENDw2' has non-integer type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type ../../i386/i386/genassym.c:171: size of array `BI_KERNENDw3' has non-integer type *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message