mini-itx (ME6000), buildworld fails

Uwe Laverenz uwe at laverenz.de
Sat Jul 24 06:03:51 PDT 2004


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



More information about the freebsd-questions mailing list