Kernel with PAE does not build

Trevor S. Cornpropst bsdguru at cox.net
Sun Nov 28 17:32:28 PST 2004


On Tuesday 23 November 2004 06:00 am, Axel S. Gruner wrote:
> Hi,
>
> we have in our IBM x345 Server 4GB of RAM. So we need the option PAE in
> our kernel.
> But a buildkernel gave me:
>
> /usr/src/sys/dev/amd/amd.c: In function `amd_action':
> /usr/src/sys/dev/amd/amd.c:466: warning: cast from pointer to integer of
> different size
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/SFBACKUP.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> What could be the problem?
> FreeBSD 5.3-STABLE.
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"

If you only have 4GB of RAM you should not need PAE.

Make sure you have "makeoptions NO_MODULES=yes" in your kernel config file.
Read /usr/src/sys/i386/conf/PAE
Read "man pae"

HTH,

Trevor


More information about the freebsd-questions mailing list