Hi to you all, i have an error while compiling that i can't issue.
After downloading kernel it try to compile o to do something and alla finishes with:
make -C /adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2 ARCH=mips CONFIG_SHELL=/bin/bash include/linux/version.h include/asm
make[4]: Entering directory `/adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2'
scripts/kconfig/conf -s arch/mips/Kconfig
make[4]: Leaving directory `/adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2'
gcc: 0: No such file or directory
gcc: unrecognized option `-G'
cc1: error: invalid option `abi=32'
cc1: error: invalid option `no-abicalls'
cc1: error: bad value (r4600) for -march= switch
cc1: error: bad value (r4600) for -mcpu= switch
make[4]: Entering directory `/adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2'
CHK include/linux/version.h
UPD include/linux/version.h
SYMLINK include/asm -> include/asm-mips
make[4]: Leaving directory `/adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2'
touch /adhocsys/trunk/toolchain_build_mipsel/linux-2.6.19.2/.configured
make[2]: *** [kernel-headers-compile] Error 139
make[2]: Leaving directory `/adhocsys/trunk/toolchain'
make[1]: *** [toolchain/install] Error 2
make[1]: Leaving directory `/adhocsys/trunk'
make: *** [world] Error 2
anyone does know what the hell is happening??
thank you very much
Paolo