> Try
> make CC="my_cc -D__KERNEL__ -I/usr/src/linux/include"
> and see if another compiler complains, if you have one.
It will most certainly crash. The kernel uses lots of gcc-isms (that egcs
inherited, so 2.1.xxx shouldn't make trouble with egcs, 2.0.xx surely
does). Just think asm() syntax, label variables, inline functions, various
extensions in macros, ...
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viņa del Mar, Chile +56 32 672616- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/