From owner-freebsd-questions Sat Oct 19 11:10:20 2002 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 0A38037B401 for ; Sat, 19 Oct 2002 11:10:19 -0700 (PDT) Received: from alpha.focalnetworks.net (alpha.focalnetworks.net [209.135.104.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 204AA43EAA for ; Sat, 19 Oct 2002 11:10:17 -0700 (PDT) (envelope-from project10@alpha.focalnetworks.net) Received: (qmail 31707 invoked by uid 1000); 19 Oct 2002 18:10:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Oct 2002 18:10:09 -0000 Date: Sat, 19 Oct 2002 14:10:09 -0400 (EDT) From: Shawn Lussier To: freebsd-questions@freebsd.org Subject: Can't 'make depend' when trying to build kernel source Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I've recently cvsupped my source tree to 4.7-R in anticipation of upgrades to these systems. On one, in particular, I cannot rebuild the kernel -- when I run 'make depend', I get the following message: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding ../../i386/i386/genassym.c cc1: Invalid option `no-align-long-strings' The system currently stands at version 4.3-R-p22, and the compiler is 'gcc version 2.95.4 20020320 [FreeBSD]'. I have also tried building with gcc 3.2 to no avail (same message). Can anyone provide some insight as to probable causes? I have never run into this problem before. Any assistance is greatly appreciated. -Shawn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message