From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 22:56:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE99437B401 for ; Sun, 17 Aug 2003 22:56:51 -0700 (PDT) Received: from web12805.mail.yahoo.com (web12805.mail.yahoo.com [216.136.174.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A75443FAF for ; Sun, 17 Aug 2003 22:56:51 -0700 (PDT) (envelope-from sky_tracker@yahoo.com) Message-ID: <20030818055651.59630.qmail@web12805.mail.yahoo.com> Received: from [209.188.83.117] by web12805.mail.yahoo.com via HTTP; Sun, 17 Aug 2003 22:56:51 PDT Date: Sun, 17 Aug 2003 22:56:51 -0700 (PDT) From: Dave Banning To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: buildkernel errs: aicasm_scan.c gives signal 5 error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 05:56:52 -0000 I cvsuped last evening and tried to buildkernel and got this error; cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c aicasm_scan.c {standard input}: cc: Internal compiler error: program cc1 got fatal signal 5 *** 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. root# Assembler messages: {standard input}:2887: Warning: end of file not at end of a line; newline inserted when I go directly into the directory; /usr/src/sys/dev/aic7xxx/aicasm and do a make I get; cc -O -pipe -nostdinc -I/usr/include -I. -c aicasm_macro_gram.c lex -t aicasm_scan.l > aicasm_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -c aicasm_scan.c {standard input}: cc: Internal compiler error: program cc1 got fatal signal 5 *** Error code 1 Stop in /usr/src/sys/dev/aic7xxx/aicasm. Assembler messages: {standard input}:2887: Warning: end of file not at end of a line; newline inserted Above it looks like lex is creating the code that errs. Any ideas? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com