Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Oct 1998 10:25:02 -0700
From:      John Polstra <jdp@polstra.com>
To:        eculp@webwizard.org.mx
Cc:        current@FreeBSD.ORG
Subject:   Re: ELF kernel?
Message-ID:  <199810031725.KAA09919@austin.polstra.com>
In-Reply-To: <36164B5E.A3A30602@webwizard.org.mx>
References:  <199810030033.RAA02872@dingo.cdrom.com> <36164B5E.A3A30602@webwizard.org.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <36164B5E.A3A30602@webwizard.org.mx>,
Edwin Culp  <eculp@webwizard.org.mx> wrote:

> loading kernel
> apm.o: In function `apmattach':
> apm.o(.text+0x93b): undefined reference to `apm_cs32_limit'
> apm.o(.text+0x949): undefined reference to `apm_cs16_limit'
> *** Error code 1
> 
> Stop.
> 
> Suggestions?

Somebody added references to new C symbols in assembly language code
(apm_setup.s) without adding the necessary entries in asnames.h.  I
have just now committed the fix for this problem.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810031725.KAA09919>