Compiling for my C8000 (64 bit) failed: *arch/parisc/kernel/built-in.o: In function `sys_fork_wrapper': *(.text+0x4dc8): relocation truncated to fit: R_PARISC_PCREL17F against symbol `sys_fork' defined in .text.sys_fork section in kernel/built-in.o *hppa64-unknown-linux-gnu-ld: arch/parisc/kernel/built-in.o(.text+0xllx): cannot reach (null) *arch/parisc/kernel/built-in.o: In function `sys_vfork_wrapper': *(.text+0x4e1c): relocation truncated to fit: R_PARISC_PCREL17F against symbol `sys_vfork' defined in .text.sys_vfork section in kernel/built-in.o *make: *** [vmlinux] Error 1 This is after I enabled MLONGCALLS, without longcalls it failed, too. I'm now trying with binutils 2.23.1 instead of 2.22. My C3600 (32 bit) doesn't even come that far, I get: make: hppa-linux-gnu-gcc: Command not found make: hppa-linux-gnu-gcc: Command not found /usr/src/linux-3.9.0/scripts/gcc-version.sh: line 25: hppa-linux-gnu-gcc: command not found /usr/src/linux-3.9.0/scripts/gcc-version.sh: line 26: hppa-linux-gnu-gcc: command not found Sorry, GCC v3.3 or above is required to build the kernel. make: *** [checkbin] Error 1 Any ideas? Eike