From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 25 14:19:05 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E91716A4CE for ; Sun, 25 Jan 2004 14:19:05 -0800 (PST) Received: from netlx014.civ.utwente.nl (netlx014.civ.utwente.nl [130.89.1.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5752D43D5C for ; Sun, 25 Jan 2004 14:18:55 -0800 (PST) (envelope-from r.s.a.vandomburg@student.utwente.nl) Received: from gog (gog.student.utwente.nl [130.89.165.107]) by netlx014.civ.utwente.nl (8.11.7/HKD) with ESMTP id i0PMIrJ10425 for ; Sun, 25 Jan 2004 23:18:53 +0100 Message-Id: <200401252218.i0PMIrJ10425@netlx014.civ.utwente.nl> From: "Roderick van Domburg" To: Date: Sun, 25 Jan 2004 23:19:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Thread-Index: AcPjkVyEKyj1cv+vSLOCcfNKV7mg2g== X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean Subject: Unable to link kernel: "support.o(.text+0xde4): undefined reference to `panic'" X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 22:19:05 -0000 I've experienced this for about a week now: sh /usr/src/sys/conf/newvers.sh MAGOG cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -mcmodel=medlow -msoft-float -ffreestanding -Werror vers.c linking kernel support.o: In function `longjmp': support.o(.text+0xde4): undefined reference to `panic' *** Error code 1 Stop in /usr/obj/usr/src/sys/MAGOG. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any idea? TIA, Roderick