Cryptographic API (CRYPTO) [N/y/?] (NEW) * * Hardware crypto devices * * * Library routines * CRC-CCITT functions (CRC_CCITT) [N/m/y/?] (NEW) CRC16 functions (CRC16) [N/m/y/?] (NEW) CRC32 functions (CRC32) [Y/n/m/?] (NEW) CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [N/m/y/?] (NEW) + make ARCH=sh CROSS_COMPILE=/home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu- clean + make V=1 ARCH=sh CROSS_COMPILE=/home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu- set -e; echo ' CHK include/linux/version.h'; mkdir -p include/linux/; if [ `echo -n "2.6.15.4" | wc -c ` -gt 64 ]; then echo '"2.6.15.4" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.15.4\"; echo \#define LINUX_VERSION_CODE `expr 2 \\* 65536 + 6 \\* 256 + 15`; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; ) < /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/Makefile > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else echo ' UPD include/linux/version.h'; mv -f include/linux/version.h.tmp include/linux/version.h; fi CHK include/linux/version.h UPD include/linux/version.h make -f scripts/Makefile.build obj=arch/sh/tools include/asm-sh/machtypes.h Generating include/asm-sh/machtypes.h awk -f arch/sh/tools/gen-mach-types arch/sh/tools/mach-types > include/asm-sh/machtypes.h || { rm -f include/asm-sh/machtypes.h; /bin/false; } make -f scripts/Makefile.build obj=scripts/basic gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c gcc -Wp,-MD,scripts/basic/.split-include.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/split-include scripts/basic/split-include.c gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c SPLIT include/linux/autoconf.h -> include/config/* SYMLINK include/asm-sh/cpu -> include/asm-sh/cpu-sh4 ln -fsn cpu-sh4 include/asm-sh/cpu SYMLINK include/asm-sh/mach -> include/asm-sh/unknown ln -fsn unknown include/asm-sh/mach if test ! /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4 -ef /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4; then \ /bin/sh /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/scripts/mkmakefile \ /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4 /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4 2 6 \ > /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/Makefile; \ echo ' GEN /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/Makefile'; \ fi SYMLINK include/asm -> include/asm-sh if [ ! -d include ]; then mkdir -p include; fi; rm -rf .tmp_versions mkdir -p .tmp_versions make -f scripts/Makefile.build obj=. mkdir -p arch/sh/kernel/ /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.asm-offsets.s.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=asm_offsets -DKBUILD_MODNAME=asm_offsets -S -o arch/sh/kernel/asm-offsets.s arch/sh/kernel/asm-offsets.c mkdir -p include/asm-sh/; cat arch/sh/kernel/asm-offsets.s | (set -e; echo "#ifndef __ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/Kbuild"; echo " *"; echo " */"; echo ""; sed -ne "/^->/{s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}"; echo ""; echo "#endif" ) > include/asm-sh/asm-offsets.h make -f scripts/Makefile.build obj=scripts make -f scripts/Makefile.build obj=scripts/mod /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=empty -DKBUILD_MODNAME=empty -c -o scripts/mod/empty.o scripts/mod/empty.c gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c scripts/mod/mk_elfconfig sh < scripts/mod/empty.o > scripts/mod/elfconfig.h gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c gcc -Wp,-MD,scripts/mod/.modpost.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/modpost.o scripts/mod/modpost.c gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c gcc -o scripts/mod/modpost scripts/mod/modpost.o scripts/mod/file2alias.o scripts/mod/sumversion.o gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/kallsyms scripts/kallsyms.c gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c make -f scripts/Makefile.build obj=init /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=main -DKBUILD_MODNAME=main -c -o init/main.o init/main.c CHK include/linux/compile.h /bin/sh /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/scripts/mkcompile_h include/linux/compile.h \ "sh" "" "" "/home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign" UPD include/linux/compile.h /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.version.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=version -DKBUILD_MODNAME=version -c -o init/version.o init/version.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.do_mounts.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=do_mounts -DKBUILD_MODNAME=mounts -c -o init/do_mounts.o init/do_mounts.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.do_mounts_rd.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=do_mounts_rd -DKBUILD_MODNAME=mounts -c -o init/do_mounts_rd.o init/do_mounts_rd.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.do_mounts_initrd.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=do_mounts_initrd -DKBUILD_MODNAME=mounts -c -o init/do_mounts_initrd.o init/do_mounts_initrd.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o init/mounts.o init/do_mounts.o init/do_mounts_rd.o init/do_mounts_initrd.o /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.initramfs.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=initramfs -DKBUILD_MODNAME=initramfs -c -o init/initramfs.o init/initramfs.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,init/.calibrate.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=calibrate -DKBUILD_MODNAME=calibrate -c -o init/calibrate.o init/calibrate.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o init/calibrate.o make -f scripts/Makefile.build obj=usr gcc -Wp,-MD,usr/.gen_init_cpio.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o usr/gen_init_cpio usr/gen_init_cpio.c set -e; echo ' CHK usr/initramfs_list'; mkdir -p usr/; /bin/sh /export/hda3/dank/crosstool-regtest/jobdir.fast/crosstool-0.43/build/sh4-unknown-linux-gnu/gcc-4.1.1-glibc-2.3.6/linux-2.6.15.4/scripts/gen_initramfs_list.sh < usr/Makefile > usr/initramfs_list.tmp; if [ -r usr/initramfs_list ] && cmp -s usr/initramfs_list usr/initramfs_list.tmp; then rm -f usr/initramfs_list.tmp; else echo ' UPD usr/initramfs_list'; mv -f usr/initramfs_list.tmp usr/initramfs_list; fi CHK usr/initramfs_list UPD usr/initramfs_list ./usr/gen_init_cpio usr/initramfs_list > usr/initramfs_data.cpio gzip -f -9 < usr/initramfs_data.cpio > usr/initramfs_data.cpio.gz /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o usr/initramfs_data.o usr/initramfs_data.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o usr/built-in.o usr/initramfs_data.o make -f scripts/Makefile.build obj=arch/sh/kernel /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.process.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=process -DKBUILD_MODNAME=process -c -o arch/sh/kernel/process.o arch/sh/kernel/process.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.signal.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=signal -DKBUILD_MODNAME=signal -c -o arch/sh/kernel/signal.o arch/sh/kernel/signal.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.entry.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o arch/sh/kernel/entry.o arch/sh/kernel/entry.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.traps.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=traps -DKBUILD_MODNAME=traps -c -o arch/sh/kernel/traps.o arch/sh/kernel/traps.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.irq.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=irq -DKBUILD_MODNAME=irq -c -o arch/sh/kernel/irq.o arch/sh/kernel/irq.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.ptrace.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=ptrace -DKBUILD_MODNAME=ptrace -c -o arch/sh/kernel/ptrace.o arch/sh/kernel/ptrace.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.setup.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=setup -DKBUILD_MODNAME=setup -c -o arch/sh/kernel/setup.o arch/sh/kernel/setup.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.time.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=time -DKBUILD_MODNAME=time -c -o arch/sh/kernel/time.o arch/sh/kernel/time.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.sys_sh.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=sys_sh -DKBUILD_MODNAME=sys_sh -c -o arch/sh/kernel/sys_sh.o arch/sh/kernel/sys_sh.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.semaphore.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=semaphore -DKBUILD_MODNAME=semaphore -c -o arch/sh/kernel/semaphore.o arch/sh/kernel/semaphore.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.io.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=io -DKBUILD_MODNAME=io -c -o arch/sh/kernel/io.o arch/sh/kernel/io.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.io_generic.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=io_generic -DKBUILD_MODNAME=io_generic -c -o arch/sh/kernel/io_generic.o arch/sh/kernel/io_generic.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.sh_ksyms.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=sh_ksyms -DKBUILD_MODNAME=sh_ksyms -c -o arch/sh/kernel/sh_ksyms.o arch/sh/kernel/sh_ksyms.c make -f scripts/Makefile.build obj=arch/sh/kernel/cpu /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/.irq_ipr.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=irq_ipr -DKBUILD_MODNAME=irq_ipr -c -o arch/sh/kernel/cpu/irq_ipr.o arch/sh/kernel/cpu/irq_ipr.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/.irq_imask.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=irq_imask -DKBUILD_MODNAME=irq_imask -c -o arch/sh/kernel/cpu/irq_imask.o arch/sh/kernel/cpu/irq_imask.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/.init.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=init -DKBUILD_MODNAME=init -c -o arch/sh/kernel/cpu/init.o arch/sh/kernel/cpu/init.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/.bus.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=bus -DKBUILD_MODNAME=bus -c -o arch/sh/kernel/cpu/bus.o arch/sh/kernel/cpu/bus.c make -f scripts/Makefile.build obj=arch/sh/kernel/cpu/sh4 /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/sh4/.ex.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o arch/sh/kernel/cpu/sh4/ex.o arch/sh/kernel/cpu/sh4/ex.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/sh4/.probe.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=probe -DKBUILD_MODNAME=probe -c -o arch/sh/kernel/cpu/sh4/probe.o arch/sh/kernel/cpu/sh4/probe.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/sh4/.fpu.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=fpu -DKBUILD_MODNAME=fpu -c -o arch/sh/kernel/cpu/sh4/fpu.o arch/sh/kernel/cpu/sh4/fpu.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o arch/sh/kernel/cpu/sh4/built-in.o arch/sh/kernel/cpu/sh4/ex.o arch/sh/kernel/cpu/sh4/probe.o arch/sh/kernel/cpu/sh4/fpu.o /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/cpu/.rtc.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=rtc -DKBUILD_MODNAME=rtc -c -o arch/sh/kernel/cpu/rtc.o arch/sh/kernel/cpu/rtc.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o arch/sh/kernel/cpu/built-in.o arch/sh/kernel/cpu/irq_ipr.o arch/sh/kernel/cpu/irq_imask.o arch/sh/kernel/cpu/init.o arch/sh/kernel/cpu/bus.o arch/sh/kernel/cpu/sh4/built-in.o arch/sh/kernel/cpu/rtc.o /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.module.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=module -DKBUILD_MODNAME=module -c -o arch/sh/kernel/module.o arch/sh/kernel/module.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o arch/sh/kernel/built-in.o arch/sh/kernel/process.o arch/sh/kernel/signal.o arch/sh/kernel/entry.o arch/sh/kernel/traps.o arch/sh/kernel/irq.o arch/sh/kernel/ptrace.o arch/sh/kernel/setup.o arch/sh/kernel/time.o arch/sh/kernel/sys_sh.o arch/sh/kernel/semaphore.o arch/sh/kernel/io.o arch/sh/kernel/io_generic.o arch/sh/kernel/sh_ksyms.o arch/sh/kernel/cpu/built-in.o arch/sh/kernel/module.o /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.head.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o arch/sh/kernel/head.o arch/sh/kernel/head.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/kernel/.init_task.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=init_task -DKBUILD_MODNAME=init_task -c -o arch/sh/kernel/init_task.o arch/sh/kernel/init_task.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -E -Wp,-MD,arch/sh/kernel/.vmlinux.lds.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -traditional -P -C -Ush -D__ASSEMBLY__ -o arch/sh/kernel/vmlinux.lds arch/sh/kernel/vmlinux.lds.S make -f scripts/Makefile.build obj=arch/sh/mm /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.init.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=init -DKBUILD_MODNAME=init -c -o arch/sh/mm/init.o arch/sh/mm/init.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.extable.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=extable -DKBUILD_MODNAME=extable -c -o arch/sh/mm/extable.o arch/sh/mm/extable.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.consistent.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=consistent -DKBUILD_MODNAME=consistent -c -o arch/sh/mm/consistent.o arch/sh/mm/consistent.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.cache-sh4.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=cache_sh4 -DKBUILD_MODNAME=cache_sh4 -c -o arch/sh/mm/cache-sh4.o arch/sh/mm/cache-sh4.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.pg-sh4.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=pg_sh4 -DKBUILD_MODNAME=pg_sh4 -c -o arch/sh/mm/pg-sh4.o arch/sh/mm/pg-sh4.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.fault.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=fault -DKBUILD_MODNAME=fault -c -o arch/sh/mm/fault.o arch/sh/mm/fault.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.clear_page.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o arch/sh/mm/clear_page.o arch/sh/mm/clear_page.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.copy_page.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -D__ASSEMBLY__ -ml -m4 -m4-nofpu -c -o arch/sh/mm/copy_page.o arch/sh/mm/copy_page.S /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.tlb-sh4.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=tlb_sh4 -DKBUILD_MODNAME=tlb_sh4 -c -o arch/sh/mm/tlb-sh4.o arch/sh/mm/tlb-sh4.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/mm/.ioremap.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=ioremap -DKBUILD_MODNAME=ioremap -c -o arch/sh/mm/ioremap.o arch/sh/mm/ioremap.c /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-ld -EL -r -o arch/sh/mm/built-in.o arch/sh/mm/init.o arch/sh/mm/extable.o arch/sh/mm/consistent.o arch/sh/mm/cache-sh4.o arch/sh/mm/pg-sh4.o arch/sh/mm/fault.o arch/sh/mm/clear_page.o arch/sh/mm/copy_page.o arch/sh/mm/tlb-sh4.o arch/sh/mm/ioremap.o make -f scripts/Makefile.build obj=arch/sh/boards/unknown /home/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/sh4-unknown-linux-gnu-gcc -Wp,-MD,arch/sh/boards/unknown/.mach.o.d -nostdinc -isystem /export/hda3/zhangdm/crosstooltest/gcc-4.1.1-glibc-2.3.6/sh4-unknown-linux-gnu/bin/../lib/gcc/sh4-unknown-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -pipe -ml -m4 -m4-nofpu -Wdeclaration-after-statement -Wno-pointer-sign -DKBUILD_BASENAME=mach -DKBUILD_MODNAME=mach -c -o arch/sh/boards/unknown/mach.o arch/sh/boards/unknown/mach.c arch/sh/boards/unknown/mach.c:18:28: error: asm/io_unknown.h: No such file or directory arch/sh/boards/unknown/mach.c:34: error: 'unknown_inb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:35: error: 'unknown_inw' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:36: error: 'unknown_inl' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:37: error: 'unknown_outb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:38: error: 'unknown_outw' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:39: error: 'unknown_outl' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:41: error: 'unknown_inb_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:42: error: 'unknown_inw_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:43: error: 'unknown_inl_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:44: error: 'unknown_outb_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:45: error: 'unknown_outw_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:46: error: 'unknown_outl_p' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:48: error: 'unknown_insb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:49: error: 'unknown_insw' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:50: error: 'unknown_insl' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:51: error: 'unknown_outsb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:52: error: 'unknown_outsw' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:53: error: 'unknown_outsl' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:55: error: 'unknown_readb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:56: error: 'unknown_readw' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:57: error: 'unknown_readl' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:58: error: 'unknown_writeb' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:59: error: 'unknown_writew' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:60: error: 'unknown_writel' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:62: error: 'unknown_ioremap' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:63: error: 'unknown_iounmap' undeclared here (not in a function) arch/sh/boards/unknown/mach.c:65: error: 'unknown_isa_port2addr' undeclared here (not in a function) make[1]: *** [arch/sh/boards/unknown/mach.o] Error 1 make: *** [arch/sh/boards/unknown] Error 2 real 53m7.092s user 44m54.660s sys 7m1.850s