Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 1997 12:44:22 -0500
From:      Jonathan Lemon <jlemon@americantv.com>
To:        "Thomas D. Dean" <tomdean@ix.netcom.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: Make Broke in lkm/vm86
Message-ID:  <19970815124422.25599@right.PCS>
In-Reply-To: <33F488F1.167EB0E7@ix.netcom.com>; from Thomas D. Dean on Aug 08, 1997 at 09:50:57AM -0700
References:  <33F488F1.167EB0E7@ix.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Aug 08, 1997 at 09:50:57AM -0700, Thomas D. Dean wrote:
> Make fails in lkm/vm86.
> 
> One noticable difference in vm86 make output and, say,
> nfs make output is the warning about the obj directory.
> 
> 'Warning: Object directory not changed from original /usr/src/lkm/vm86'

I'll look into this.  I'm going to remove it as an LKM, so this should go
away.


> ---- make (cc) seems to not like a lot of things about vm86
>      looks like some mis-direction, a problem in definitions.
> 
[ ... ]
> 
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:387: `VM86_GET_VME'
> undeclared (first use this function)
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:388: storage size of `sa'
> isn't known
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c: In function `vm86_load':
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:412: `vm86_emulate'
> undeclared (first use this function)
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:413: `vm86_sysarch'
> undeclared (first use this function)
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c: In function `vm86_unload':
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:421: `vm86_emulate'
> undeclared (first use this function)
> /usr/src/lkm/vm86/../../sys/i386/i386/vm86.c:422: `vm86_sysarch'
> undeclared (first use this function)
> *** Error code 1

This looks like a problem with the header files; my guess is that 
it's not picking up the new <machine/pcb.h> include file.
--
Jonathan



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