# git rev-parse -q --verify 6040e57658eee6eb1315a26119101ca832d1f854^{commit} 6040e57658eee6eb1315a26119101ca832d1f854 already have revision, skipping fetch # git checkout -q -f -B kisskb 6040e57658eee6eb1315a26119101ca832d1f854 # git clean -qxdf # git log -1 commit 6040e57658eee6eb1315a26119101ca832d1f854 Author: Linus Torvalds Date: Fri Aug 19 12:47:01 2016 -0700 Make the hardened user-copy code depend on having a hardened allocator The kernel test robot reported a usercopy failure in the new hardened sanity checks, due to a page-crossing copy of the FPU state into the task structure. This happened because the kernel test robot was testing with SLOB, which doesn't actually do the required book-keeping for slab allocations, and as a result the hardening code didn't realize that the task struct allocation was one single allocation - and the sanity checks fail. Since SLOB doesn't even claim to support hardening (and you really shouldn't use it), the straightforward solution is to just make the usercopy hardening code depend on the allocator supporting it. Reported-by: kernel test robot Cc: Kees Cook Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 6040e57658eee6eb1315a26119101ca832d1f854 # < make -j 48 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- randconfig KCONFIG_SEED=0xE09879CF # Added to kconfig CONFIG_STANDALONE=y # yes \n | make -j 48 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -j 48 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- make[1]: Entering directory '/home/kisskb/slave/build/linus_sh-randconfig_sh4' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release UPD include/config/kernel.release GEN ./Makefile WRAP arch/sh/include/generated/asm/bitsperlong.h WRAP arch/sh/include/generated/asm/clkdev.h WRAP arch/sh/include/generated/asm/cputime.h WRAP arch/sh/include/generated/asm/delay.h WRAP arch/sh/include/generated/asm/div64.h WRAP arch/sh/include/generated/asm/current.h WRAP arch/sh/include/generated/asm/emergency-restart.h WRAP arch/sh/include/generated/asm/errno.h WRAP arch/sh/include/generated/asm/exec.h WRAP arch/sh/include/generated/asm/fcntl.h WRAP arch/sh/include/generated/asm/ioctl.h WRAP arch/sh/include/generated/asm/ipcbuf.h WRAP arch/sh/include/generated/asm/irq_work.h WRAP arch/sh/include/generated/asm/irq_regs.h WRAP arch/sh/include/generated/asm/kvm_para.h WRAP arch/sh/include/generated/asm/local64.h WRAP arch/sh/include/generated/asm/local.h WRAP arch/sh/include/generated/asm/mcs_spinlock.h WRAP arch/sh/include/generated/asm/mm-arch-hooks.h WRAP arch/sh/include/generated/asm/mman.h WRAP arch/sh/include/generated/asm/msgbuf.h WRAP arch/sh/include/generated/asm/param.h WRAP arch/sh/include/generated/asm/percpu.h WRAP arch/sh/include/generated/asm/parport.h WRAP arch/sh/include/generated/asm/poll.h WRAP arch/sh/include/generated/asm/preempt.h WRAP arch/sh/include/generated/asm/resource.h WRAP arch/sh/include/generated/asm/rwsem.h WRAP arch/sh/include/generated/asm/sembuf.h WRAP arch/sh/include/generated/asm/shmbuf.h WRAP arch/sh/include/generated/asm/siginfo.h WRAP arch/sh/include/generated/asm/socket.h WRAP arch/sh/include/generated/asm/serial.h WRAP arch/sh/include/generated/asm/sizes.h WRAP arch/sh/include/generated/asm/statfs.h WRAP arch/sh/include/generated/asm/termios.h WRAP arch/sh/include/generated/asm/trace_clock.h WRAP arch/sh/include/generated/asm/ucontext.h WRAP arch/sh/include/generated/asm/termbits.h WRAP arch/sh/include/generated/asm/xor.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h Using /home/kisskb/slave/src as source for kernel HOSTCC scripts/kallsyms HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o CC scripts/mod/empty.o HOSTCC scripts/dtc/fstree.o CC scripts/mod/devicetable-offsets.s HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/data.o HOSTCC scripts/mod/mk_elfconfig SHIPPED scripts/dtc/dtc-lexer.lex.c HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/treesource.o SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc-parser.tab.o HOSTCC scripts/dtc/dtc-lexer.lex.o GEN scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTCC scripts/mod/file2alias.o HOSTLD scripts/dtc/dtc HOSTLD scripts/mod/modpost Generating include/generated/machtypes.h CHK include/generated/timeconst.h CC kernel/bounds.s UPD include/generated/timeconst.h CHK include/generated/bounds.h UPD include/generated/bounds.h CC arch/sh/kernel/asm-offsets.s CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh CC init/main.o CHK include/generated/compile.h CC init/do_mounts.o CC init/do_mounts_initrd.o CC init/initramfs.o CC init/calibrate.o CC init/init_task.o UPD include/generated/compile.h CC init/version.o HOSTCC usr/gen_init_cpio /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/calibrate.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/calibrate.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file init/calibrate.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/.tmp_mc_calibrate.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/.tmp_mc_calibrate.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file init/.tmp_mc_calibrate.o mv: cannot stat 'init/.tmp_mx_calibrate.o': No such file or directory AS arch/sh/kernel/debugtraps.o CC arch/sh/kernel/dma-nommu.o CC arch/sh/kernel/idle.o CC arch/sh/kernel/dumpstack.o CC arch/sh/kernel/io.o CC arch/sh/kernel/irq.o CC arch/sh/kernel/irq_32.o CC arch/sh/kernel/kdebugfs.o CC arch/sh/kernel/machvec.o CC arch/sh/kernel/nmi_debug.o CC arch/sh/kernel/process_32.o CC arch/sh/kernel/process.o CC arch/sh/kernel/ptrace.o CC arch/sh/kernel/ptrace_32.o CC arch/sh/kernel/sys_sh.o CC arch/sh/kernel/signal_32.o CC arch/sh/kernel/setup.o CC arch/sh/kernel/reboot.o CC arch/sh/kernel/time.o AS arch/sh/kernel/syscalls_32.o CC arch/sh/kernel/return_address.o CC arch/sh/kernel/unwinder.o CC arch/sh/kernel/traps.o CC arch/sh/kernel/traps_32.o CC arch/sh/kernel/topology.o CC arch/sh/kernel/sh_bios.o CC arch/sh/kernel/iomap.o CC arch/sh/kernel/kgdb.o CC arch/sh/kernel/sys_sh32.o AS arch/sh/kernel/relocate_kernel.o CC arch/sh/kernel/crash_dump.o CC arch/sh/kernel/machine_kexec.o CC arch/sh/kernel/perf_callchain.o CC arch/sh/kernel/perf_event.o CC arch/sh/kernel/stacktrace.o CC arch/sh/kernel/ftrace.o CC arch/sh/kernel/dwarf.o AS arch/sh/kernel/head_32.o CC arch/sh/kernel/hw_breakpoint.o CC arch/sh/kernel/vsyscall/vsyscall.o LDS arch/sh/kernel/vmlinux.lds LDS arch/sh/kernel/vsyscall/vsyscall.lds AS arch/sh/kernel/vsyscall/vsyscall-trapa.o AS arch/sh/kernel/vsyscall/vsyscall-note.o CC arch/sh/mm/alignment.o GEN usr/initramfs_data.cpio.lz4 CC arch/sh/kernel/cpu/irq/imask.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/ptrace.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/ptrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/ptrace.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_ptrace.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_ptrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_ptrace.o arch/sh/kernel/.tmp_gl_dma-nommu.o: file not recognized: File truncated mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace.o': No such file or directory CC arch/sh/kernel/cpu/shmobile/pm.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/unwinder.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/unwinder.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/unwinder.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_unwinder.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_unwinder.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_unwinder.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file AS arch/sh/kernel/cpu/shmobile/sleep.o rm: cannot remove 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_unwinder.o': No such file or directory CC arch/sh/kernel/cpu/sh4a/setup-sh7366.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/topology.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/topology.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/topology.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_topology.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_topology.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_topology.o CC arch/sh/boards/of-generic.o CC arch/sh/kernel/cpu/sh4/probe.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_topology.o': No such file or directory AS arch/sh/kernel/cpu/sh4/../sh3/entry.o CC arch/sh/kernel/cpu/init.o CC arch/sh/mm/cache.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/kernel/.tmp_gl_nmi_debug.o: file not recognized: File truncated AS arch/sh/kernel/cpu/sh4/../sh3/ex.o CC arch/sh/kernel/cpu/sh4/sq.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/.tmp_mx_nmi_debug.o': No such file rm: cannot remove 'arch/sh/kernel/.tmp_mx_nmi_debug.o': No such file or directory /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:89: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:208: Warning: overflow in branch to syscall_call; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:356: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:358: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence CC arch/sh/kernel/cpu/clock.o CC arch/sh/mm/init.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/process.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/process.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/process.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_process.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_process.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_process.o CC arch/sh/mm/consistent.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/idle.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/idle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/idle.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_idle.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_idle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_idle.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_process.o': No such file or directory CC arch/sh/kernel/cpu/sh4a/clock-sh7366.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_idle.o': No such file or directory CC arch/sh/mm/mmap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/time.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/time.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/time.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_time.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_time.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_time.o AS usr/initramfs_data.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/traps.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/traps.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/traps.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_traps.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_traps.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_traps.o LD arch/sh/kernel/cpu/sh4/common.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_time.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps.o': No such file or directory CC arch/sh/mm/cache-sh4.o CC arch/sh/mm/extable_32.o CC arch/sh/mm/flush-sh4.o CC arch/sh/kernel/cpu/pfc.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/setup.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/setup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/setup.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_setup.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_setup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_setup.o CC arch/sh/kernel/cpu/fpu.o CC arch/sh/mm/fault.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_setup.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sh_bios.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sh_bios.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/sh_bios.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sh_bios.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sh_bios.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_sh_bios.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_sh_bios.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/irq.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/irq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/irq.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_irq.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_irq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_irq.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/perf_callchain.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/perf_callchain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/perf_callchain.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_perf_callchain.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_perf_callchain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_perf_callchain.o CC arch/sh/kernel/cpu/proc.o CC arch/sh/mm/gup.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/stacktrace.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/stacktrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/stacktrace.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_stacktrace.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_stacktrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_stacktrace.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_callchain.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_irq.o': No such file or directory CC arch/sh/kernel/cpu/sh4a/perf_event.o init/.tmp_gl_main.o: file not recognized: File truncated LD usr/built-in.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_stacktrace.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/dumpstack.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/dumpstack.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/dumpstack.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_dumpstack.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_dumpstack.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_dumpstack.o CC arch/sh/kernel/cpu/sh4a/ubc.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'init/.tmp_mx_main.o': No such file CC arch/sh/mm/ioremap.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_dumpstack.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/do_mounts.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/do_mounts.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file init/do_mounts.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/.tmp_mc_do_mounts.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: init/.tmp_mc_do_mounts.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file init/.tmp_mc_do_mounts.o mv: cannot stat 'init/.tmp_mx_do_mounts.o': No such file or directory rm: cannot remove 'init/.tmp_mx_main.o': No such file or directory SYSCALL arch/sh/kernel/vsyscall/vsyscall-trapa.so /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/iomap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/iomap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/iomap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_iomap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_iomap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_iomap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/process_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/process_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/process_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_process_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_process_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_process_32.o LD init/mounts.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_iomap.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_process_32.o': No such file or directory CC arch/sh/mm/kmap.o SYSCALL arch/sh/kernel/vsyscall/vsyscall-syms.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/reboot.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/reboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/reboot.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_reboot.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_reboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_reboot.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sys_sh32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sys_sh32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/sys_sh32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sys_sh32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sys_sh32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_sys_sh32.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_sys_sh32.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_reboot.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/vsyscall/vsyscall.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/vsyscall/vsyscall.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/vsyscall/vsyscall.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/vsyscall/.tmp_mc_vsyscall.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/vsyscall/.tmp_mc_vsyscall.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/vsyscall/.tmp_mc_vsyscall.o CC arch/sh/mm/tlbex_32.o LD init/built-in.o AS arch/sh/kernel/vsyscall/vsyscall-syscall.o CC arch/sh/mm/tlbflush_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/io.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/io.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/io.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_io.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_io.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_io.o mv: cannot stat 'arch/sh/kernel/vsyscall/.tmp_mx_vsyscall.o': No such file or directory CC arch/sh/mm/pgtable.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find init/main.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:369: recipe for target 'init/built-in.o' failed make[2]: *** [init/built-in.o] Error 1 mv: cannot stat 'arch/sh/kernel/.tmp_mx_io.o': No such file or directory CC arch/sh/mm/tlb-sh4.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/perf_event.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/perf_event.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/perf_event.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_perf_event.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_perf_event.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_perf_event.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/traps_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/traps_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/traps_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_traps_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_traps_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_traps_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/hw_breakpoint.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/hw_breakpoint.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/hw_breakpoint.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_hw_breakpoint.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_hw_breakpoint.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_hw_breakpoint.o CC arch/sh/mm/tlb-urb.o CC arch/sh/mm/cache-debugfs.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_event.o': No such file or directory CC arch/sh/mm/asids-debugfs.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/irq/imask.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/irq/imask.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/irq/imask.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/irq/.tmp_mc_imask.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/irq/.tmp_mc_imask.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/irq/.tmp_mc_imask.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps_32.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_hw_breakpoint.o': No such file or directory mv: cannot stat 'arch/sh/kernel/cpu/irq/.tmp_mx_imask.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/probe.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/probe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh4/probe.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/.tmp_mc_probe.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/.tmp_mc_probe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh4/.tmp_mc_probe.o CC arch/sh/mm/tlb-debugfs.o mv: cannot stat 'arch/sh/kernel/cpu/sh4/.tmp_mx_probe.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sys_sh.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/sys_sh.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/sys_sh.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sys_sh.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_sys_sh.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_sys_sh.o CC arch/sh/math-emu/math.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/machine_kexec.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/machine_kexec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/machine_kexec.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_machine_kexec.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_machine_kexec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_machine_kexec.o LD arch/sh/kernel/cpu/irq/built-in.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_sys_sh.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/alignment.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/alignment.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/alignment.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_alignment.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_alignment.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_alignment.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_machine_kexec.o': No such file or directory CC arch/sh/mm/ioremap_fixed.o mv: cannot stat 'arch/sh/mm/.tmp_mx_alignment.o': No such file or directory CC arch/sh/mm/numa.o LD arch/sh/kernel/vsyscall/built-in.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/crash_dump.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/crash_dump.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/crash_dump.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_crash_dump.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_crash_dump.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_crash_dump.o /home/kisskb/slave/src/Makefile:968: recipe for target 'init' failed make[1]: *** [init] Error 2 make[1]: *** Waiting for unfinished jobs.... CC arch/sh/mm/uncached.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_crash_dump.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/kernel/cpu/sh4a/.tmp_gl_clock-sh7366.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/init.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/init.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/init.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_init.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_init.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/.tmp_mc_init.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh4a/.tmp_mx_clock-sh7366.o': No such file mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_init.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/kgdb.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/kgdb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/kgdb.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_kgdb.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_kgdb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_kgdb.o rm: cannot remove 'arch/sh/kernel/cpu/sh4a/.tmp_mx_clock-sh7366.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_kgdb.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/shmobile/pm.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/shmobile/pm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/shmobile/pm.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/shmobile/.tmp_mc_pm.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/shmobile/.tmp_mc_pm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/shmobile/.tmp_mc_pm.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'arch/sh/kernel/cpu/shmobile/.tmp_mx_pm.o': No such file or directory LD arch/sh/kernel/cpu/shmobile/built-in.o arch/sh/mm/.tmp_gl_init.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_init.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_init.o': No such file or directory /home/kisskb/slave/src/arch/sh/kernel/cpu/clock.c: In function 'clk_init': /home/kisskb/slave/src/arch/sh/kernel/cpu/clock.c:25:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/mmap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/mmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/mmap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_mmap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_mmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_mmap.o mv: cannot stat 'arch/sh/mm/.tmp_mx_mmap.o': No such file or directory arch/sh/kernel/cpu/sh4a/.tmp_gl_ubc.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/proc.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/proc.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_proc.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/.tmp_mc_proc.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh4a/.tmp_mx_ubc.o': No such file arch/sh/kernel/cpu/sh4a/.tmp_gl_perf_event.o: file not recognized: File truncated rm: cannot remove 'arch/sh/kernel/cpu/sh4a/.tmp_mx_ubc.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh4a/.tmp_mx_perf_event.o': No such file mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_proc.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/gup.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/gup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/gup.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_gup.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_gup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_gup.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/consistent.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/consistent.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/consistent.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_consistent.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_consistent.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_consistent.o rm: cannot remove 'arch/sh/kernel/cpu/sh4a/.tmp_mx_perf_event.o': No such file or directory mv: cannot stat 'arch/sh/mm/.tmp_mx_gup.o': No such file or directory mv: cannot stat 'arch/sh/mm/.tmp_mx_consistent.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/pgtable.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/pgtable.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/pgtable.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_pgtable.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_pgtable.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_pgtable.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'arch/sh/mm/.tmp_mx_pgtable.o': No such file or directory arch/sh/kernel/.tmp_gl_dwarf.o: file not recognized: File truncated LD arch/sh/kernel/cpu/sh4a/built-in.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/signal_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/signal_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/signal_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_signal_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_signal_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_signal_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh4a/clock-sh7366.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh4a/perf_event.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh4a/ubc.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:369: recipe for target 'arch/sh/kernel/cpu/sh4a/built-in.o' failed make[4]: *** [arch/sh/kernel/cpu/sh4a/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:440: recipe for target 'arch/sh/kernel/cpu/sh4a' failed make[3]: *** [arch/sh/kernel/cpu/sh4a] Error 2 arch/sh/mm/.tmp_gl_cache.o:make[3]: *** Waiting for unfinished jobs.... file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache.o': No such file mv: cannot stat 'arch/sh/kernel/.tmp_mx_signal_32.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/.tmp_mx_dwarf.o': No such file rm: cannot remove 'arch/sh/kernel/.tmp_mx_dwarf.o': No such file or directory rm: cannot remove 'arch/sh/mm/.tmp_mx_cache.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/boards/.tmp_gl_of-generic.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/boards/.tmp_mx_of-generic.o': No such file arch/sh/mm/.tmp_gl_flush-sh4.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/fpu.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/fpu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/fpu.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_fpu.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/.tmp_mc_fpu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/.tmp_mc_fpu.o rm: cannot remove 'arch/sh/boards/.tmp_mx_of-generic.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_flush-sh4.o': No such file /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/kmap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/kmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/kmap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_kmap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_kmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_kmap.o rm: cannot remove 'arch/sh/mm/.tmp_mx_flush-sh4.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlbflush_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlbflush_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/tlbflush_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlbflush_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlbflush_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_tlbflush_32.o mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_fpu.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/ioremap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/ioremap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/ioremap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_ioremap.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_ioremap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_ioremap.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/ptrace_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/ptrace_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/ptrace_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_ptrace_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_ptrace_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_ptrace_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/extable_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/extable_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/extable_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_extable_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_extable_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_extable_32.o mv: cannot stat 'arch/sh/mm/.tmp_mx_kmap.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace_32.o': No such file or directory mv: cannot stat 'arch/sh/mm/.tmp_mx_ioremap.o': No such file or directory mv: cannot stat 'arch/sh/mm/.tmp_mx_tlbflush_32.o': No such file or directory LD arch/sh/boards/built-in.o arch/sh/mm/.tmp_gl_tlb-debugfs.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/boards/of-generic.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_tlb-debugfs.o': No such file /home/kisskb/slave/src/scripts/Makefile.build:369: recipe for target 'arch/sh/boards/built-in.o' failed make[2]: *** [arch/sh/boards/built-in.o] Error 1 /home/kisskb/slave/src/Makefile:968: recipe for target 'arch/sh/boards' failed make[1]: *** [arch/sh/boards] Error 2 rm: cannot remove 'arch/sh/mm/.tmp_mx_tlb-debugfs.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'arch/sh/mm/.tmp_mx_extable_32.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlbex_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlbex_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/tlbex_32.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlbex_32.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlbex_32.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_tlbex_32.o mv: cannot stat 'arch/sh/mm/.tmp_mx_tlbex_32.o': No such file or directory arch/sh/mm/.tmp_gl_cache-debugfs.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache-debugfs.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_cache-debugfs.o': No such file or directory In file included from /home/kisskb/slave/src/arch/sh/math-emu/math.c:23:0: /home/kisskb/slave/src/include/math-emu/single.h:50:5: warning: "__LITTLE_ENDIAN" is not defined [-Wundef] In file included from /home/kisskb/slave/src/arch/sh/math-emu/math.c:24:0: /home/kisskb/slave/src/include/math-emu/double.h:59:5: warning: "__LITTLE_ENDIAN" is not defined [-Wundef] /home/kisskb/slave/src/arch/sh/math-emu/math.c:54:0: warning: "WRITE" redefined [enabled by default] /home/kisskb/slave/src/include/linux/fs.h:197:0: note: this is the location of the previous definition /home/kisskb/slave/src/arch/sh/math-emu/math.c:55:0: warning: "READ" redefined [enabled by default] /home/kisskb/slave/src/include/linux/fs.h:196:0: note: this is the location of the previous definition /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcmp_gt': /home/kisskb/slave/src/arch/sh/math-emu/math.c:81:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:81:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcmp_eq': /home/kisskb/slave/src/arch/sh/math-emu/math.c:92:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:92:1: warning: left shift count is negative [enabled by default] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlb-sh4.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlb-sh4.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/tlb-sh4.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlb-sh4.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlb-sh4.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_tlb-sh4.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fadd': /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] mv: cannot stat 'arch/sh/mm/.tmp_mx_tlb-sh4.o': No such file or directory /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fsub': /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fmul': /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count is negative [enabled by default] arch/sh/mm/.tmp_gl_asids-debugfs.o: file not recognized: File truncated /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count is negative [enabled by default] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_asids-debugfs.o': No such file /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] rm: cannot remove 'arch/sh/mm/.tmp_mx_asids-debugfs.o': No such file or directory /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fdiv': /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fmac': /home/kisskb/slave/src/arch/sh/math-emu/math.c:145:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:145:2: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/uncached.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/uncached.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/uncached.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_uncached.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_uncached.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_uncached.o mv: cannot stat 'arch/sh/mm/.tmp_mx_uncached.o': No such file or directory /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'ffloat': /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'ftrc': /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcnvsd': /home/kisskb/slave/src/arch/sh/math-emu/math.c:323:2: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcnvds': /home/kisskb/slave/src/arch/sh/math-emu/math.c:333:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: At top level: /home/kisskb/slave/src/arch/sh/math-emu/math.c:505:12: warning: 'ieee_fpe_handler' defined but not used [-Wunused-function] /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/sq.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/sq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh4/sq.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/.tmp_mc_sq.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh4/.tmp_mc_sq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh4/.tmp_mc_sq.o mv: cannot stat 'arch/sh/kernel/cpu/sh4/.tmp_mx_sq.o': No such file or directory LD arch/sh/kernel/cpu/sh4/built-in.o /home/kisskb/slave/src/scripts/Makefile.build:440: recipe for target 'arch/sh/kernel/cpu' failed make[2]: *** [arch/sh/kernel/cpu] Error 2 /home/kisskb/slave/src/Makefile:968: recipe for target 'arch/sh/kernel' failed make[1]: *** [arch/sh/kernel] Error 2 /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlb-urb.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/tlb-urb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/tlb-urb.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlb-urb.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_tlb-urb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_tlb-urb.o mv: cannot stat 'arch/sh/mm/.tmp_mx_tlb-urb.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/ioremap_fixed.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/ioremap_fixed.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/ioremap_fixed.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_ioremap_fixed.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_ioremap_fixed.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_ioremap_fixed.o mv: cannot stat 'arch/sh/mm/.tmp_mx_ioremap_fixed.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/mm/.tmp_gl_cache-sh4.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache-sh4.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_cache-sh4.o': No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/mm/.tmp_gl_fault.o: file not recognized: File truncated /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_fault.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_fault.o': No such file or directory LD arch/sh/mm/built-in.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/cache.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/init.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/cache-sh4.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/flush-sh4.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/fault.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/asids-debugfs.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/cache-debugfs.o: No such file or directory /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/tlb-debugfs.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:369: recipe for target 'arch/sh/mm/built-in.o' failed make[2]: *** [arch/sh/mm/built-in.o] Error 1 /home/kisskb/slave/src/Makefile:968: recipe for target 'arch/sh/mm' failed make[1]: *** [arch/sh/mm] Error 2 /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/math-emu/math.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/math-emu/math.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/math-emu/math.o /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/math-emu/.tmp_mc_math.o: compiled for a big endian system and target is little endian /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/math-emu/.tmp_mc_math.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/math-emu/.tmp_mc_math.o mv: cannot stat 'arch/sh/math-emu/.tmp_mx_math.o': No such file or directory LD arch/sh/math-emu/built-in.o make[1]: *** wait: No child processes. Stop. Makefile:150: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -j 48 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /home/kisskb/slave/build/linus_sh-randconfig_sh4 # Build took: 0:00:09.167895