Date: Wed, 4 Feb 2004 13:28:06 -0800 (PST) From: Rostislav Krasny <rosti_bsd@yahoo.com> To: freebsd-current@freebsd.org Subject: RELENG_5_2 - internal compiler error Message-ID: <20040204212806.83454.qmail@web14811.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi. I installed FreeBSD 5.2-RELEASE on my old Pentium MMX 200MHz computer. Then I cvsup-ed src-all RELENG_5_2, ran 'shutdown now' and in the single user mode I ran 'make buildworld', 'make buildkernel KERNCONF=GENERIC'. The last command failed with errors like in following log: ====== start of the log ======= cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../includ e -finline-limit=15000 -fno-common -mno-align-long-strings -mpreferred-stack-bo undary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -std=c99 -c /usr/src/sys/dev/usb/uhci.c /usr/src/sys/dev/usb/uhci.c: In function `uhci_alloc_std_chain': /usr/src/sys/dev/usb/uhci.c:1784: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. *** Error code 1 Stop in /usr/src/sys/modules/usb. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ====== end of the log ======= I made this log after I ran 'make buildkernel KERNCONF=GENERIC' again through telnet after I rebooted the system into normal multiuser mode. I never changed the GENERIC file. Any suggestion? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040204212806.83454.qmail>