Date: Fri, 03 Dec 2004 09:27:07 -0800 From: Sean McNeil <sean@mcneil.com> To: Egor Dmitrenkov <mind@doctor.com> Cc: freebsd-amd64@freebsd.org Subject: Re: Kernel Build errors Message-ID: <1102094827.22424.7.camel@server.mcneil.com> In-Reply-To: <20041203122454.A6A12790094@ws1-14.us4.outblaze.com> References: <20041203122454.A6A12790094@ws1-14.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1102094827.22424.7.camel>