From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 3 17:27:09 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EAC16A4CE for ; Fri, 3 Dec 2004 17:27:09 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF22E43D48 for ; Fri, 3 Dec 2004 17:27:08 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 73EEAF2179; Fri, 3 Dec 2004 09:27:08 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16074-09; Fri, 3 Dec 2004 09:27:07 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 3673EF2163; Fri, 3 Dec 2004 09:27:07 -0800 (PST) From: Sean McNeil To: Egor Dmitrenkov In-Reply-To: <20041203122454.A6A12790094@ws1-14.us4.outblaze.com> References: <20041203122454.A6A12790094@ws1-14.us4.outblaze.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pJwTOX1WCLXmr2RnCl78" Date: Fri, 03 Dec 2004 09:27:07 -0800 Message-Id: <1102094827.22424.7.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-amd64@freebsd.org Subject: Re: Kernel Build errors X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:27:09 -0000 --=-pJwTOX1WCLXmr2RnCl78 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-12-03 at 07:24 -0500, Egor Dmitrenkov wrote: > Thanks, I've build the kernel this way: >=20 > # cd /usr/src/ > # make clean > # rm -r /usr/obj/* > # make TARGET_TECH=3Damd64 buildworld > # make TARGET_TECH=3Damd64 buildkernel > # make TARGET_TECH=3Damd64 installkernel >=20 > New kernel freezes at startup right after enumerating hard drives... > Should I install world? How? Thanks in advance! You could try one thing: cp /libexec/ld-elf.so.1 /libexec/ld-elf32.so.1 If this allows you to boot up then you might be able to install the amd64 world on top of the i386 version. This is what I did a long time ago. Unfortunately, from other emails I've seen this is no longer possible as i386 code will not run under amd64 without some changes in the i386 libraries. Sean --=-pJwTOX1WCLXmr2RnCl78 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBsKHryQsGN30uGE4RAmRiAJ43Il2Qz0tniQ/kSnY5y3JYhH10JACdH26B 7lC2e9pTRlbDjFtNFz9VRrU= =aeFT -----END PGP SIGNATURE----- --=-pJwTOX1WCLXmr2RnCl78--