Date: Sun, 2 Sep 2001 16:15:23 -0700 From: "David O'Brien" <obrien@NUXI.com> To: Paul Khavkine <paul@colba.net> Cc: freebsd-sparc@freebsd.org Subject: Re: Building the code Message-ID: <20010902161523.C1399@dragon.nuxi.com> In-Reply-To: <3B927F32.C617789A@colba.net>; from paul@colba.net on Sun, Sep 02, 2001 at 02:49:22PM -0400 References: <3B927F32.C617789A@colba.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 02, 2001 at 02:49:22PM -0400, Paul Khavkine wrote:
> Hi folks, anyone has the instructions on how to build the FreeBSD code
> on an Ultra box ?
> Right now the box has NetBSD 1.5.1 installed, will upgrade to
> NetBSD-current soon.
That would probably be fine. What version is the native compiler,
assembler and linker? I'll assume it is ELF.
cc -v
ld -v
file /usr/bin/vi
will answer these questions.
> I guess i'll need to setup a cross compiler, what version is
> recommended?
The native compiler will be fine.
CVS checkout a FreeBSD 5-current src/sys somewhere.
You can then cd src/sys/sparc64/conf, create a mini kernel config,
config it (you'll have to build the FreeBSD config(8) somehow), and
compile it.
> Also is the loader ready to boot off the ufs partition yet ?
There is a hacked up miniloader running around. Maybe someone will give
you a pointer to it.
--
-- David (obrien@NUXI.com)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010902161523.C1399>
