thanks for all those who replied. your help is really appreciated.

basically, in order to compile kernel in RH7, kgcc *MUST* be used instead of
gcc.

to use kgcc edit the Makefile. find the line below and change to:
CC =$(CROSS_COMPILE)kgcc <----(changed to kgcc instead of gcc/cc)

once again. thank you for those who helped :)

cheers!

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to