Re: Can't compile without COMPAT_43 on i386
- From: Björn König <bkoenig@xxxxxxxxxxxxxxx>
- Date: Wed, 10 May 2006 07:56:13 +0200
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
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Can't compile without COMPAT_43 on i386
- From: Dmitry Morozovsky
- Re: Can't compile without COMPAT_43 on i386
- References:
- Can't compile without COMPAT_43 on i386
- From: Mike Jakubik
- Can't compile without COMPAT_43 on i386
- Prev by Date: Re: 6.1-R/amd64: PXE boot can't handle .gz mfsroot?
- Next by Date: Re: 6.1-R/amd64: PXE boot can't handle .gz mfsroot?
- Previous by thread: Can't compile without COMPAT_43 on i386
- Next by thread: Re: Can't compile without COMPAT_43 on i386
- Index(es):