From owner-freebsd-ppc Tue Jun 13 9:23:18 2000 Delivered-To: freebsd-ppc@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D37B37BED5 for ; Tue, 13 Jun 2000 09:23:12 -0700 (PDT) (envelope-from ballanty@sfu.ca) Received: from sfu.ca (splits.ucs.sfu.ca [142.58.1.112]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id e5DGN8Y01522 for ; Tue, 13 Jun 2000 09:23:09 -0700 (PDT) Message-ID: <39465FE8.6860FA53@sfu.ca> Date: Tue, 13 Jun 2000 09:23:04 -0700 From: Rob Ballantyne X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Subject: Tool Chain? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone succesfully built any kind of toolchain? I've been trying to build a powerpc-elf (or powerpc-sysv4). Binutils seems to build just fine. Gcc builds after I point it at /usr/include to find its include files but it won't link. There is an error saying something about an incorrect internal MRI script. Anyone else having any better luck? Any advice about how to proceed? Thanks, Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message From owner-freebsd-ppc Wed Jun 14 17:21:26 2000 Delivered-To: freebsd-ppc@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id A7D3537BB99 for ; Wed, 14 Jun 2000 17:21:19 -0700 (PDT) (envelope-from ballanty@sfu.ca) Received: from sfu.ca (rob2.ucs.sfu.ca [142.58.28.51]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id e5F0LGY02902 for ; Wed, 14 Jun 2000 17:21:16 -0700 (PDT) Message-ID: <3948223A.28A60ACF@sfu.ca> Date: Wed, 14 Jun 2000 17:24:26 -0700 From: Rob Ballantyne Organization: Simon Fraser University X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Subject: Open Firmware help, please. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've been attempting to get a handle on OF but I'm having trouble doing what should be a trivial task. I've been trying to: allocate a block of storage, open the zip drive and read block #0 of the zip into that storage. So far 'alloc-mem' seems to do just fine allocating storage. When I try: > " zip" select-dev I get: > " zip" select-dev DISK-LABEL: read of block0 failed > > can't OPEN device Is this because OF expects a non-Macintosh type disk label? If so what is the format? Is the disk-label specified anywhere in the OF documentation? I could attempt to write a standard label using dd from OS X. Thanks for any advice anyone can provide. Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message From owner-freebsd-ppc Fri Jun 16 10:56:58 2000 Delivered-To: freebsd-ppc@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id 1D2AB37B849 for ; Fri, 16 Jun 2000 10:56:53 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.9.3/8.9.3) with SMTP id TAA02404; Fri, 16 Jun 2000 19:56:47 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Date: Fri, 16 Jun 2000 19:56:47 +0200 (EET) From: Narvi To: Rob Ballantyne Cc: freebsd-ppc@FreeBSD.ORG Subject: Re: Tool Chain? In-Reply-To: <39465FE8.6860FA53@sfu.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 13 Jun 2000, Rob Ballantyne wrote: > > Has anyone succesfully built any kind of toolchain? > > I've been trying to build a powerpc-elf (or powerpc-sysv4). > > Binutils seems to build just fine. Gcc builds after > I point it at /usr/include to find its include files but > it won't link. There is an error saying something about > an incorrect internal MRI script. > This is to be expected. /usr/include includes things like system/machine independent header files from sys/ and machine/ which just happen to be i386 or alpha related if you are running FreeBSD.... > Anyone else having any better luck? Any advice about > how to proceed? > > Thanks, > > Rob > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ppc" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message