Date: Thu, 12 Feb 2004 01:18:44 +0100 From: Didier Wiroth <didier.wiroth@mcesr.etat.lu> To: den <moreau@myrealbox.com> Cc: freebsd-questions@freebsd.org Subject: Re: /usr/src/sys/dev/aic7xxx errors when compiling Message-ID: <1373317305.1730513733@etat.lu>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1373317305.1730513733>