Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Oct 2001 04:17:21 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        ia64@FreeBSD.ORG
Subject:   Re: Woohoo! 
Message-ID:  <20011006111721.40C7F3808@overcee.netplex.com.au>
In-Reply-To: <20011006115758.L530-100000@salmon.nlsystems.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Rabson wrote:

> > > I'll put up a new set of userland binaries today.
> >
> > Do you have a matching libgcc.a from your toolchain?  You never updated the
> > one in ~dfr on freefall.  I stole the libgcc.a from redhat 7.1 to fill the
> > void.
> 
> I stubbed out libgcc.a ages ago and haven't needed anything from it yet.

I couldn't even compile bin/sh without it..  There were undefined
divide functions..

> > What do you use for __flt_rounds() (#define FLT_ROUNDS __flt_rounds()
> > in <ia64/include/float.h>)?  I cheated there too.
> 
> I haven't needed this yet either.

strtod() wanted it, as called by bin/sh.

> > I was about to embark on a userland build and do some research into what
> > it will take to add ia64 bits to ld-elf.so.1 and the associated crt* files.
> > On the other hand, maybe keeping it all static is an idea for now.
> 
> Static is probably fine for now. I've been building bits and pieces as I
> need them. I'm still having problems getting the sodding disklabel to
> stick. I hate that code - the label write protection is stopping me from
> writing the label and 'disklabel -W' doesn't bloody work.

Heh.  I used mdconfig to create a pre-labelled disk image, and scp'ed that
to the linux box and dd'ed it to the second scsi drive I added to the box.

ethernet is really unhappy.  I tried ifconfig'ing up the fxp and got some
good mess on the wire.  When it tried to ping something, the other
host saw this.. Note the extra bytes.. it looks like it would be roughly
correct if the "0900 0000" got removed.

overcee[3:10am]/home/peter-101# tcpdump 'ether host 00:d0:b7:af:cb:3b'
tcpdump: listening on fxp0
03:12:00.466557 0:d0:b7:af:cb:3b null > Broadcast sap 45 I (s=42,r=0,C) len=80
                         0900 0000 4001 09e4 0a00 0015 0a00 0005
                         0800 93f9 2e00 0000 c331 b93b 0000 0000
                         bb96 0c00 0000 0000 1011 1213 1415 1617
                         1819 1a1b 1c1d 1e1f 2021 2223 2425 2627
                         2829 2a2b 2c2d 2e2f 0000 0000 0000

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011006111721.40C7F3808>