From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 16:18:46 2004 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 26DDD16A4CE for ; Wed, 11 Feb 2004 16:18:46 -0800 (PST) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB42043D1D for ; Wed, 11 Feb 2004 16:18:45 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-2.etat.lu (Postfix) with ESMTP id E5D606B4AA for ; Thu, 12 Feb 2004 01:18:44 +0100 (CET) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id C9139A1 for ; Thu, 12 Feb 2004 01:18:44 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) B4F7687 for ; Thu, 12 Feb 2004 01:18:44 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HSY004012XLGZ@mail.etat.lu> for freebsd-questions@freebsd.org; Thu, 12 Feb 2004 01:18:44 +0100 (MET) Received: from etat.lu (mail.etat.lu [148.110.136.60])18 2003)) with ESMTP id <0HSY00K4R3J8OF@mail.etat.lu>; Thu, 12 Feb 2004 01:18:44 +0100 (MET) Received: from [192.168.1.74] by mail.etat.lu (mshttpd); Thu, 12 Feb 2004 01:18:44 +0100 Date: Thu, 12 Feb 2004 01:18:44 +0100 From: Didier Wiroth To: den Message-id: <1373317305.1730513733@etat.lu> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal cc: freebsd-questions@freebsd.org Subject: Re: /usr/src/sys/dev/aic7xxx errors when compiling 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: Thu, 12 Feb 2004 00:18:46 -0000 Hi, I've tried a few settings. I completly removed the coptflags and tried the following: 1)CFLAGS= -O3 -pipe -funroll-loops did not work 2) CFLAGS= -O2 -pipe -funroll-loops did not work 3) CFLAGS= -O -pipe -funroll-loops did not work 4) CFLAGS= -O -pipe did not work The only compile settings that I was able to use was: #CFLAGS= ... Yes, ;-( I had to comment and disable the CFLAGS because "every" optimisation setting I used, made it impossible to compile the kernel. The error was always the aicxxx ..etc error messages.