Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 15:03:27 +0200
From:      Uwe Laverenz <uwe@laverenz.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: mini-itx (ME6000), buildworld fails
Message-ID:  <20040724130327.GA72319@ensign.laverenz.de>
In-Reply-To: <200407241415.41670.richard.kaestner@ycn.com>
References:  <200407241415.41670.richard.kaestner@ycn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 24, 2004 at 02:15:41PM +0200, Richard Kaestner wrote:

> I suspect settings in /etc/make.conf, but I have no idea where to start!
> (CPUTYPE=i686 commented out - but didn't help)

The VIA CPUs are not completely i686 compatible, so in your Kernel-Config
you should have an I586_CPU entry:

    machine         i386
    cpu             I586_CPU
    cpu             I686_CPU
    ident           ME6000
    ...


> ------------ ME6000 /etc/make.conf
> CPUTYPE=i586
> CPUTYPE=i686

The second entry overwrites the first one. I wouldn't set this variable
at all on a VIA Epia/Eden, but it should work if you delete the i686
and keep the i586.

cu,
Uwe



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