Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 07:56:13 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Mike Jakubik <mikej@rogers.com>
Cc:        stable@freebsd.org
Subject:   Re: Can't compile without COMPAT_43 on i386
Message-ID:  <4461807D.1040504@cs.tu-berlin.de>
In-Reply-To: <4460E6D1.1030803@rogers.com>
References:  <4460E6D1.1030803@rogers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Jakubik schrieb:
> I can compile an amd64 kernel just fine without the option COMPAT_43, 
> but not i386. Why is this?
> 
> /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c:36:2: #error 
> "Unable to compile Linux-emulator due to missing COMPAT_43 option!"
> mkdep: compile failed
> 
> I don't want or need the Linux-emulator.

The corresponding module will be built nevertheless. If you want to 
build only a selection of modules then you have to specify 
MODULES_OVERRIDE, e.g.

   makeoptions MODULES_OVERRIDE="acpi"

in your kernel configuration file.

Regards
  Björn



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