From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 12:15:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BB216A4CE for ; Sat, 24 Jul 2004 12:15:47 +0000 (GMT) Received: from richardkaestner.com (212-88-187-192.ADSL.ycn.com [212.88.187.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 1434B43D1F for ; Sat, 24 Jul 2004 12:15:46 +0000 (GMT) (envelope-from rfk@richardkaestner.com) Received: (qmail 19936 invoked from network); 24 Jul 2004 12:15:42 -0000 Received: from pc-01034.richardkaestner.com (HELO sv01.rfk.priv) (10.200.4.10) by stargate.richardkaestner.com (10.200.254.254) with ESMTP; 24 Jul 2004 12:15:42 -0000 Received: by sv01.rfk.priv (Postfix, from userid 1001) id 38903FE29; Sat, 24 Jul 2004 14:15:42 +0200 (CEST) From: Richard Kaestner To: freebsd-questions@freebsd.org Date: Sat, 24 Jul 2004 14:15:41 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <200407241415.41670.richard.kaestner@ycn.com> Subject: mini-itx (ME6000), buildworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richard.kaestner@ycn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 12:15:47 -0000 Hi all, I'm trying to setup a Via Epia ME6000 with FreeBSD 4.10 after several attempts (cvsup, make buildworld,=20 even fresh install from CD), I get _consistent_ failures. The same source-tree compiles without problems on a =2D Via Epia CL10000 =2D Intel Pent.4 / Asus The ME6000 is supposed to run headless as embedded server. So I cross-compile on the fast(er) machines. Attempting to boot ME6000 results in: =2D show menu "F1" to boot FreeBSD =2D BTX starts - and almost immediately crashes (illegal instruction - same as during buidlworld) with register dump Latest attempts:=20 =2D Setup "full" FreeBSD on ME6000, make buildworld ... (The only package installed is cvsup-without-gui) I suspect settings in /etc/make.conf, but I have no idea where to start! (CPUTYPE=3Di686 commented out - but didn't help) Somewhere (in the depth of the forgotten in my brain ), I think, there was something about 4.10 and Compiler ... could this be a reason? And if so, what could I do? =2D----------- ME6000 dmesg: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. =46reeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: VIA C3 Samuel 2 (599.90-MHz 686-class CPU) Origin =3D "CentaurHauls" Id =3D 0x673 Stepping =3D 3 Features=3D0x803035 real memory =3D 117374976 (114624K bytes) avail memory =3D 108744704 (106196K bytes) Preloaded elf kernel "kernel" at 0xc0551000. md0: Malloc disk =2D----------- ME6000 cvsup-file: *default host=3Dcvsup.at.freebsd.org #*default host=3Dcvsup4.de.freebsd.org # *default base=3D/usr *default prefix=3D/usr # The following line is for 4-stable. If you want 3-stable or 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively. *default release=3Dcvs tag=3DRELENG_4_10 *default delete use-rel-suffix *default compress src-all =2D----------- ME6000 /etc/make.conf CPUTYPE=3Di586 CPUTYPE=3Di686 =2E.. BOOTWAIT=3D0 =2E.. USA_RESIDENT=3DNO IPFW2=3Dtrue =2E.. (plus some settings for PACKAGESITE and similar) =2D----------- ME6000 from script make buildworld: cc -O -pipe -march=3Dpentiumpro -I. -static -DIN_GCC -DHAVE_CONFIG_H=20 =2DDPREFIX=3D\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =2DI/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 =2DI/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 =2DI/usr/src/gnu/usr.bin/cc/cc_tools /../../../../contrib/gcc/config -D__FBSDID=3D__RCSID=20 =2Dc /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genconfig.c^M cc -O -pipe -march=3Dpentiumpro -I. -static -DIN_GCC -DHAVE_CONFIG_H=20 =2DDPREFIX=3D\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =2DI/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 =2DI/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 =2DI/usr/src/gnu/usr.bin/cc/cc_tools /../../../../contrib/gcc/config -D__FBSDID=3D__RCSID -o genconfig=20 genconfig.o rtl.o print-rtl.o obstack.o bitmap.o^M =2E/genattr /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config= /i386/i386.md=20 > insn-attr.h^M Illegal instruction (core dumped)^M *** Error code 132^M ^M Stop in /usr/src/gnu/usr.bin/cc/cc_tools.^M *** Error code 1^M ^M Stop in /usr/src.^M *** Error code 1^M ^M Stop in /usr/src.^M *** Error code 1^M ^M Stop in /usr/src.^M ep1(root) src> ^D^H^Hexit^M Script done on Sat Jul 24 01:27:20 2004 =2D-=20 Mit freundlichen Gr=FC=DFen Richard K=E4stner EDV-Beratung Woerthgasse 17 2500 Baden Austria