# git rev-parse -q --verify a611fb75d0517fce65f588cde94f80bb4052c6b2^{commit} a611fb75d0517fce65f588cde94f80bb4052c6b2 already have revision, skipping fetch # git checkout -q -f -B kisskb a611fb75d0517fce65f588cde94f80bb4052c6b2 # git clean -qxdf # git log -1 commit a611fb75d0517fce65f588cde94f80bb4052c6b2 Merge: 75462c8 32e805e Author: Linus Torvalds Date: Thu Jul 2 11:07:27 2015 -0700 Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux Pull init.h/module.h fragility fixes from Paul Gortmaker: "Fixup various init.h misuses that are fragile wrt code moving to module.h What started as a removal of no longer required include due to the earlier __cpuinit and __devinit removal led to the observation that some module specfic support was living in init.h itself, thus preventing the full removal from introducing compile regressions. This series includes a few final fixups needed prior to the relocation of the modular init code from to . These are things that weren't easily categorized into any of the other previous series categories already requested for pull. That said, each fixup branch (including this one) is independent and there are no ordering constraints. Only the final code relocation (which is NOT in this pull) requires that all my cleanup branches be merged first" * tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux: tile: add init.h to usb.c to avoid compile failure arm: fix implicit #include in entry asm. x86: replace __init_or_module with __init in non-modular vsmp_64.c # < /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 a611fb75d0517fce65f588cde94f80bb4052c6b2 # < make -j 48 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- randconfig KCONFIG_SEED=0xD0AAA5D7 # 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/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/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/cputime.h WRAP arch/sh/include/generated/asm/current.h WRAP arch/sh/include/generated/asm/delay.h WRAP arch/sh/include/generated/asm/div64.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_regs.h WRAP arch/sh/include/generated/asm/irq_work.h WRAP arch/sh/include/generated/asm/kvm_para.h WRAP arch/sh/include/generated/asm/local.h WRAP arch/sh/include/generated/asm/local64.h WRAP arch/sh/include/generated/asm/mcs_spinlock.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/parport.h WRAP arch/sh/include/generated/asm/percpu.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/sembuf.h WRAP arch/sh/include/generated/asm/serial.h WRAP arch/sh/include/generated/asm/shmbuf.h WRAP arch/sh/include/generated/asm/siginfo.h WRAP arch/sh/include/generated/asm/sizes.h WRAP arch/sh/include/generated/asm/socket.h WRAP arch/sh/include/generated/asm/statfs.h WRAP arch/sh/include/generated/asm/termbits.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/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/asn1_compiler HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/lex.lex.c SHIPPED scripts/genksyms/parse.tab.c SHIPPED scripts/genksyms/keywords.hash.c CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s HOSTCC scripts/genksyms/parse.tab.o SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/genksyms/lex.lex.o GEN scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o 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 HOSTLD scripts/genksyms/genksyms :1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] :1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] :1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp] :1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] :1241:2: warning: #warning syscall getrandom not implemented [-Wcpp] :1244:2: warning: #warning syscall memfd_create not implemented [-Wcpp] :1247:2: warning: #warning syscall bpf not implemented [-Wcpp] :1250:2: warning: #warning syscall execveat not implemented [-Wcpp] HOSTLD scripts/mod/modpost 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/init_task.o UPD include/generated/compile.h CC init/version.o HOSTCC usr/gen_init_cpio AS arch/sh/kernel/debugtraps.o CC arch/sh/kernel/dma-nommu.o CC arch/sh/kernel/dumpstack.o CC arch/sh/kernel/idle.o CC arch/sh/kernel/io.o CC arch/sh/mm/alignment.o CC arch/sh/kernel/irq.o CC arch/sh/mm/cache.o CC arch/sh/mm/init.o CC arch/sh/mm/consistent.o CC arch/sh/kernel/kdebugfs.o CC arch/sh/kernel/irq_32.o CC arch/sh/mm/mmap.o CC arch/sh/mm/cache-sh2a.o CC arch/sh/kernel/machvec.o CC arch/sh/kernel/nmi_debug.o CC arch/sh/mm/nommu.o CC arch/sh/mm/extable_32.o CC arch/sh/kernel/process.o CC arch/sh/mm/asids-debugfs.o CC arch/sh/kernel/process_32.o CC arch/sh/mm/uncached.o CC arch/sh/kernel/ptrace.o CC arch/sh/kernel/ptrace_32.o CC arch/sh/kernel/reboot.o CC arch/sh/kernel/return_address.o CC arch/sh/kernel/setup.o CC arch/sh/kernel/signal_32.o CC arch/sh/kernel/sys_sh.o LD arch/sh/boards/built-in.o AS arch/sh/kernel/syscalls_32.o CC arch/sh/kernel/time.o CC arch/sh/kernel/topology.o CC arch/sh/kernel/traps.o CC arch/sh/kernel/traps_32.o CC arch/sh/math-emu/math.o CC arch/sh/kernel/unwinder.o CC arch/sh/kernel/iomap.o CC arch/sh/kernel/sys_sh32.o CC arch/sh/kernel/kgdb.o CC arch/sh/kernel/module.o CC arch/sh/kernel/sh_ksyms_32.o CC arch/sh/kernel/cpu/irq/imask.o GEN usr/initramfs_data.cpio.lz4 AS usr/initramfs_data.o LD usr/built-in.o CC kernel/fork.o CC mm/filemap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/kernel/.tmp_gl_dma-nommu.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file rm: cannot remove 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file or directory /opt/cross/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-sh2a.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache-sh2a.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_cache-sh2a.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_nommu.o mv: cannot stat 'arch/sh/mm/.tmp_mx_nommu.o': No such file or directory /opt/cross/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/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/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/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/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/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_extable_32.o': No such file or directory CC mm/mempool.o CC mm/oom_kill.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_dumpstack.o': No such file or directory AS arch/sh/kernel/cpu/sh2a/ex.o CC fs/open.o AS arch/sh/kernel/cpu/sh2a/entry.o CC arch/sh/kernel/cpu/sh2a/probe.o /opt/cross/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/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/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/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/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/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 /opt/cross/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_alignment.o': No such file or directory arch/sh/kernel/.tmp_gl_nmi_debug.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/.tmp_mx_nmi_debug.o': No such file CC arch/sh/kernel/cpu/sh2a/opcode_helper.o rm: cannot remove 'arch/sh/kernel/.tmp_mx_nmi_debug.o': No such file or directory /opt/cross/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/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/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/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/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/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_idle.o': No such file or directory CC arch/sh/kernel/cpu/sh2a/setup-sh7201.o /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Assembler messages: /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:89: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:208: Warning: overflow in branch to syscall_call; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:347: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:349: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:380: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:383: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence CC arch/sh/kernel/cpu/clock-cpg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) arch/sh/mm/.tmp_gl_asids-debugfs.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_asids-debugfs.o': No such file rm: cannot remove 'arch/sh/mm/.tmp_mx_asids-debugfs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/init.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/init.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_init.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_init.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_init.o mv: cannot stat 'arch/sh/mm/.tmp_mx_init.o': No such file or directory CC arch/sh/kernel/stacktrace.o CC kernel/exec_domain.o CC mm/maccess.o CC mm/page_alloc.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_kgdb.o': No such file or directory CC arch/sh/kernel/kprobes.o /opt/cross/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/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/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/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/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/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 CC mm/page-writeback.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_irq.o': No such file or directory /opt/cross/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/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/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/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/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/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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/opcode_helper.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/opcode_helper.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data ofmv: cannot stat 'arch/sh/kernel/cpu/irq/.tmp_mx_imask.o'fi: No such file or directoryl e arch/sh/kernel/cpu/sh2a/opcode_helper.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/.tmp_mc_opcode_helper.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/.tmp_mc_opcode_helper.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh2a/.tmp_mc_opcode_helper.o mv: cannot stat 'arch/sh/kernel/cpu/sh2a/.tmp_mx_opcode_helper.o': No such file or directory CC arch/sh/kernel/cpu/sh2a/clock-sh7201.o CC arch/sh/kernel/ftrace.o 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] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/probe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/probe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge/home/kisskb/slave/src/arch/sh/math-emu/math.c:92:1: warning: left shift count is negative [enabled by default] target specific data of file arch/sh/kernel/cpu/sh2a/probe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/.tmp_mc_probe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh2a/.tmp_mc_probe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/cpu/sh2a/.tmp_mc_probe.o mv: cannot stat 'arch/sh/kernel/cpu/sh2a/.tmp_mx_probe.o': No such file or directory /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] CC arch/sh/kernel/cpu/init.o /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] /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] /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/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/module.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/module.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/module.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_module.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_module.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_module.o /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] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count is negative [enabled by default] /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] /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] mv: cannot stat 'arch/sh/kernel/.tmp_mx_module.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: 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] /opt/cross/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/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/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/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/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/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 /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] mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps.o': No such file or directory /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] /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/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_signal_32.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_topology.o': No such file or directory CC arch/sh/kernel/cpu/clock.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_unwinder.o': No such file or directory LD arch/sh/kernel/cpu/irq/built-in.o CC fs/read_write.o CC fs/file_table.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_reboot.o': No such file or directory /opt/cross/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/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/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/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/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/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 /opt/cross/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/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/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/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/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/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 /opt/cross/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/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/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/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/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/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 LD arch/sh/kernel/cpu/sh2a/common.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_process.o': No such file or directory CC kernel/panic.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_sys_sh.o': No such file or directory /opt/cross/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/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/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/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/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/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 /opt/cross/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/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/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/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/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/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 CC arch/sh/kernel/disassemble.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps_32.o': No such file or directory CC mm/readahead.o /opt/cross/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/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/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/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/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/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 CC mm/swap.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_io.o': No such file or directory CC kernel/cpu.o CC arch/sh/kernel/cpu/fpu.o CC mm/truncate.o CC arch/sh/kernel/cpu/pfc.o CC arch/sh/kernel/perf_event.o /opt/cross/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/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/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/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/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/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 CC arch/sh/kernel/cpu/proc.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_time.o': No such file or directory CC fs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC ipc/mqueue.o arch/sh/kernel/cpu/sh2a/.tmp_gl_clock-sh7201.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh2a/.tmp_mx_clock-sh7201.o': No such file rm: cannot remove 'arch/sh/kernel/cpu/sh2a/.tmp_mx_clock-sh7201.o': No such file or directory CC fs/char_dev.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace_32.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/cache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/cache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_cache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/mm/.tmp_mc_cache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/mm/.tmp_mc_cache.o mv: cannot stat 'arch/sh/mm/.tmp_mx_cache.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/mm/.tmp_mx_consistent.o': No such file or directory CC fs/stat.o CC fs/exec.o CC arch/sh/kernel/perf_callchain.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_iomap.o': No such file or directory CC ipc/msgutil.o LD arch/sh/kernel/cpu/sh2a/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh2a/clock-sh7201.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'arch/sh/kernel/cpu/sh2a/built-in.o' failed make[4]: *** [arch/sh/kernel/cpu/sh2a/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'arch/sh/kernel/cpu/sh2a' failed make[3]: *** [arch/sh/kernel/cpu/sh2a] Error 2 make[3]: *** Waiting for unfinished jobs.... CC arch/sh/kernel/hw_breakpoint.o CC fs/pipe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) init/.tmp_gl_main.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'init/.tmp_mx_main.o': No such file rm: cannot remove 'init/.tmp_mx_main.o': No such file or directory AS arch/sh/kernel/head_32.o CC security/keys/gc.o CC security/commoncap.o CC security/device_cgroup.o /opt/cross/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/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/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/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/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/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_stacktrace.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_process_32.o': No such file or directory LDS arch/sh/kernel/vmlinux.lds /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_setup.o': No such file or directory CC kernel/exit.o CC fs/namei.o CC crypto/api.o CC crypto/cipher.o CC kernel/softirq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/disassemble.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/disassemble.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/disassemble.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_disassemble.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_disassemble.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_disassemble.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_disassemble.o': No such file or directory LD arch/sh/mm/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/cache-sh2a.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/asids-debugfs.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: 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:945: recipe for target 'arch/sh/mm' failed make[1]: *** [arch/sh/mm] Error 2 make[1]: *** Waiting for unfinished jobs.... CC crypto/compress.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/kprobes.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/kprobes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldkernel/exec_domain.o: compiled for a big endian system and target is little endian: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fkernel/exec_domain.o: uses instructions which are incompatible with instructions used in previous modulesa i/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldl:e df atiol emde rtgoe mtearrggee tt asrpgeecti fsipce cdiaftiac odfa tfai loef arch/sh/kernel/kprobes.of i/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: larch/sh/kernel/.tmp_mc_kprobes.o: compiled for a big endian system and target is little endiane /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/exec_domain.oarch/sh/kernel/.tmp_mc_kprobes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldkernel/.tmp_mc_exec_domain.o: compiled for a big endian system and target is little endian: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fkernel/.tmp_mc_exec_domain.o: uses instructions which are incompatible with instructions used in previous modulesa i/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldl:e df atiol emde rtgoe mtearrggee tt asrpgeecti fsipce cdiaftiac odfa tfai loef arch/sh/kernel/.tmp_mc_kprobes.of ile kernel/.tmp_mc_exec_domain.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_kprobes.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_exec_domain.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_fpu.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_init.o': No such file or directory CC kernel/resource.o CC fs/fcntl.o CC mm/vmscan.o CC fs/ioctl.o CC fs/readdir.o CC ipc/namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/maccess.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/maccess.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/maccess.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_maccess.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_maccess.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_maccess.o mv: cannot stat 'mm/.tmp_mx_maccess.o': No such file or directory CC crypto/memneq.o CC mm/shmem.o CC mm/util.o CC crypto/crypto_wq.o CC crypto/fips.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/msgutil.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/msgutil.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file ipc/msgutil.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_msgutil.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_msgutil.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file ipc/.tmp_mc_msgutil.o mv: cannot stat 'ipc/.tmp_mx_msgutil.o': No such file or directory CC fs/select.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_callchain.o': No such file or directory CC mm/mmzone.o /opt/cross/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/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/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/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/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/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 /opt/cross/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/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/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/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/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/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 CC mm/vmstat.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_proc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/gc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/gc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/gc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_gc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_gc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_gc.o mv: cannot stat 'security/keys/.tmp_mx_gc.o': No such file or directory LD arch/sh/math-emu/built-in.o CC mm/backing-dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/cipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_cipher.o mv: cannot stat 'crypto/.tmp_mx_cipher.o': No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'arch/sh/kernel/cpu' failed make[2]: *** [arch/sh/kernel/cpu] Error 2 make[2]: *** Waiting for unfinished jobs.... CC mm/mm_init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mempool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mempool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/mempool.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mempool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mempool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_mempool.o mv: cannot stat 'mm/.tmp_mx_mempool.o': No such file or directory CC security/keys/key.o /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_hw_breakpoint.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/device_cgroup.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/device_cgroup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/device_cgroup.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.tmp_mc_device_cgroup.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.tmp_mc_device_cgroup.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/.tmp_mc_device_cgroup.o mv: cannot stat 'security/.tmp_mx_device_cgroup.o': No such file or directory CC mm/mmu_context.o LD init/mounts.o LD init/built-in.o /opt/cross/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:337: recipe for target 'init/built-in.o' failed make[2]: *** [init/built-in.o] Error 1 /home/kisskb/slave/src/Makefile:945: recipe for target 'init' failed make[1]: *** [init] Error 2 CC mm/percpu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/panic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/panic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/panic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_panic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_panic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_panic.o mv: cannot stat 'kernel/.tmp_mx_panic.o': No such file or directory CC mm/slab_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/commoncap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/commoncap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/commoncap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.tmp_mc_commoncap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.tmp_mc_commoncap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/.tmp_mc_commoncap.o mv: cannot stat 'security/.tmp_mx_commoncap.o': No such file or directory /opt/cross/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/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/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/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/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/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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_event.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_oom_kill.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_oom_kill.o': No such file rm: cannot remove 'mm/.tmp_mx_oom_kill.o': No such file or directory CC mm/compaction.o CC kernel/sysctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mmzone.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mmzone.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/mmzone.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mmzone.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mmzone.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_mmzone.o mv: cannot stat 'mm/.tmp_mx_mmzone.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/compress.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/compress.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/compress.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_compress.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_compress.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_compress.o CC mm/vmacache.o mv: cannot stat 'crypto/.tmp_mx_compress.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/namespace.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/namespace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file ipc/namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_namespace.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_namespace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file ipc/.tmp_mc_namespace.o mv: cannot stat 'ipc/.tmp_mx_namespace.o': No such file or directory /home/kisskb/slave/src/Makefile:945: recipe for target 'arch/sh/kernel' failed make[1]: *** [arch/sh/kernel] Error 2 CC crypto/algapi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/char_dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/char_dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/char_dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_char_dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_char_dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_char_dev.o CC crypto/scatterwalk.o mv: cannot stat 'fs/.tmp_mx_char_dev.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/file_table.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/file_table.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/file_table.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_file_table.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_file_table.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_file_table.o mv: cannot stat 'fs/.tmp_mx_file_table.o': No such file or directory CC security/keys/keyring.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/open.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/open.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/open.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_open.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_open.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_open.o mv: cannot stat 'fs/.tmp_mx_open.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/stat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/stat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/stat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_stat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_stat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_stat.o mv: cannot stat 'fs/.tmp_mx_stat.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_filemap.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_filemap.o': No such file rm: cannot remove 'mm/.tmp_mx_filemap.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/api.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/api.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/api.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_api.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_api.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_api.o mv: cannot stat 'crypto/.tmp_mx_api.o': No such file or directory CC crypto/proc.o /home/kisskb/slave/src/mm/page_alloc.c: In function 'free_area_init_nodes': /home/kisskb/slave/src/mm/page_alloc.c:5780:34: warning: array subscript is below array bounds [-Warray-bounds] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) ipc/.tmp_gl_mqueue.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'ipc/.tmp_mx_mqueue.o': No such file rm: cannot remove 'ipc/.tmp_mx_mqueue.o': No such file or directory CC mm/interval_tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/read_write.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/read_write.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/read_write.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_read_write.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_read_write.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_read_write.o mv: cannot stat 'fs/.tmp_mx_read_write.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/super.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/super.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_super.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_super.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_super.o mv: cannot stat 'fs/.tmp_mx_super.o': No such file or directory CC fs/dcache.o CC mm/list_lru.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_fips.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_fips.o': No such file rm: cannot remove 'crypto/.tmp_mx_fips.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/memneq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/memneq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/memneq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_memneq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_memneq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_memneq.o mv: cannot stat 'crypto/.tmp_mx_memneq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/cpu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/cpu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/cpu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_cpu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_cpu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_cpu.o mv: cannot stat 'kernel/.tmp_mx_cpu.o': No such file or directory CC mm/workingset.o CC mm/debug.o CC crypto/aead.o CC crypto/ablkcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/truncate.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/truncate.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/truncate.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_truncate.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_truncate.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_truncate.o mv: cannot stat 'mm/.tmp_mx_truncate.o': No such file or directory CC fs/inode.o LD ipc/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find ipc/mqueue.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/readdir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/readdir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/readdir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_readdir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_readdir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_readdir.o /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'ipc/built-in.o' failed make[2]: *** [ipc/built-in.o] Error 1 CC kernel/sysctl_binary.o /home/kisskb/slave/src/Makefile:945: recipe for target 'ipc' failed make[1]: *** [ipc] Error 2 mv: cannot stat 'fs/.tmp_mx_readdir.o': No such file or directory CC security/keys/keyctl.o CC crypto/blkcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page-writeback.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page-writeback.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/page-writeback.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page-writeback.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page-writeback.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_page-writeback.o mv: cannot stat 'mm/.tmp_mx_page-writeback.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/readahead.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/readahead.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/readahead.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_readahead.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_readahead.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_readahead.o mv: cannot stat 'mm/.tmp_mx_readahead.o': No such file or directory CC security/keys/permission.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/resource.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/resource.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/resource.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_resource.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_resource.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_resource.o mv: cannot stat 'kernel/.tmp_mx_resource.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/.tmp_gl_fork.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_fork.o': No such file rm: cannot remove 'kernel/.tmp_mx_fork.o': No such file or directory CC crypto/chainiv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/shmem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/shmem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/shmem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_shmem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_shmem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_shmem.o mv: cannot stat 'mm/.tmp_mx_shmem.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/softirq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/softirq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/softirq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_softirq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_softirq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_softirq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_ioctl.o mv: cannot stat 'kernel/.tmp_mx_softirq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'fs/.tmp_mx_ioctl.o': No such file or directory mm/.tmp_gl_swap.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_swap.o': No such file rm: cannot remove 'mm/.tmp_mx_swap.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmacache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmacache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/vmacache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmacache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmacache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_vmacache.o mv: cannot stat 'mm/.tmp_mx_vmacache.o': No such file or directory CC crypto/eseqiv.o CC crypto/seqiv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mmu_context.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/mmu_context.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/mmu_context.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mmu_context.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_mmu_context.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_mmu_context.o CC security/keys/process_keys.o mv: cannot stat 'mm/.tmp_mx_mmu_context.o': No such file or directory CC crypto/ahash.o CC crypto/shash.o CC security/keys/request_key.o CC mm/nommu.o CC mm/init-mm.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/pipe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/pipe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/pipe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_pipe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_pipe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_pipe.o mv: cannot stat 'fs/.tmp_mx_pipe.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/util.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/util.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_util.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_util.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_util.o mv: cannot stat 'mm/.tmp_mx_util.o': No such file or directory CC kernel/capability.o CC mm/bootmem.o CC security/keys/request_key_auth.o CC mm/fadvise.o CC kernel/ptrace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_key.o mv: cannot stat 'security/keys/.tmp_mx_key.o': No such file or directory CC kernel/user.o CC kernel/signal.o CC fs/attr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/interval_tree.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/interval_tree.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/interval_tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_interval_tree.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_interval_tree.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_interval_tree.o mv: cannot stat 'mm/.tmp_mx_interval_tree.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmstat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmstat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/vmstat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmstat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmstat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_vmstat.o mv: cannot stat 'mm/.tmp_mx_vmstat.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_proc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_proc.o': No such file rm: cannot remove 'crypto/.tmp_mx_proc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fcntl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fcntl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fcntl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fcntl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fcntl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_fcntl.o CC security/keys/user_defined.o mv: cannot stat 'fs/.tmp_mx_fcntl.o': No such file or directory CC mm/memblock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/.tmp_gl_exec.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_exec.o': No such file CC mm/dmapool.o rm: cannot remove 'fs/.tmp_mx_exec.o': No such file or directory CC mm/sparse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/backing-dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/backing-dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/backing-dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_backing-dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_backing-dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_backing-dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/workingset.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/workingset.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/workingset.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_workingset.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_workingset.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_workingset.o mv: cannot stat 'mm/.tmp_mx_backing-dev.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_workingset.o': No such file or directory CC crypto/pcompress.o CC security/keys/proc.o CC fs/bad_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/request_key_auth.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/request_key_auth.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/request_key_auth.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_request_key_auth.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_request_key_auth.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_request_key_auth.o mv: cannot stat 'security/keys/.tmp_mx_request_key_auth.o': No such file or directory CC mm/slab.o CC crypto/akcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/keyring.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/keyring.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/keyring.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_keyring.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_keyring.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_keyring.o mv: cannot stat 'security/keys/.tmp_mx_keyring.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_eseqiv.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_eseqiv.o': No such file rm: cannot remove 'crypto/.tmp_mx_eseqiv.o': No such file or directory CC security/keys/persistent.o CC mm/memtest.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/process_keys.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/process_keys.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/process_keys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_process_keys.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_process_keys.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_process_keys.o mv: cannot stat 'security/keys/.tmp_mx_process_keys.o': No such file or directory CC fs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/list_lru.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/list_lru.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/list_lru.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_list_lru.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_list_lru.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_list_lru.o mv: cannot stat 'mm/.tmp_mx_list_lru.o': No such file or directory CC fs/filesystems.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_percpu.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_percpu.o': No such file rm: cannot remove 'mm/.tmp_mx_percpu.o': No such file or directory LD security/keys/encrypted-keys/built-in.o CC [M] security/keys/encrypted-keys/encrypted.o CC mm/quicklist.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/keyctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/keyctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/keyctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_keyctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_keyctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_keyctl.o mv: cannot stat 'security/keys/.tmp_mx_keyctl.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/fadvise.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/fadvise.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/fadvise.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_fadvise.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_fadvise.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_fadvise.o mv: cannot stat 'mm/.tmp_mx_fadvise.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/.tmp_gl_exit.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_exit.o': No such file rm: cannot remove 'kernel/.tmp_mx_exit.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_page_alloc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sysctl_binary.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sysctl_binary.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sysctl_binary.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sysctl_binary.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sysctl_binary.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_sysctl_binary.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_page_alloc.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'kernel/.tmp_mx_sysctl_binary.o': No such file or directory rm: cannot remove 'mm/.tmp_mx_page_alloc.o': No such file or directory CC mm/page_counter.o CC fs/namespace.o crypto/.tmp_gl_chainiv.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_chainiv.o': No such file rm: cannot remove 'crypto/.tmp_mx_chainiv.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/scatterwalk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/scatterwalk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/scatterwalk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_scatterwalk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_scatterwalk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_scatterwalk.o mv: cannot stat 'crypto/.tmp_mx_scatterwalk.o': No such file or directory CC crypto/algboss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_seqiv.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_seqiv.o': No such file rm: cannot remove 'crypto/.tmp_mx_seqiv.o': No such file or directory CC fs/seq_file.o CC fs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/permission.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/permission.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/permission.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_permission.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_permission.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_permission.o mv: cannot stat 'security/keys/.tmp_mx_permission.o': No such file or directory CC mm/memcontrol.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_debug.o mv: cannot stat 'mm/.tmp_mx_debug.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/select.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/select.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/select.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_select.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_select.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_select.o mv: cannot stat 'fs/.tmp_mx_select.o': No such file or directory CC fs/libfs.o CC mm/vmpressure.o CC [M] security/keys/encrypted-keys/ecryptfs_format.o CC crypto/testmgr.o CC crypto/cmac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) security/keys/.tmp_gl_proc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/persistent.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/persistent.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge targe/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: t'security/keys/.tmp_mx_proc.o': No such file specific data of file security/keys/persistent.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_persistent.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_persistent.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_persistent.o rm: cannot remove 'security/keys/.tmp_mx_proc.o': No such file or directory mv: cannot stat 'security/keys/.tmp_mx_persistent.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/quicklist.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/quicklist.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/quicklist.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_quicklist.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_quicklist.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_quicklist.o fs/.tmp_gl_namei.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_namei.o': No such file mv: cannot stat 'mm/.tmp_mx_quicklist.o': No such file or directory rm: cannot remove 'fs/.tmp_mx_namei.o': No such file or directory CC kernel/sys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/slab_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/slab_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/slab_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_slab_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_slab_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_slab_common.o mv: cannot stat 'mm/.tmp_mx_slab_common.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/request_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/request_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/request_key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_request_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_request_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_request_key.o mv: cannot stat 'security/keys/.tmp_mx_request_key.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/attr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/attr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/attr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_attr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_attr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_attr.o mv: cannot stat 'fs/.tmp_mx_attr.o': No such file or directory CC crypto/hmac.o CC fs/fs-writeback.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/blkcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/blkcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/blkcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_blkcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_blkcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_blkcipher.o CC fs/pnode.o mv: cannot stat 'crypto/.tmp_mx_blkcipher.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/algapi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/algapi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/algapi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_algapi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_algapi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_algapi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/user.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/user.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_user.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_user.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_user.o mv: cannot stat 'kernel/.tmp_mx_user.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_algapi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/ahash.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/ahash.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/ahash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_ahash.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_ahash.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_ahash.o mv: cannot stat 'crypto/.tmp_mx_ahash.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_vmscan.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_vmscan.o': No such file rm: cannot remove 'mm/.tmp_mx_vmscan.o': No such file or directory CC kernel/kmod.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/dmapool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/dmapool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/dmapool.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_dmapool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_dmapool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_dmapool.o mv: cannot stat 'mm/.tmp_mx_dmapool.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/user_defined.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/user_defined.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/user_defined.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_user_defined.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/.tmp_mc_user_defined.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/.tmp_mc_user_defined.o mv: cannot stat 'security/keys/.tmp_mx_user_defined.o': No such file or directory CC crypto/vmac.o CC crypto/crypto_null.o CC mm/kmemleak.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sysctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sysctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sysctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sysctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sysctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_sysctl.o CC mm/zpool.o mv: cannot stat 'kernel/.tmp_mx_sysctl.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/ablkcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/ablkcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/ablkcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_ablkcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_ablkcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_ablkcipher.o mv: cannot stat 'crypto/.tmp_mx_ablkcipher.o': No such file or directory CC mm/balloon_compaction.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_counter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_counter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/page_counter.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_counter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_counter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_page_counter.o mv: cannot stat 'mm/.tmp_mx_page_counter.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/capability.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/capability.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/capability.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_capability.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_capability.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_capability.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_inode.o mv: cannot stat 'kernel/.tmp_mx_capability.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_inode.o': No such file or directory CC crypto/rmd128.o CC crypto/rmd256.o CC kernel/workqueue.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/sparse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/sparse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/sparse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_sparse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_sparse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_sparse.o mv: cannot stat 'mm/.tmp_mx_sparse.o': No such file or directory CC crypto/sha256_generic.o CC crypto/sha512_generic.o CC fs/splice.o CC fs/sync.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/bad_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/bad_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/bad_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_bad_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_bad_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_bad_inode.o mv: cannot stat 'fs/.tmp_mx_bad_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/.tmp_gl_dcache.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_dcache.o': No such file rm: cannot remove 'fs/.tmp_mx_dcache.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_algboss.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_algboss.o': No such file rm: cannot remove 'crypto/.tmp_mx_algboss.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/shash.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/shash.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/shash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_shash.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_shash.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_shash.o mv: cannot stat 'crypto/.tmp_mx_shash.o': No such file or directory CC mm/page_ext.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_nommu.o mv: cannot stat 'mm/.tmp_mx_nommu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/ptrace.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/ptrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/ptrace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_ptrace.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_ptrace.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_ptrace.o mv: cannot stat 'kernel/.tmp_mx_ptrace.o': No such file or directory CC [M] mm/kmemleak-test.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/bootmem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/bootmem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/bootmem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_bootmem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_bootmem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_bootmem.o mv: cannot stat 'mm/.tmp_mx_bootmem.o': No such file or directory CC fs/utimes.o CC crypto/wp512.o LD security/keys/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find security/keys/proc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/aead.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/aead.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/aead.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_aead.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_aead.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_aead.o /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'security/keys/built-in.o' failed make[3]: *** [security/keys/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv: cannot stat 'crypto/.tmp_mx_aead.o': No such file or directory CC kernel/pid.o CC fs/stack.o CC kernel/task_work.o CC crypto/gf128mul.o CC crypto/cbc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_cmac.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cmac.o': No such file rm: cannot remove 'crypto/.tmp_mx_cmac.o': No such file or directory CC crypto/cts.o CC crypto/xts.o CC kernel/extable.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/pnode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/pnode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/pnode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_pnode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_pnode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_pnode.o mv: cannot stat 'fs/.tmp_mx_pnode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmpressure.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/vmpressure.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/vmpressure.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmpressure.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_vmpressure.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_vmpressure.o mv: cannot stat 'mm/.tmp_mx_vmpressure.o': No such file or directory CC crypto/ctr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/akcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/akcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/akcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_akcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_akcipher.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_akcipher.o mv: cannot stat 'crypto/.tmp_mx_akcipher.o': No such file or directory CC crypto/chacha20poly1305.o CC crypto/mcryptd.o CC fs/fs_struct.o CC fs/statfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_hmac.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_hmac.o': No such file rm: cannot remove 'crypto/.tmp_mx_hmac.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/pcompress.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/pcompress.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/pcompress.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_pcompress.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_pcompress.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_pcompress.o mv: cannot stat 'crypto/.tmp_mx_pcompress.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/encrypted-keys/ecryptfs_format.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/encrypted-keys/ecryptfs_format.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/encrypted-keys/ecryptfs_format.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/encrypted-keys/.tmp_mc_ecryptfs_format.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/keys/encrypted-keys/.tmp_mc_ecryptfs_format.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file security/keys/encrypted-keys/.tmp_mc_ecryptfs_format.o mv: cannot stat 'security/keys/encrypted-keys/.tmp_mx_ecryptfs_format.o': No such file or directory CC kernel/params.o CC kernel/kthread.o CC crypto/fcrypt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) security/keys/encrypted-keys/.tmp_gl_encrypted.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'security/keys/encrypted-keys/.tmp_mx_encrypted.o': No such file rm: cannot remove 'security/keys/encrypted-keys/.tmp_mx_encrypted.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_rmd256.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_rmd256.o': No such file rm: cannot remove 'crypto/.tmp_mx_rmd256.o': No such file or directory CC crypto/serpent_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/balloon_compaction.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/balloon_compaction.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/balloon_compaction.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_balloon_compaction.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_balloon_compaction.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_balloon_compaction.o mv: cannot stat 'mm/.tmp_mx_balloon_compaction.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_rmd128.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/task_work.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/task_work.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/task_work.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_task_work.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_task_work.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_task_work.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_rmd128.o': No such file mv: cannot stat 'kernel/.tmp_mx_task_work.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_rmd128.o': No such file or directory LD [M] security/keys/encrypted-keys/encrypted-keys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find security/keys/encrypted-keys/encrypted.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:391: recipe for target 'security/keys/encrypted-keys/encrypted-keys.o' failed make[4]: *** [security/keys/encrypted-keys/encrypted-keys.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'security/keys/encrypted-keys' failed make[3]: *** [security/keys/encrypted-keys] Error 2 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'security/keys' failed make[2]: *** [security/keys] Error 2 /home/kisskb/slave/src/Makefile:945: recipe for target 'security' failed make[1]: *** [security] Error 2 CC crypto/aes_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/seq_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/seq_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/seq_file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_seq_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_seq_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_seq_file.o mv: cannot stat 'fs/.tmp_mx_seq_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/filesystems.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/filesystems.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/filesystems.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_filesystems.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_filesystems.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_filesystems.o mv: cannot stat 'fs/.tmp_mx_filesystems.o': No such file or directory CC kernel/sys_ni.o CC crypto/cast_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/zpool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/zpool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/zpool.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_zpool.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_zpool.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_zpool.o CC crypto/cast5_generic.o mv: cannot stat 'mm/.tmp_mx_zpool.o': No such file or directory CC fs/fs_pin.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_ext.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_ext.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/page_ext.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_ext.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_ext.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mm/.tmp_mc_page_ext.o mv: cannot stat 'mm/.tmp_mx_page_ext.o': No such file or directory CC crypto/cast6_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/utimes.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/utimes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/utimes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_utimes.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_utimes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_utimes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/libfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/libfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/libfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_libfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_libfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_libfs.o mv: cannot stat 'fs/.tmp_mx_utimes.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_libfs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sys_ni.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sys_ni.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sys_ni.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sys_ni.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sys_ni.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_sys_ni.o mv: cannot stat 'kernel/.tmp_mx_sys_ni.o': No such file or directory CC kernel/nsproxy.o CC kernel/notifier.o CC kernel/ksysfs.o CC kernel/cred.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_vmac.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_vmac.o': No such file rm: cannot remove 'crypto/.tmp_mx_vmac.o': No such file or directory CC fs/nsfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_file.o mv: cannot stat 'fs/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/stack.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/stack.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/stack.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_stack.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_stack.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_stack.o mv: cannot stat 'fs/.tmp_mx_stack.o': No such file or directory CC fs/no-block.o CC fs/proc_namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_cbc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cbc.o': No such file rm: cannot remove 'crypto/.tmp_mx_cbc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/crypto_null.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/crypto_null.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/crypto_null.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_crypto_null.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_crypto_null.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_crypto_null.o mv: cannot stat 'crypto/.tmp_mx_crypto_null.o': No such file or directory CC kernel/reboot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/extable.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/extable.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/extable.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_extable.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_extable.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_extable.o mv: cannot stat 'kernel/.tmp_mx_extable.o': No such file or directory CC kernel/async.o CC crypto/tea.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC crypto/anubis.o crypto/.tmp_gl_fcrypt.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_fcrypt.o': No such file rm: cannot remove 'crypto/.tmp_mx_fcrypt.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_ctr.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_ctr.o': No such file rm: cannot remove 'crypto/.tmp_mx_ctr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_wp512.o: file not recognized: File truncated CC crypto/seed.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_wp512.o': No such file rm: cannot remove 'crypto/.tmp_mx_wp512.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/xattr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/xattr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_xattr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_xattr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_xattr.o mv: cannot stat 'fs/.tmp_mx_xattr.o': No such file or directory LD fs/autofs4/built-in.o CC [M] fs/autofs4/init.o CC kernel/range.o CC kernel/smpboot.o CC kernel/groups.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sync.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sync.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/sync.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_sync.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_sync.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_sync.o mv: cannot stat 'fs/.tmp_mx_sync.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_cts.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cts.o': No such file rm: cannot remove 'crypto/.tmp_mx_cts.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_chacha20poly1305.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_chacha20poly1305.o': No such file rm: cannot remove 'crypto/.tmp_mx_chacha20poly1305.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs_pin.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs_pin.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fs_pin.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs_pin.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs_pin.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_fs_pin.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/range.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/range.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/range.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_range.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_range.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_range.o mv: cannot stat 'fs/.tmp_mx_fs_pin.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_range.o': No such file or directory CC fs/debugfs/inode.o CC kernel/bpf/core.o CC crypto/chacha20_generic.o LD fs/devpts/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/xts.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/xts.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/xts.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_xts.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_xts.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_xts.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nsfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nsfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/nsfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_nsfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_nsfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_nsfs.o mv: cannot stat 'crypto/.tmp_mx_xts.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_nsfs.o': No such file or directory CC crypto/poly1305_generic.o LD fs/exofs/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/.tmp_gl_namespace.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_namespace.o': No such file rm: cannot remove 'fs/.tmp_mx_namespace.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/signal.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/signal.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/signal.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_signal.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_signal.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_signal.o mv: cannot stat 'kernel/.tmp_mx_signal.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/gf128mul.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/gf128mul.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/gf128mul.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_gf128mul.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_gf128mul.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_gf128mul.o mv: cannot stat 'crypto/.tmp_mx_gf128mul.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/sha512_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/sha512_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/sha512_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_sha512_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_sha512_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_sha512_generic.o CC crypto/deflate.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'crypto/.tmp_mx_sha512_generic.o': No such file or directory mm/.tmp_gl_kmemleak.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_kmemleak.o': No such file rm: cannot remove 'mm/.tmp_mx_kmemleak.o': No such file or directory CC fs/fscache/cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC crypto/zlib.o fs/.tmp_gl_no-block.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_no-block.o': No such file rm: cannot remove 'fs/.tmp_mx_no-block.o': No such file or directory LD fs/fuse/built-in.o CC [M] fs/fuse/dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sys.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sys.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sys.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_sys.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_sys.o mv: cannot stat 'kernel/.tmp_mx_sys.o': No such file or directory CC [M] fs/fuse/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/sha256_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/sha256_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/sha256_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_sha256_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_sha256_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_sha256_generic.o mv: cannot stat 'crypto/.tmp_mx_sha256_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/kmod.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/kmod.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/kmod.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_kmod.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_kmod.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_kmod.o mv: cannot stat 'kernel/.tmp_mx_kmod.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs_struct.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs_struct.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fs_struct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs_struct.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs_struct.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_fs_struct.o mv: cannot stat 'fs/.tmp_mx_fs_struct.o': No such file or directory CC [M] fs/fuse/file.o CC crypto/crc32c_generic.o CC fs/debugfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/params.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/params.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/params.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_params.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_params.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_params.o CC crypto/crct10dif_common.o mv: cannot stat 'kernel/.tmp_mx_params.o': No such file or directory CC fs/kernfs/mount.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cast5_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cast5_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/cast5_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cast5_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cast5_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_cast5_generic.o mv: cannot stat 'crypto/.tmp_mx_cast5_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/autofs4/.tmp_gl_init.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/autofs4/.tmp_mx_init.o': No such file rm: cannot remove 'fs/autofs4/.tmp_mx_init.o': No such file or directory CC fs/ncpfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/testmgr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/testmgr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/testmgr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_testmgr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_testmgr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_testmgr.o mv: cannot stat 'crypto/.tmp_mx_testmgr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/statfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/statfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/statfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_statfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_statfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_statfs.o mv: cannot stat 'fs/.tmp_mx_statfs.o': No such file or directory CC kernel/debug/debug_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/.tmp_gl_proc_namespace.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_proc_namespace.o': No such file rm: cannot remove 'fs/.tmp_mx_proc_namespace.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/pid.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/pid.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/pid.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_pid.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_pid.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_pid.o mv: cannot stat 'kernel/.tmp_mx_pid.o': No such file or directory CC fs/notify/fsnotify.o CC fs/nls/nls_base.o CC kernel/gcov/base.o CC crypto/crct10dif_generic.o CC kernel/irq/irqdesc.o CC kernel/events/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/notifier.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/notifier.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/notifier.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_notifier.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_notifier.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_notifier.o mv: cannot stat 'kernel/.tmp_mx_notifier.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/.tmp_gl_ksysfs.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_ksysfs.o': No such file rm: cannot remove 'kernel/.tmp_mx_ksysfs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/nsproxy.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/nsproxy.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/nsproxy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_nsproxy.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_nsproxy.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge targe CC [M] fs/autofs4/inode.o t specific data of file kernel/.tmp_mc_nsproxy.o mv: cannot stat 'kernel/.tmp_mx_nsproxy.o': No such file or directory CC kernel/irq/handle.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_anubis.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_anubis.o': No such file rm: cannot remove 'crypto/.tmp_mx_anubis.o': No such file or directory CC fs/notify/notification.o CC kernel/gcov/fs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cast6_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/cast6_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/cast6_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cast6_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_cast6_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_cast6_generic.o mv: cannot stat 'crypto/.tmp_mx_cast6_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/kthread.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/kthread.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/kthread.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_kthread.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_kthread.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_kthread.o mv: cannot stat 'kernel/.tmp_mx_kthread.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_seed.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_seed.o': No such file rm: cannot remove 'crypto/.tmp_mx_seed.o': No such file or directory CC fs/ncpfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_tea.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_tea.o': No such file rm: cannot remove 'crypto/.tmp_mx_tea.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/async.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/async.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/async.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_async.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_async.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_async.o CC crypto/rng.o mv: cannot stat 'kernel/.tmp_mx_async.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/.tmp_gl_splice.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_splice.o': No such file LD kernel/livepatch/built-in.o rm: cannot remove 'fs/.tmp_mx_splice.o': No such file or directory CC crypto/drbg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/smpboot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/smpboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/smpboot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_smpboot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_smpboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_smpboot.o mv: cannot stat 'kernel/.tmp_mx_smpboot.o': No such file or directory CC crypto/jitterentropy.o CC crypto/jitterentropy-kcapi.o CC fs/fscache/cookie.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/mcryptd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/mcryptd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/mcryptd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_mcryptd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_mcryptd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_mcryptd.o mv: cannot stat 'crypto/.tmp_mx_mcryptd.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mm/.tmp_gl_slab.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_slab.o': No such file rm: cannot remove 'mm/.tmp_mx_slab.o': No such file or directory CC fs/fscache/fsdef.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/jitterentropy.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/jitterentropy.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific CC fs/fscache/main.o data of file crypto/jitterentropy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_jitterentropy.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_jitterentropy.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_jitterentropy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'crypto/.tmp_mx_jitterentropy.o': No such file or directory crypto/.tmp_gl_chacha20_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_chacha20_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_chacha20_generic.o': No such file or directory CC crypto/ghash-generic.o CC kernel/gcov/gcc_4_7.o CC fs/fscache/netfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_deflate.o: file not recognized: File truncated crypto/.tmp_gl_poly1305_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_deflate.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_poly1305_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_deflate.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_poly1305_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs-writeback.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fs-writeback.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fs-writeback.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs-writeback.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fs-writeback.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_fs-writeback.o mv: cannot stat 'fs/.tmp_mx_fs-writeback.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/aes_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/aes_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/aes_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_aes_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_aes_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_aes_generic.o mv: cannot stat 'crypto/.tmp_mx_aes_generic.o': No such file or directory LD fs/quota/built-in.o CC fs/proc/nommu.o CC kernel/debug/gdbstub.o CC fs/ramfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_crc32c_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_crc32c_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_crc32c_generic.o': No such file or directory CC fs/tracefs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/serpent_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/serpent_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/serpent_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_serpent_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_serpent_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_serpent_generic.o mv: cannot stat 'crypto/.tmp_mx_serpent_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/mount.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/mount.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/mount.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_mount.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_mount.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/.tmp_mc_mount.o CC fs/nls/nls_cp852.o mv: cannot stat 'fs/kernfs/.tmp_mx_mount.o': No such file or directory CC [M] fs/fuse/inode.o CC [M] fs/fuse/control.o CC fs/anon_inodes.o CC fs/fscache/object.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_zlib.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_zlib.o': No such file rm: cannot remove 'crypto/.tmp_mx_zlib.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/crct10dif_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/crct10dif_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/crct10dif_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_crct10dif_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_crct10dif_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_crct10dif_common.o mv: cannot stat 'crypto/.tmp_mx_crct10dif_common.o': No such file or directory CC fs/fscache/operation.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/reboot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/reboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/reboot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_reboot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_reboot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_reboot.o CC kernel/irq/manage.o CC kernel/irq/spurious.o mv: cannot stat 'kernel/.tmp_mx_reboot.o': No such file or directory CC crypto/af_alg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/cred.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/cred.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/cred.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_cred.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_cred.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_cred.o mv: cannot stat 'kernel/.tmp_mx_cred.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/groups.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/groups.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/groups.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_groups.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_groups.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_groups.o mv: cannot stat 'kernel/.tmp_mx_groups.o': No such file or directory CC fs/kernfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_crct10dif_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_crct10dif_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_crct10dif_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/debugfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/debugfs/.tmp_mc_inode.o mv: cannot stat 'fs/debugfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/jitterentropy-kcapi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/jitterentropy-kcapi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/jitterentropy-kcapi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_jitterentropy-kcapi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_jitterentropy-kcapi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_jitterentropy-kcapi.o mv: cannot stat 'crypto/.tmp_mx_jitterentropy-kcapi.o': No such file or directory CC fs/fscache/page.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nls/nls_base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nls/nls_base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/nls/nls_base.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nls/.tmp_mc_nls_base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nls/.tmp_mc_nls_base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/nls/.tmp_mc_nls_base.o mv: cannot stat 'fs/nls/.tmp_mx_nls_base.o': No such file or directory CC fs/fscache/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_dir.o mv: cannot stat 'fs/ncpfs/.tmp_mx_dir.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/.tmp_mc_inode.o mv: cannot stat 'fs/autofs4/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/.tmp_mc_dir.o mv: cannot stat 'fs/fuse/.tmp_mx_dir.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/fs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/fs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/fs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_fs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_fs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/.tmp_mc_fs.o mv: cannot stat 'kernel/gcov/.tmp_mx_fs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/base.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/.tmp_mc_base.o mv: cannot stat 'kernel/gcov/.tmp_mx_base.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/bpf/core.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/bpf/core.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/bpf/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/bpf/.tmp_mc_core.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/bpf/.tmp_mc_core.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/bpf/.tmp_mc_core.o CC [M] fs/autofs4/root.o mv: cannot stat 'kernel/bpf/.tmp_mx_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/.tmp_gl_workqueue.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_workqueue.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/irqdesc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/irqdesc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/irqdesc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_irqdesc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_irqdesc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_irqdesc.o rm: cannot remove 'kernel/.tmp_mx_workqueue.o': No such file or directory mv: cannot stat 'kernel/irq/.tmp_mx_irqdesc.o': No such file or directory CC [M] fs/autofs4/symlink.o CC crypto/algif_hash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/gcc_4_7.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/gcc_4_7.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/gcc_4_7.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_gcc_4_7.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_gcc_4_7.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/gcov/.tmp_mc_gcc_4_7.o mv: cannot stat 'kernel/gcov/.tmp_mx_gcc_4_7.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/notification.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/notification.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/notification.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_notification.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_notification.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_notification.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'fs/notify/.tmp_mx_notification.o': No such file or directory CC [M] fs/autofs4/waitq.o mm/.tmp_gl_memcontrol.o: file not recognized: File truncated CC fs/notify/group.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_memcontrol.o': No such file rm: cannot remove 'mm/.tmp_mx_memcontrol.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/handle.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/handle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/handle.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_handle.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_handle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_handle.o mv: cannot stat 'kernel/irq/.tmp_mx_handle.o': No such file or directory crypto/.tmp_gl_ghash-generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_ghash-generic.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/tracefs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/tracefs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/tracefs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/tracefs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/tracefs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/tracefs/.tmp_mc_inode.o rm: cannot remove 'crypto/.tmp_mx_ghash-generic.o': No such file or directory mv: cannot stat 'fs/tracefs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specif LD kernel/gcov/built-in.o ic data of file fs/ncpfs/.tmp_mc_file.o CC fs/ncpfs/inode.o mv: cannot stat 'fs/ncpfs/.tmp_mx_file.o': No such file or directory CC fs/fscache/stats.o CC fs/ncpfs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/main.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/main.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_main.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_main.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_main.o mv: cannot stat 'fs/fscache/.tmp_mx_main.o': No such file or directory CC fs/proc/task_nommu.o CC kernel/irq/resend.o CC kernel/power/qos.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/fscache/.tmp_gl_cache.o: file not recognized: File truncated CC kernel/locking/mutex.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_cache.o': No such file rm: cannot remove 'fs/fscache/.tmp_mx_cache.o': No such file or directory CC kernel/locking/semaphore.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fsnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fsnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/fsnotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_fsnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_fsnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_fsnotify.o mv: cannot stat 'fs/notify/.tmp_mx_fsnotify.o': No such file or directory LD kernel/bpf/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp852.o: file not recognized: File truncated CC fs/proc/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp852.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp852.o': No such file or directory CC fs/notify/inode_mark.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_drbg.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_drbg.o': No such file rm: cannot remove 'crypto/.tmp_mx_drbg.o': No such file or directory CC kernel/power/main.o CC fs/notify/mark.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ramfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ramfs/.tmp_mc_inode.o mv: cannot stat 'fs/ramfs/.tmp_mx_inode.o': No such file or directory CC fs/nls/nls_cp860.o LD mm/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/filemap.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/oom_kill.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/page_alloc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/swap.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/vmscan.o: No such file or directory CC kernel/debug/kdb/kdb_io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/percpu.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/slab.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/memcontrol.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/kmemleak.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'mm/built-in.o' failed make[2]: *** [mm/built-in.o] Error 1 /home/kisskb/slave/src/Makefile:945: recipe for target 'mm' failed make[1]: *** [mm] Error 2 CC fs/notify/vfsmount_mark.o CC fs/ramfs/file-nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/spurious.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/spurious.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/spurious.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_spurious.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_spurious.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_spurious.o mv: cannot stat 'kernel/irq/.tmp_mx_spurious.o': No such file or directory CC fs/nls/nls_cp864.o LD fs/tracefs/tracefs.o LD fs/tracefs/built-in.o CC fs/signalfd.o CC fs/proc/root.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/debug_core.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/debug_core.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/debug_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/.tmp_mc_debug_core.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/.tmp_mc_debug_core.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/.tmp_mc_debug_core.o mv: cannot stat 'kernel/debug/.tmp_mx_debug_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/debugfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/.tmp_mc_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/debugfs/.tmp_mc_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/debugfs/.tmp_mc_file.o mv: cannot stat 'fs/debugfs/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_nommu.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_nommu.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_nommu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/gdbstub.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/gdbstub.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/gdbstub.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/.tmp_mc_gdbstub.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/.tmp_mc_gdbstub.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/.tmp_mc_gdbstub.o mv: cannot stat 'kernel/debug/.tmp_mx_gdbstub.o': No such file or directory CC kernel/irq/chip.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/control.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/control.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/control.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_control.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_control.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/.tmp_mc_control.o mv: cannot stat 'fs/fuse/.tmp_mx_control.o': No such file or directory CC fs/fscache/object-list.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/anon_inodes.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/anon_inodes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/anon_inodes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_anon_inodes.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_anon_inodes.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_anon_inodes.o mv: cannot stat 'fs/.tmp_mx_anon_inodes.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/fscache/.tmp_gl_fsdef.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_fsdef.o': No such file rm: cannot remove 'fs/fscache/.tmp_mx_fsdef.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/proc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_proc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'fs/fscache/.tmp_mx_proc.o': No such file or directory fs/autofs4/.tmp_gl_symlink.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/autofs4/.tmp_mx_symlink.o': No such file rm: cannot remove 'fs/autofs4/.tmp_mx_symlink.o': No such file or directory CC fs/timerfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/cookie.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/cookie.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/cookie.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_cookie.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_cookie.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_cookie.o mv: cannot stat 'fs/fscache/.tmp_mx_cookie.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_dev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_dev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/.tmp_mc_dev.o mv: cannot stat 'fs/fuse/.tmp_mx_dev.o': No such file or directory LD fs/debugfs/debugfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/.tmp_mc_inode.o LD fs/debugfs/built-in.o CC kernel/locking/rwsem.o mv: cannot stat 'fs/kernfs/.tmp_mx_inode.o': No such file or directory CC [M] fs/autofs4/expire.o CC [M] fs/autofs4/dev-ioctl.o CC kernel/printk/printk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/rng.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/rng.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/rng.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_rng.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_rng.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_rng.o mv: cannot stat 'crypto/.tmp_mx_rng.o': No such file or directory CC fs/proc/base.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/group.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/group.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/group.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_group.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_group.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_group.o mv: cannot stat 'fs/notify/.tmp_mx_group.o': No such file or directory CC crypto/asymmetric_keys/asymmetric_type.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/resend.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/resend.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/resend.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_resend.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_resend.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_resend.o mv: cannot stat 'kernel/irq/.tmp_mx_resend.o': No such file or directory CC kernel/locking/mutex-debug.o CC fs/kernfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/netfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/netfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/netfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_netfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_netfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_netfs.o mv: cannot stat 'fs/fscache/.tmp_mx_netfs.o': No such file or directory CC fs/kernfs/file.o CC fs/notify/fdinfo.o CC kernel/events/ring_buffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/waitq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/waitq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/waitq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_waitq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_waitq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/.tmp_mc_waitq.o mv: cannot stat 'fs/autofs4/.tmp_mx_waitq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC kernel/locking/lockdep.o fs/nls/.tmp_gl_nls_cp864.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp864.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp864.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/task_nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/task_nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/task_nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_task_nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_task_nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_task_nommu.o mv: cannot stat 'fs/proc/.tmp_mx_task_nommu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/root.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/root.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/root.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_root.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_root.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/.tmp_mc_root.o mv: cannot stat 'fs/autofs4/.tmp_mx_root.o': No such file or directory CC fs/kernfs/symlink.o CC fs/notify/dnotify/dnotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp860.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp860.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp860.o': No such file or directory CC kernel/debug/kdb/kdb_main.o CC kernel/debug/kdb/kdb_support.o CC fs/eventfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_ioctl.o mv: cannot stat 'fs/ncpfs/.tmp_mx_ioctl.o': No such file or directory CC fs/proc/generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/root.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/root.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/root.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_root.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_root.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_root.o mv: cannot stat 'fs/proc/.tmp_mx_root.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/file-nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/file-nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ramfs/file-nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/.tmp_mc_file-nommu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ramfs/.tmp_mc_file-nommu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ramfs/.tmp_mc_file-nommu.o mv: cannot stat 'fs/ramfs/.tmp_mx_file-nommu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/fscache/.tmp_gl_stats.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_stats.o': No such file rm: cannot remove 'fs/fscache/.tmp_mx_stats.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/manage.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/manage.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/manage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_manage.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_manage.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_manage.o CC fs/nls/nls_cp932.o mv: cannot stat 'kernel/irq/.tmp_mx_manage.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inode_mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inode_mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/inode_mark.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_inode_mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_inode_mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_inode_mark.o mv: cannot stat 'fs/notify/.tmp_mx_inode_mark.o': No such file or directory CC fs/proc/array.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_inode.o mv: cannot stat 'fs/proc/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/signalfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/signalfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/signalfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_signalfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_signalfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_signalfd.o mv: cannot stat 'fs/.tmp_mx_signalfd.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/vfsmount_mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/vfsmount_mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/vfsmount_mark.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_vfsmount_mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_vfsmount_mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_vfsmount_mark.o mv: cannot stat 'fs/notify/.tmp_mx_vfsmount_mark.o': No such file or directory CC fs/proc/fd.o CC fs/proc/cmdline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/mark.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_mark.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_mark.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_mark.o mv: cannot stat 'fs/notify/.tmp_mx_mark.o': No such file or directory LD fs/ramfs/ramfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD fs/ramfs/built-in.o kernel/locking/.tmp_gl_semaphore.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/locking/.tmp_mx_semaphore.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'kernel/locking/.tmp_mx_semaphore.o': No such file or directory crypto/.tmp_gl_algif_hash.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_algif_hash.o': No such file CC fs/locks.o rm: cannot remove 'crypto/.tmp_mx_algif_hash.o': No such file or directory CC kernel/events/callchain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fuse/.tmp_mc_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fuse/.tmp_mc_file.o mv: cannot stat 'fs/fuse/.tmp_mx_file.o': No such file or directory CC kernel/locking/lockdep_proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/fscache/.tmp_gl_operation.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_operation.o': No such file rm: cannot remove 'fs/fscache/.tmp_mx_operation.o': No such file or directory CC kernel/events/hw_breakpoint.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/fuse/.tmp_gl_inode.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fuse/.tmp_mx_inode.o': No such file rm: cannot remove 'fs/fuse/.tmp_mx_inode.o': No such file or directory LD fs/notify/fanotify/built-in.o CC crypto/hash_info.o CC fs/nls/nls_euc-jp.o CC fs/nls/nls_cp936.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rwsem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rwsem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/rwsem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rwsem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rwsem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_rwsem.o mv: cannot stat 'kernel/locking/.tmp_mx_rwsem.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/object-list.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/object-list.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/object-list.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_object-list.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_object-list.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_object-list.o mv: cannot stat 'fs/fscache/.tmp_mx_object-list.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/symlink.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/symlink.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/symlink.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_symlink.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_symlink.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/.tmp_mc_symlink.o mv: cannot stat 'fs/kernfs/.tmp_mx_symlink.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/expire.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/expire.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/expire.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_expire.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_expire.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/.tmp_mc_expire.o mv: cannot stat 'fs/autofs4/.tmp_mx_expire.o': No such file or directory CC kernel/debug/kdb/kdb_bt.o CC fs/notify/inotify/inotify_fsnotify.o GENKDB kernel/debug/kdb/gen-kdb_cmds.c CC kernel/debug/kdb/kdb_bp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/dev-ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/dev-ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/dev-ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_dev-ioctl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/autofs4/.tmp_mc_dev-ioctl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/autofs4/.tmp_mc_dev-ioctl.o mv: cannot stat 'fs/autofs4/.tmp_mx_dev-ioctl.o': No such file or directory CC fs/notify/inotify/inotify_user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fdinfo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fdinfo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/fdinfo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_fdinfo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/.tmp_mc_fdinfo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/.tmp_mc_fdinfo.o mv: cannot stat 'fs/notify/.tmp_mx_fdinfo.o': No such file or directory CC [M] crypto/echainiv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/object.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/object.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/object.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_object.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_object.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_object.o mv: cannot stat 'fs/fscache/.tmp_mx_object.o': No such file or directory CC kernel/debug/kdb/kdb_debugger.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/dnotify/dnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/dnotify/dnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/dnotify/dnotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/dnotify/.tmp_mc_dnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/dnotify/.tmp_mc_dnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/dnotify/.tmp_mc_dnotify.o CC fs/nls/nls_cp950.o mv: cannot stat 'fs/notify/dnotify/.tmp_mx_dnotify.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/af_alg.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/af_alg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/af_alg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_af_alg.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_af_alg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_af_alg.o CC kernel/locking/spinlock.o mv: cannot stat 'crypto/.tmp_mx_af_alg.o': No such file or directory CC kernel/locking/rtmutex.o CC kernel/locking/spinlock_debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_inode.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_inode.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_inode.o mv: cannot stat 'fs/ncpfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/page.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/page.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/page.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_page.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.tmp_mc_page.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/fscache/.tmp_mc_page.o CC [M] crypto/md4.o mv: cannot stat 'fs/fscache/.tmp_mx_page.o': No such file or directory LD [M] fs/fuse/fuse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fuse/inode.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:391: recipe for target 'fs/fuse/fuse.o' failed make[3]: *** [fs/fuse/fuse.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'fs/fuse' failed make[2]: *** [fs/fuse] Error 2 make[2]: *** Waiting for unfinished jobs.... CC kernel/locking/rwsem-spinlock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/mutex.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/mutex.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/mutex.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_mutex.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_mutex.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_mutex.o mv: cannot stat 'kernel/locking/.tmp_mx_mutex.o': No such file or directory CC [M] crypto/rmd160.o CC kernel/power/process.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/qos.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/qos.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/power/qos.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/.tmp_mc_qos.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/.tmp_mc_qos.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/power/.tmp_mc_qos.o mv: cannot stat 'kernel/power/.tmp_mx_qos.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_io.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_io.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_io.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_io.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_io.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_io.o': No such file or directory CC kernel/locking/percpu-rwsem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/asymmetric_type.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/asymmetric_type.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/asymmetric_type.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_asymmetric_type.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_asymmetric_type.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/.tmp_mc_asymmetric_type.o mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_asymmetric_type.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/chip.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/chip.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/chip.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_chip.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_chip.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_chip.o mv: cannot stat 'kernel/irq/.tmp_mx_chip.o': No such file or directory LD [M] fs/autofs4/autofs4.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/autofs4/init.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/autofs4/symlink.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:391: recipe for target 'fs/autofs4/autofs4.o' failed make[3]: *** [fs/autofs4/autofs4.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'fs/autofs4' failed make[2]: *** [fs/autofs4] Error 2 CC fs/ncpfs/mmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_cmdline.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_cmdline.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_cmdline.o': No such file or directory LD fs/notify/dnotify/built-in.o CC fs/ncpfs/ncplib_kernel.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp932.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp932.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp932.o': No such file or directory CC crypto/asymmetric_keys/signature.o CC crypto/asymmetric_keys/public_key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/callchain.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/callchain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/callchain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_callchain.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_callchain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/.tmp_mc_callchain.o mv: cannot stat 'kernel/events/.tmp_mx_callchain.o': No such file or directory CC fs/nls/nls_cp1251.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/timerfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/timerfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/timerfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_timerfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_timerfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_timerfd.o mv: cannot stat 'fs/.tmp_mx_timerfd.o': No such file or directory CC fs/proc/consoles.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_euc-jp.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/inotify_fsnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/inotify_fsnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of fi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: l'fs/nls/.tmp_mx_nls_euc-jp.o': No such filee fs/notify/inotify/inotify_fsnotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/.tmp_mc_inotify_fsnotify.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/.tmp_mc_inotify_fsnotify.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/inotify/.tmp_mc_inotify_fsnotify.o rm: cannot remove 'fs/nls/.tmp_mx_nls_euc-jp.o': No such file or directory mv: cannot stat 'fs/notify/inotify/.tmp_mx_inotify_fsnotify.o': No such file or directory CC fs/proc/cpuinfo.o CC fs/proc/devices.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/ring_buffer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/ring_buffer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/ring_buffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_ring_buffer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_ring_buffer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/.tmp_mc_ring_buffer.o CC [M] crypto/ecb.o mv: cannot stat 'kernel/events/.tmp_mx_ring_buffer.o': No such file or directory CC kernel/locking/locktorture.o CC fs/ncpfs/sock.o CC fs/ncpfs/ncpsign_kernel.o LD fs/fscache/fscache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fscache/cache.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fscache/fsdef.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fscache/operation.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fscache/stats.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:387: recipe for target 'fs/fscache/fscache.o' failed make[3]: *** [fs/fscache/fscache.o] Error 1 CC kernel/rcu/update.o /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'fs/fscache' failed make[2]: *** [fs/fscache] Error 2 CC fs/ncpfs/getopt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/fd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/fd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/fd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_fd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_fd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_fd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_bt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_bt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_bt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_bt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_bt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_bt.o mv: mv: cannot stat 'fs/proc/.tmp_mx_fd.o'cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_bt.o': No such file or directory: No such file or directory CC crypto/asymmetric_keys/rsa.o CC [M] crypto/pcbc.o CC kernel/irq/dummychip.o CC kernel/irq/devres.o CC kernel/irq/irqdomain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/array.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/array.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/array.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_array.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_array.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_array.o mv: cannot stat 'fs/proc/.tmp_mx_array.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_file.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_file.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/.tmp_mc_file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/percpu-rwsem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/percpu-rwsem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/percpu-rwsem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_percpu-rwsem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_percpu-rwsem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_percpu-rwsem.o mv: cannot stat 'fs/kernfs/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'kernel/locking/.tmp_mx_percpu-rwsem.o': No such file or directory fs/nls/.tmp_gl_nls_cp936.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp936.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp936.o': No such file or directory CC kernel/irq/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_bp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_bp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_bp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_bp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_bp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_bp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/getopt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/getopt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/getopt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_getopt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_getopt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_getopt.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_bp.o': No such file or directory mv: cannot stat 'fs/ncpfs/.tmp_mx_getopt.o': No such file or directory CC [M] crypto/ccm.o CC fs/proc/interrupts.o CC [M] crypto/blowfish_generic.o CC kernel/debug/kdb/gen-kdb_cmds.o CC [M] crypto/blowfish_common.o CC [M] crypto/twofish_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_dir.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/kernfs/.tmp_mc_dir.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/kernfs/.tmp_mc_dir.o mv: cannot stat 'fs/kernfs/.tmp_mx_dir.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/base.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_base.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_base.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_base.o mv: cannot stat 'fs/proc/.tmp_mx_base.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_generic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_generic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_generic.o mv: cannot stat 'fs/proc/.tmp_mx_generic.o': No such file or directory CC kernel/sched/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp950.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp950.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp950.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_cpuinfo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_cpuinfo.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_cpuinfo.o': No such file or directory CC kernel/sched/loadavg.o CC kernel/sched/clock.o CC fs/proc/loadavg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp1251.o: file not recognized: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: File truncatedUnable to change endianness of input file(s) fs/proc/.tmp_gl_devices.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_devices.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp1251.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_devices.o': No such file or directory crypto/.tmp_gl_echainiv.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_echainiv.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp1251.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_echainiv.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_md4.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_md4.o': No such file rm: cannot remove 'crypto/.tmp_mx_md4.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/spinlock_debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/spinlock_debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/spinlock_debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_spinlock_debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_spinlock_debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_spinlock_debug.o mv: cannot stat 'kernel/locking/.tmp_mx_spinlock_debug.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/inotify_user.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/inotify_user.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/inotify/inotify_user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/.tmp_mc_inotify_user.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/inotify/.tmp_mc_inotify_user.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/notify/inotify/.tmp_mc_inotify_user.o CC fs/proc/meminfo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/eventfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/eventfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/eventfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_eventfd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_eventfd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_eventfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'fs/notify/inotify/.tmp_mx_inotify_user.o': No such file or directory crypto/.tmp_gl_rmd160.o: file not recognized: File truncated mv: cannot stat 'fs/.tmp_mx_eventfd.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_rmd160.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/spinlock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/spinlock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/spinlock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_spinlock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_spinlock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_spinlock.o rm: cannot remove 'crypto/.tmp_mx_rmd160.o': No such file or directory CC kernel/sched/cputime.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rtmutex.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rtmutex.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/rtmutex.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rtmutex.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rtmutex.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_rtmutex.o mv: cannot stat 'kernel/locking/.tmp_mx_spinlock.o': No such file or directory mv: cannot stat 'kernel/locking/.tmp_mx_rtmutex.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/process.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/process.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/power/process.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/.tmp_mc_process.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/power/.tmp_mc_process.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/power/.tmp_mc_process.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/hw_breakpoint.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/hw_breakpoint.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/hw_breakpoint.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_hw_breakpoint.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/events/.tmp_mc_hw_breakpoint.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/events/.tmp_mc_hw_breakpoint.o mv: cannot stat 'kernel/power/.tmp_mx_process.o': No such file or directory CC kernel/sched/idle_task.o mv: cannot stat 'kernel/events/.tmp_mx_hw_breakpoint.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_debugger.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_debugger.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_debugger.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_debugger.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_debugger.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_debugger.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_debugger.o': No such file or directory LD fs/kernfs/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rwsem-spinlock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/rwsem-spinlock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/rwsem-spinlock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rwsem-spinlock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/locking/.tmp_mc_rwsem-spinlock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/locking/.tmp_mc_rwsem-spinlock.o crypto/.tmp_gl_ecb.o: file not recognized: File truncated CC kernel/sched/fair.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_ecb.o': No such file mv: cannot stat 'kernel/locking/.tmp_mx_rwsem-spinlock.o': No such file or directory CC kernel/rcu/srcu.o rm: cannot remove 'crypto/.tmp_mx_ecb.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_consoles.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_consoles.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_consoles.o': No such file or directory CC fs/proc/stat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/signature.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/signature.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/signature.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_signature.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_signature.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/.tmp_mc_signature.o mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_signature.o': No such file or directory CC fs/nls/nls_iso8859-1.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_interrupts.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_interrupts.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_interrupts.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_support.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_support.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_support.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_support.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_support.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_support.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_support.o': No such file or directory ASN.1 crypto/asymmetric_keys/x509-asn1.c ASN.1 crypto/asymmetric_keys/x509_rsakey-asn1.c /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/public_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/public_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/public_key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_public_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_public_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/.tmp_mc_public_key.o CC fs/nls/nls_iso8859-3.o mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_public_key.o': No such file or directory LD kernel/power/built-in.o CC [M] crypto/twofish_common.o CC kernel/time/time.o CC fs/proc/uptime.o CC [M] crypto/camellia_generic.o CC kernel/time/timer.o CC kernel/sched/rt.o CC fs/nls/nls_iso8859-5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/printk/printk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/printk/printk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/printk/printk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/printk/.tmp_mc_printk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/printk/.tmp_mc_printk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/printk/.tmp_mc_printk.o mv: cannot stat 'kernel/printk/.tmp_mx_printk.o': No such file or directory CC kernel/trace/trace_selftest_dynamic.o CC fs/nls/nls_iso8859-9.o LD fs/notify/inotify/built-in.o CC kernel/trace/trace_clock.o LD fs/notify/built-in.o CC kernel/trace/ftrace.o CC crypto/asymmetric_keys/x509_public_key.o CC fs/proc/version.o CC kernel/trace/ring_buffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/mmap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/mmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/mmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_mmap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_mmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_mmap.o CC kernel/trace/trace.o mv: cannot stat 'fs/ncpfs/.tmp_mx_mmap.o': No such file or directory CC kernel/trace/trace_output.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/locking/.tmp_gl_locktorture.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/locking/.tmp_mx_locktorture.o': No such file rm: cannot remove 'kernel/locking/.tmp_mx_locktorture.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_loadavg.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_loadavg.o': No such file crypto/.tmp_gl_pcbc.o: file not recognized: File truncated rm: cannot remove 'fs/proc/.tmp_mx_loadavg.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_pcbc.o': No such file rm: cannot remove 'crypto/.tmp_mx_pcbc.o': No such file or directory LD kernel/printk/built-in.o CC [M] crypto/khazad.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_twofish_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_twofish_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_twofish_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_blowfish_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_blowfish_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_blowfish_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/proc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_proc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_proc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/blowfish_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/blowfish_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/blowfish_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_blowfish_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_blowfish_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_blowfish_common.o mv: cannot stat 'kernel/irq/.tmp_mx_proc.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_blowfish_common.o': No such file or directory CC [M] crypto/salsa20_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/ncplib_kernel.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/ncplib_kernel.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/ncplib_kernel.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_ncplib_kernel.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_ncplib_kernel.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_ncplib_kernel.o mv: cannot stat 'fs/ncpfs/.tmp_mx_ncplib_kernel.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/devres.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/devres.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/devres.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_devres.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_devres.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_devres.o mv: cannot stat 'kernel/irq/.tmp_mx_devres.o': No such file or directory CC kernel/freezer.o CC [M] crypto/authenc.o CC kernel/time/hrtimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-1.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-1.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-1.o': No such file or directory CC kernel/time/itimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_stat.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_stat.o': No such file CC kernel/time/posix-timers.o rm: cannot remove 'fs/proc/.tmp_mx_stat.o': No such file or directory CC kernel/time/posix-cpu-timers.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_meminfo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_meminfo.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_meminfo.o': No such file or directory LD kernel/events/built-in.o CC kernel/time/timekeeping.o CC [M] crypto/authencesn.o CC kernel/profile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-3.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-3.o': No such file CC fs/proc/softirqs.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-3.o': No such file or directory CC fs/proc/namespaces.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/irq/.tmp_gl_dummychip.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/irq/.tmp_mx_dummychip.o': No such file rm: cannot remove 'kernel/irq/.tmp_mx_dummychip.o': No such file or directory CC fs/nls/nls_iso8859-13.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/sched/.tmp_gl_idle_task.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_idle_task.o': No such file rm: cannot remove 'kernel/sched/.tmp_mx_idle_task.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-5.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-5.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-9.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-9.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-5.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-9.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_uptime.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_uptime.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_uptime.o': No such file or directory CC kernel/sched/deadline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/asymmetric_keys/.tmp_gl_rsa.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/asymmetric_keys/.tmp_mx_rsa.o': No such file rm: cannot remove 'crypto/asymmetric_keys/.tmp_mx_rsa.o': No such file or directory CC fs/nls/nls_iso8859-14.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_main.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/kdb_main.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/kdb_main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_main.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_main.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/debug/kdb/.tmp_mc_kdb_main.o crypto/.tmp_gl_ccm.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_ccm.o': No such file rm: cannot remove 'crypto/.tmp_mx_ccm.o': No such file or directory mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_main.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/cputime.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/cputime.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/cputime.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_cputime.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_cputime.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_cputime.o mv: cannot stat 'kernel/sched/.tmp_mx_cputime.o': No such file or directory CC fs/proc/self.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC fs/nls/nls_koi8-r.o fs/proc/.tmp_gl_version.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_version.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_version.o': No such file or directory CC fs/nls/nls_koi8-u.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/trace/trace_selftest_dynamic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/trace/trace_selftest_dynamic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/trace/trace_selftest_dynamic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/trace/.tmp_mc_trace_selftest_dynamic.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/trace/.tmp_mc_trace_selftest_dynamic.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/trace/.tmp_mc_trace_selftest_dynamic.o mv: cannot stat 'kernel/trace/.tmp_mx_trace_selftest_dynamic.o': No such file or directory CC kernel/sched/stop_task.o CC kernel/sched/wait.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/sock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/sock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/sock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_sock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ncpfs/.tmp_mc_sock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/ncpfs/.tmp_mc_sock.o mv: cannot stat 'fs/ncpfs/.tmp_mx_sock.o': No such file or directory CC kernel/sched/completion.o CC fs/nls/nls_koi8-ru.o LD kernel/locking/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/locking/semaphore.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/locking/locktorture.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'kernel/locking/built-in.o' failed make[3]: *** [kernel/locking/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'kernel/locking' failed make[2]: *** [kernel/locking] Error 2 make[2]: *** Waiting for unfinished jobs.... CC kernel/rcu/tiny.o CC kernel/sched/idle.o LD kernel/debug/kdb/built-in.o LD kernel/debug/built-in.o CC kernel/sched/auto_group.o CC kernel/sched/cpuacct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_khazad.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_khazad.o': No such file rm: cannot remove 'crypto/.tmp_mx_khazad.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/irqdomain.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/irqdomain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/irqdomain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_irqdomain.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/irq/.tmp_mc_irqdomain.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/irq/.tmp_mc_irqdomain.o mv: cannot stat 'kernel/irq/.tmp_mx_irqdomain.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/rt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/rt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/rt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_rt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_rt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_rt.o mv: cannot stat 'kernel/sched/.tmp_mx_rt.o': No such file or directory CC fs/proc/thread_self.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/srcu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/srcu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/srcu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_srcu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_srcu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/.tmp_mc_srcu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/loadavg.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/loadavg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/loadavg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_loadavg.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_loadavg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_loadavg.o mv: cannot stat 'kernel/rcu/.tmp_mx_srcu.o': No such file or directory CC fs/proc/proc_net.o mv: cannot stat 'kernel/sched/.tmp_mx_loadavg.o': No such file or directory CC fs/nls/mac-celtic.o LD kernel/irq/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/irq/dummychip.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'kernel/irq/built-in.o' failed make[3]: *** [kernel/irq/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'kernel/irq' failed make[2]: *** [kernel/irq] Error 2 CC [M] kernel/rcu/rcutorture.o CC [M] crypto/842.o CC kernel/trace/trace_seq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/locks.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/locks.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/locks.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_locks.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_locks.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/.tmp_mc_locks.o LD fs/ncpfs/ncpfs.o mv: cannot stat 'fs/.tmp_mx_locks.o': No such file or directory LD fs/ncpfs/built-in.o CC kernel/trace/trace_stat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/fair.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/fair.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/fair.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_fair.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_fair.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_fair.o mv: cannot stat 'kernel/sched/.tmp_mx_fair.o': No such file or directory CC kernel/trace/trace_printk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_softirqs.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_softirqs.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_softirqs.o': No such file or directory CC fs/nls/mac-greek.o CC [M] crypto/tcrypt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/x509_public_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/x509_public_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/x509_public_key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_x509_public_key.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_x509_public_key.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/.tmp_mc_x509_public_key.o mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_x509_public_key.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_camellia_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_camellia_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_camellia_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_koi8-r.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_koi8-r.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_koi8-r.o': No such file or directory LD crypto/asymmetric_keys/asymmetric_keys.o CC kernel/trace/trace_sched_switch.o CC crypto/asymmetric_keys/x509-asn1.o CC kernel/time/ntp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_salsa20_generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_salsa20_generic.o': No such file rm: cannot remove 'crypto/.tmp_mx_salsa20_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-13.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-13.o': No such file CC crypto/asymmetric_keys/x509_rsakey-asn1.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-13.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/itimer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/itimer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/itimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_itimer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_itimer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_itimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'kernel/time/.tmp_mx_itimer.o': No such file or directory fs/nls/.tmp_gl_nls_iso8859-14.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-14.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-14.o': No such file or directory CC [M] crypto/algif_skcipher.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/update.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/update.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/update.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_update.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_update.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/.tmp_mc_update.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'kernel/rcu/.tmp_mx_update.o': No such file or directory fs/nls/.tmp_gl_nls_koi8-ru.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_koi8-ru.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_koi8-ru.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/twofish_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/twofish_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/twofish_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_twofish_common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_twofish_common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_twofish_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/self.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/self.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/self.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_self.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_self.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_self.o mv: cannot stat 'crypto/.tmp_mx_twofish_common.o': No such file or directory mv: cannot stat 'fs/proc/.tmp_mx_self.o': No such file or directory CC kernel/time/clocksource.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_namespaces.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_namespaces.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_namespaces.o': No such file or directory CC kernel/time/jiffies.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/sched/.tmp_gl_stop_task.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_stop_task.o': No such file rm: cannot remove 'kernel/sched/.tmp_mx_stop_task.o': No such file or directory CC fs/nls/mac-iceland.o CC crypto/asymmetric_keys/x509_cert_parser.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/time.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/time.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/time.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_time.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_time.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_time.o mv: cannot stat 'kernel/time/.tmp_mx_time.o': No such file or directory CC fs/nls/mac-inuit.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC kernel/trace/trace_functions.o fs/nls/.tmp_gl_nls_koi8-u.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_koi8-u.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_koi8-u.o': No such file or directory CC kernel/time/timer_list.o CC fs/proc/kmsg.o CC kernel/time/timeconv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_mac-celtic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-celtic.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-celtic.o': No such file or directory CC fs/nls/mac-romanian.o CC [M] fs/nls/nls_cp437.o CC kernel/time/timecounter.o LD crypto/crypto.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_mac-greek.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-greek.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-greek.o': No such file or directory CC [M] fs/nls/nls_cp850.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-cpu-timers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-cpu-timers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/posix-cpu-timers.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-cpu-timers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-cpu-timers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_posix-cpu-timers.o mv: cannot stat 'kernel/time/.tmp_mx_posix-cpu-timers.o': No such file or directory CC kernel/time/posix-clock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/cpuacct.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/cpuacct.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/cpuacct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_cpuacct.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_cpuacct.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_cpuacct.o mv: cannot stat 'kernel/sched/.tmp_mx_cpuacct.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_842.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_842.o': No such file rm: cannot remove 'crypto/.tmp_mx_842.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/profile.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/profile.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/profile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_profile.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_profile.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_profile.o mv: cannot stat 'kernel/.tmp_mx_profile.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/deadline.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/deadline.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/deadline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_deadline.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_deadline.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_deadline.o mv: cannot stat 'kernel/sched/.tmp_mx_deadline.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/completion.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/completion.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/completion.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_completion.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_completion.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_completion.o CC kernel/trace/trace_irqsoff.o mv: cannot stat 'kernel/sched/.tmp_mx_completion.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timecounter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timecounter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timecounter.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timecounter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timecounter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timecounter.o mv: cannot stat 'kernel/time/.tmp_mx_timecounter.o': No such file or directory LD crypto/crypto_algapi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find crypto/proc.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:387: recipe for target 'crypto/crypto_algapi.o' failed make[2]: *** [crypto/crypto_algapi.o] Error 1 make[2]: *** Waiting for unfinished jobs.... CC kernel/trace/trace_nop.o CC [M] fs/nls/nls_cp857.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/freezer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/freezer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/freezer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_freezer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_freezer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/.tmp_mc_freezer.o mv: cannot stat 'kernel/.tmp_mx_freezer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_authencesn.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_authencesn.o': No such file rm: cannot remove 'crypto/.tmp_mx_authencesn.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/sched/.tmp_gl_idle.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_idle.o': No such file rm: cannot remove 'kernel/sched/.tmp_mx_idle.o': No such file or directory CC kernel/trace/trace_stack.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/wait.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/wait.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/wait.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_wait.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_wait.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_wait.o mv: cannot stat 'kernel/sched/.tmp_mx_wait.o': No such file or directory CC [M] fs/nls/nls_cp861.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/thread_self.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/thread_self.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/thread_self.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_thread_self.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_thread_self.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/proc/.tmp_mc_thread_self.o mv: cannot stat 'fs/proc/.tmp_mx_thread_self.o': No such file or directory CC [M] fs/nls/nls_cp862.o CC kernel/trace/trace_functions_graph.o CC [M] fs/nls/nls_cp865.o CC kernel/time/alarmtimer.o CC kernel/trace/trace_branch.o CC kernel/trace/trace_events.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_mac-iceland.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-iceland.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-iceland.o': No such file or directory CC kernel/trace/trace_export.o CC kernel/trace/trace_syscalls.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_kmsg.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_kmsg.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_kmsg.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-timers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-timers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/posix-timers.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-timers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-timers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_posix-timers.o mv: cannot stat 'kernel/time/.tmp_mx_posix-timers.o': No such file or directory CC kernel/time/clockevents.o CC [M] fs/nls/nls_cp866.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/rcu/.tmp_gl_rcutorture.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/rcu/.tmp_mx_rcutorture.o': No such file rm: cannot remove 'kernel/rcu/.tmp_mx_rcutorture.o': No such file or directory CC kernel/time/tick-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] fs/nls/nls_cp869.o fs/nls/.tmp_gl_mac-romanian.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-romanian.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-romanian.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer_list.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer_list.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timer_list.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer_list.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer_list.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timer_list.o mv: cannot stat 'kernel/time/.tmp_mx_timer_list.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timer.o mv: cannot stat 'kernel/time/.tmp_mx_timer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/x509_cert_parser.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/x509_cert_parser.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/x509_cert_parser.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_x509_cert_parser.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/asymmetric_keys/.tmp_mc_x509_cert_parser.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/asymmetric_keys/.tmp_mc_x509_cert_parser.o mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_x509_cert_parser.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_mac-inuit.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-inuit.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-inuit.o': No such file or directory CC [M] fs/nls/nls_iso8859-4.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp437.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp437.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp437.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp850.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp850.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp850.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/ntp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/ntp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/ntp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_ntp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_ntp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_ntp.o mv: cannot stat 'kernel/time/.tmp_mx_ntp.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/auto_group.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/auto_group.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/auto_group.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_auto_group.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.tmp_mc_auto_group.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/.tmp_mc_auto_group.o mv: cannot stat 'kernel/sched/.tmp_mx_auto_group.o': No such file or directory CC [M] fs/nls/nls_cp1255.o CC kernel/time/tick-oneshot.o CC kernel/trace/trace_event_perf.o CC kernel/trace/trace_events_filter.o CC kernel/time/tick-sched.o LD crypto/asymmetric_keys/x509_key_parser.o LD crypto/asymmetric_keys/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find crypto/asymmetric_keys/rsa.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'crypto/asymmetric_keys/built-in.o' failed make[3]: *** [crypto/asymmetric_keys/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'crypto/asymmetric_keys' failed make[2]: *** [crypto/asymmetric_keys] Error 2 CC kernel/trace/trace_events_trigger.o CC kernel/trace/power-traces.o CC kernel/time/timer_stats.o CC kernel/trace/rpm-traces.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp865.o: file not recognized: File truncated CC kernel/trace/trace_kdb.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp865.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp865.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/clocksource.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/clocksource.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/clocksource.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_clocksource.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_clocksource.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_clocksource.o mv: cannot stat 'kernel/time/.tmp_mx_clocksource.o': No such file or directory CC kernel/trace/trace_benchmark.o CC [M] kernel/trace/ring_buffer_benchmark.o CC [M] fs/nls/nls_utf8.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC kernel/time/timekeeping_debug.o fs/nls/.tmp_gl_nls_cp861.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp861.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp861.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp862.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp862.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp862.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/authenc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/authenc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/authenc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_authenc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_authenc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file crypto/.tmp_mc_authenc.o mv: cannot stat 'crypto/.tmp_mx_authenc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp857.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp857.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp857.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] fs/nls/mac-turkish.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timekeeping.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timekeeping.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timekeeping.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timekeeping.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timekeeping.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timekeeping.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/proc/.tmp_gl_proc_net.o: file not recognized: File truncated fs/nls/.tmp_gl_nls_cp866.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp866.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp866.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_proc_net.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/jiffies.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/jiffies.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/jiffies.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_jiffies.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_jiffies.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_jiffies.o rm: cannot remove 'fs/proc/.tmp_mx_proc_net.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_jiffies.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_timekeeping.o': No such file or directory LD fs/nls/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp852.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp860.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp864.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp932.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_euc-jp.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp936.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp950.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp1251.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-1.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-3.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-5.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-9.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-13.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_iso8859-14.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_koi8-r.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_koi8-u.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_koi8-ru.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-celtic.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-greek.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-iceland.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-inuit.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-romanian.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'fs/nls/built-in.o' failed make[3]: *** [fs/nls/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/tiny.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/tiny.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/tiny.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_tiny.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_tiny.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/rcu/.tmp_mc_tiny.o mv: cannot stat 'kernel/rcu/.tmp_mx_tiny.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timeconv.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timeconv.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timeconv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timeconv.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timeconv.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timeconv.o mv: cannot stat 'kernel/time/.tmp_mx_timeconv.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/hrtimer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/hrtimer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/hrtimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_hrtimer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_hrtimer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_hrtimer.o mv: cannot stat 'kernel/time/.tmp_mx_hrtimer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_iso8859-4.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-4.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-4.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp869.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp869.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp869.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_algif_skcipher.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_algif_skcipher.o': No such file rm: cannot remove 'crypto/.tmp_mx_algif_skcipher.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_cp1255.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp1255.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_cp1255.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-oneshot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-oneshot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/tick-oneshot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-oneshot.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-oneshot.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_tick-oneshot.o mv: cannot stat 'kernel/time/.tmp_mx_tick-oneshot.o': No such file or directory LD kernel/rcu/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timekeeping_debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timekeeping_debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timekeeping_debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timekeeping_debug.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timekeeping_debug.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timekeeping_debug.o mv: cannot stat 'kernel/time/.tmp_mx_timekeeping_debug.o': No such file or directory LD fs/proc/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/nommu.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/cmdline.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/consoles.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/cpuinfo.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/devices.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/interrupts.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/loadavg.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/meminfo.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/stat.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/uptime.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/version.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/softirqs.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/namespaces.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/proc_net.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/proc/kmsg.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:387: recipe for target 'fs/proc/proc.o' failed make[3]: *** [fs/proc/proc.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'fs/proc' failed make[2]: *** [fs/proc] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) crypto/.tmp_gl_tcrypt.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_tcrypt.o': No such file rm: cannot remove 'crypto/.tmp_mx_tcrypt.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/tick-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-common.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-common.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_tick-common.o mv: cannot stat 'kernel/time/.tmp_mx_tick-common.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-clock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/posix-clock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/posix-clock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-clock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_posix-clock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_posix-clock.o mv: cannot stat 'kernel/time/.tmp_mx_posix-clock.o': No such file or directory /home/kisskb/slave/src/Makefile:945: recipe for target 'crypto' failed make[1]: *** [crypto] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_nls_utf8.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_utf8.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_utf8.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nls/.tmp_gl_mac-turkish.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-turkish.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-turkish.o': No such file or directory LD kernel/trace/libftrace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer_stats.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/timer_stats.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/timer_stats.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer_stats.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_timer_stats.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_timer_stats.o mv: cannot stat 'kernel/time/.tmp_mx_timer_stats.o': No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'fs/nls' failed make[2]: *** [fs/nls] Error 2 /home/kisskb/slave/src/Makefile:945: recipe for target 'fs' failed make[1]: *** [fs] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/time/.tmp_gl_alarmtimer.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/time/.tmp_mx_alarmtimer.o': No such file rm: cannot remove 'kernel/time/.tmp_mx_alarmtimer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/clockevents.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/clockevents.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/clockevents.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_clockevents.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_clockevents.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_clockevents.o mv: cannot stat 'kernel/time/.tmp_mx_clockevents.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) kernel/sched/.tmp_gl_core.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_core.o': No such file rm: cannot remove 'kernel/sched/.tmp_mx_core.o': No such file or directory LD kernel/sched/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/sched/core.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/sched/idle_task.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/sched/stop_task.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/sched/idle.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'kernel/sched/built-in.o' failed make[3]: *** [kernel/sched/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'kernel/sched' failed make[2]: *** [kernel/sched] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-sched.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/tick-sched.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/tick-sched.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-sched.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_tick-sched.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/time/.tmp_mc_tick-sched.o mv: cannot stat 'kernel/time/.tmp_mx_tick-sched.o': No such file or directory LD kernel/time/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/time/alarmtimer.o: No such file or directory /home/kisskb/slave/src/scripts/Makefile.build:337: recipe for target 'kernel/time/built-in.o' failed make[3]: *** [kernel/time/built-in.o] Error 1 /home/kisskb/slave/src/scripts/Makefile.build:403: recipe for target 'kernel/time' failed make[2]: *** [kernel/time] Error 2 LD kernel/trace/built-in.o /home/kisskb/slave/src/Makefile:945: recipe for target 'kernel' failed make[1]: *** [kernel] Error 2 make[1]: Leaving directory '/home/kisskb/slave/build/linus_sh-randconfig_sh4' Makefile:146: 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/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:21.667989