From owner-freebsd-current Mon Aug 4 13:27:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA24963 for current-outgoing; Mon, 4 Aug 1997 13:27:31 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA24957; Mon, 4 Aug 1997 13:27:25 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA29720; Mon, 4 Aug 1997 14:27:19 -0600 (MDT) Date: Mon, 4 Aug 1997 14:27:19 -0600 (MDT) Message-Id: <199708042027.OAA29720@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Passe Cc: current@freebsd.org, Michael Smith Subject: Re: kernel compile broken In-Reply-To: <199708041935.NAA11048@Ilsa.StevesCafe.com> References: <199708041935.NAA11048@Ilsa.StevesCafe.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > ------------------------------ cut ----------------------------- > loading kernel > bios.o: Undefined symbol `_memcmp' referenced from text segment > *** Error code 1 > > Stop. > ------------------------------ cut ----------------------------- > > changing memcmp() to bcmp() in i386/i386/bios.c makes it compile, > not sure if this is correct fix. Did you compile bios.s w/out optimization, or any other portion of the kernel for that matter? Nate