/usr/src/sys/dev/aic7xxx errors when compiling

Didier Wiroth didier.wiroth at mcesr.etat.lu
Wed Feb 11 16:18:46 PST 2004


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. 
 
 



More information about the freebsd-questions mailing list