Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 09:12:05 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Mark Blackman <mark.blackman@netscalibur.co.uk>
Cc:        freebsd-sparc@freebsd.org
Subject:   Re: building sparc64 bits.
Message-ID:  <20020319091205.B77319@dragon.nuxi.com>
In-Reply-To: <20020319091301.2058A579A7@mailhost1.dircon.co.uk>; from mark.blackman@netscalibur.co.uk on Tue, Mar 19, 2002 at 09:13:25AM %2B0000
References:  <obrien@freebsd.org> <20020319091301.2058A579A7@mailhost1.dircon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, Mar 19, 2002 at 09:13:25AM +0000, Mark Blackman wrote:
> http://people.freebsd.org/~obrien/sparc64/hosted-gcc_20020314.tar.bz2
> 
> but its missing a complementary 'as' assembler. Which 'as' do I use?  

One built from /usr/src/gnu/usr.bin/binutils.
Since you are asking this, I guess you installed an eariler snapshot.  I
guess I should have thought to tell people that already had a working
system to build a new binutils from /usr/src before installing the
20020314 compiler.

Are you able to revert back to what ever toolchain you were using, build
binutils from /usr/src, and then return to the 20020314 compiler?

If you want to try to get things working w/o doing that, see the "winter"
tarball in http://people.freebsd.org/~obrien/sparc64.
Untar that, then:

    cd /usr/src/gnu/usr.bin/binutils
    env PATH=/usr/libexec/elf:$PATH make obj
    env PATH=/usr/libexec/elf:$PATH make all install
    cd /usr/src/usr.bin/objformat
    env PATH=/usr/libexec/elf:$PATH make obj
    env PATH=/usr/libexec/elf:$PATH make all install

and you should have a properly installed binutils (as,ld,etc).

-- 
-- David  (obrien@FreeBSD.org)

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?20020319091205.B77319>