Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 14:48:35 -0700
From:      "Sam Leffler" <sam@errno.com>
To:        "John Baldwin" <jhb@FreeBSD.ORG>, <current@FreeBSD.ORG>
Subject:   Re: I can't compile GENERIC, please let's fix this
Message-ID:  <22a801c26fdd$a0904460$52557f42@errno.com>
References:  <XFMail.20021009163639.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> > make
>
cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wst
rict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extens
ions -ansi -g -nostdinc
> -I-  -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../.
./contrib/ipfilter
> -D_KERNEL -include
opt_global.h -fno-common  -mno-align-long-strings -mpreferred-stack-boundary
=2
> -ffreestanding -Werror  ../../../netinet6/raw_ip6.c
> cc: Internal error: Illegal instruction (program cc1)
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html>; for instructions.
> *** Error code 1
>
> > ll raw_ip6.o
> -rw-rw-r--  1 john  src  441 Oct  9 16:34 raw_ip6.o
>
> Even leaves a truncated .o file around.
>

Not sure if relevant but I was fighting a cpp0 SIGSEGV this morning.  I
gdb'd cpp0 and tracked it down to data structure partly filled with garbage.
I couldn't tell if it was really a cpp0 bug or just memory getting trashed
(possibly by the OS).  I was eventually able to work around it modifying the
source code.

    Sam


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22a801c26fdd$a0904460$52557f42>