[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel compile error



 
> OK, then when I go to copy the bzImage file to /boot/, it's not there. In
> fact, I the reran bzImage step and in fact it cuts out with an error
> message....I doesn't compile the source code....Anybody know what I'm doing 
> wrong?  I am migrating from RedHat and maybe  I'm assuming things I
> shouldn't be....Any clues?  

Could be something to do with your assembler -- I seem to recall
having some similar problem. Make sure you have all of the programs
listed in /usr/src/linux/Documentation/Changes. Then recompile the
kernel with 

       make mrproper
       make config 
       make dep bzImage modules modules_install &> make.log 

and if it still breaks down, post the relevant section of make.log.

Cheers

Tiarnan



Reply to: