Have someone tried to compile latest kernel with ICC 10? Everything's OK until asm-offset.s file in arch/i386/kernel/. ICC ignores headers definition and brakes compilation. What HOSTCCFLAGS should I use to compile kernel?
No idea about the exact flags - I'd read ICC docs about gcc compatibility, and set those flags in CFLAGS (not HOSTCFLAGS, that's about binaries to be _run_ on the host, like the programs for menuconfig).
Use CFLAGS, not HOSTCFLAGS
No idea about the exact flags - I'd read ICC docs about gcc compatibility, and set those flags in CFLAGS (not HOSTCFLAGS, that's about binaries to be _run_ on the host, like the programs for menuconfig).