Re: How do I build i386 arch on Athlon 64?

2005-07-14 Thread Alex Zbyslaw
Gary W. Swearingen wrote: So how do I build a i386 system on the amd64 system? Download the i386 iso and burn that onto CD. --Alex ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: How do I build i386 arch on Athlon 64?

2005-07-14 Thread Gary W. Swearingen
I finally found a clue right there in /usr/src/Makefile, where it talks about TARGET_ARCH. But when I used it with i386, it seemed to be compiling for the default gcc (386, I suppose), even when I had CPUTYPE=athlon-xp in /etc/make.conf. This seems to be doing the job (though it's still

Re: How do I build i386 arch on Athlon 64?

2005-07-14 Thread Gary W. Swearingen
[EMAIL PROTECTED] (Gary W. Swearingen) writes: make TARGET_ARCH=i386 TARGET_CPUTYPE=athlon-xp make-target Well, that built OK, but the resulting kernel panic'd (the same way) with or without the TARGET_CPUTYPE in there: Mounting root from ufs:/dev/ad0s4a exec /sbin/init : error 8 ...

How do I build i386 arch on Athlon 64?

2005-07-13 Thread Gary W. Swearingen
I'm back... with more problems, naturally. New CPU motherboard, and now SCSI interface fails, CDRW fails as ATAPI or SCSI, PCI parallel card fails, and too many wanted ports don't work on amd64. I hope an i386 OS will work better and I can work the amd64 problems at my leisure. So how do I