Subject: Re: 2.0 kernel?
To: John Klos <john@ziaspace.com>
From: Bruce ONeel <edoneel@sdf.lonestar.org>
List: port-macppc
Date: 06/14/2004 13:38:56
Hi,
Is there a particular reason you are building -msoft-float on ppc?
No mac ppc systems should need that, right?
cheers
bruce
Klos <john@ziaspace.com> wrote:
> Date: Sat, 12 Jun 2004 17:57:03 -0400 (EDT)
> From: John Klos <john@ziaspace.com>
> Subject: 2.0 kernel?
> To: port-macppc@NetBSD.org
> content-length: 801
>
> Hi,
>
> I've got the 2.0 snapshot from 200406060000 installed, and I can't compile
> a new kernel:
>
> # compile kern/memchr.o
> cc -msoft-float -ffreestanding -O2 -Wreturn-type -Werror -Wall
> -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
> -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss
> -I../../../../../../lib/libkern/arch/powerpc -Dmacppc=macppc -I../../.
> -I../../../../../../arch -I../../../../../.. -nostdinc -DDIAGNOSTIC
> -DOFB_ENABLE_CACHE -DMAXUSERS=512 -D_KERNEL -D_KERNEL_OPT -c
> ../../../../../../lib/libkern/memchr.c -o memchr.o.tmp
> cc: Internal error: Segmentation fault (program as)
> Please submit a full bug report.
> See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.
> *** Error code 1
>
> Anyone have any clues?
>
> John Klos