Re: [expert] Making an optimized kernel

2002-11-27 Thread ddc_prueba
: Somebody scribbled about Re: [expert] Making an optimized kernel I'm afraid I still don't catch it... what has to do in between telling Well, it might not be gcc, but the assembler. gcc is taking the C source and writing out an assembler source file that is then assembled. But it's

Re: [expert] Making an optimized kernel

2002-10-26 Thread ddc_prueba
I'm afraid I still don't catch it... what has to do in between telling gcc to try to optimize a bit more the binary and not being able to handle the source? Forgive my ignorance O:-) El sáb, 26-10-2002 a las 01:53, Todd Lyons escribió: ddc_prueba wrote on Fri, Oct 25, 2002 at 08:06:02PM

[expert] Making an optimized kernel

2002-10-25 Thread ddc_prueba
This is mainly curiosity but... when I compile kernel sources they go just fine, but if I change the optimization level -O2 to -O3 in the root source Makefile it does NOT success in making modules part. The error that it gives is: make[2]: Cambiando a directorio

Re: [expert] Making an optimized kernel

2002-10-25 Thread Todd Lyons
ddc_prueba wrote on Fri, Oct 25, 2002 at 08:06:02PM +0200 : This is mainly curiosity but... when I compile kernel sources they go just fine, but if I change the optimization level -O2 to -O3 in the root source Makefile it does NOT success in making modules part. The error Can anyone explain