# git rev-parse -q --verify a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0^{commit} a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 already have revision, skipping fetch # git checkout -q -f -B kisskb a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 # git clean -qxdf # git log -1 commit a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 Author: Linus Torvalds Date: Sun Nov 1 17:09:15 2015 -0800 mm: get rid of 'vmalloc_info' from /proc/meminfo It turns out that at least some versions of glibc end up reading /proc/meminfo at every single startup, because glibc wants to know the amount of memory the machine has. And while that's arguably insane, it's just how things are. And it turns out that it's not all that expensive most of the time, but the vmalloc information statistics (amount of virtual memory used in the vmalloc space, and the biggest remaining chunk) can be rather expensive to compute. The 'get_vmalloc_info()' function actually showed up on my profiles as 4% of the CPU usage of "make test" in the git source repository, because the git tests are lots of very short-lived shell-scripts etc. It turns out that apparently this same silly vmalloc info gathering shows up on the facebook servers too, according to Dave Jones. So it's not just "make test" for git. We had two patches to just cache the information (one by me, one by Ingo) to mitigate this issue, but the whole vmalloc information of of rather dubious value to begin with, and people who *actually* want to know what the situation is wrt the vmalloc area should just look at the much more complete /proc/vmallocinfo instead. In fact, according to my testing - and perhaps more importantly, according to that big search engine in the sky: Google - there is nothing out there that actually cares about those two expensive fields: VmallocUsed and VmallocChunk. So let's try to just remove them entirely. Actually, this just removes the computation and reports the numbers as zero for now, just to try to be minimally intrusive. If this breaks anything, we'll obviously have to re-introduce the code to compute this all and add the caching patches on top. But if given the option, I'd really prefer to just remove this bad idea entirely rather than add even more code to work around our historical mistake that likely nobody really cares about. Signed-off-by: Linus Torvalds # < /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 a5ad88ce8c7fae7ddc72ee49a11a75aa837788e0 # < make -j 240 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=0x1EF09E01 # Added to kconfig CONFIG_STANDALONE=y # yes \n | make -j 240 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 240 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 make[1]: Leaving directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' make[1]: Entering directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' 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/mm-arch-hooks.h WRAP arch/sh/include/generated/asm/mman.h WRAP arch/sh/include/generated/asm/msgbuf.h WRAP arch/sh/include/generated/asm/param.h WRAP arch/sh/include/generated/asm/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/termios.h WRAP arch/sh/include/generated/asm/termbits.h WRAP arch/sh/include/generated/asm/trace_clock.h WRAP arch/sh/include/generated/asm/xor.h WRAP arch/sh/include/generated/asm/ucontext.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 HOSTCC scripts/basic/bin2c Using /home/kisskb/slave/src as source for kernel HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/conmakehash HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/parse.tab.c SHIPPED scripts/genksyms/lex.lex.c CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig SHIPPED scripts/genksyms/keywords.hash.c SHIPPED scripts/genksyms/parse.tab.h CC scripts/mod/devicetable-offsets.s HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/genksyms/lex.lex.o Generating include/generated/machtypes.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o CHK include/generated/timeconst.h CC kernel/bounds.s UPD include/generated/timeconst.h GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o CHK include/generated/bounds.h UPD include/generated/bounds.h CC arch/sh/kernel/asm-offsets.s HOSTLD scripts/genksyms/genksyms CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh HOSTLD scripts/mod/modpost :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] :1298:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] :1301:2: warning: #warning syscall membarrier not implemented [-Wcpp] CC init/main.o CHK include/generated/compile.h CC init/do_mounts.o CC init/noinitramfs.o CC init/init_task.o LD usr/built-in.o UPD include/generated/compile.h CC init/version.o 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/kernel/irq.o CC arch/sh/mm/alignment.o CC arch/sh/mm/cache.o CC arch/sh/kernel/irq_32.o CC arch/sh/mm/init.o CC arch/sh/mm/consistent.o CC arch/sh/kernel/kdebugfs.o CC arch/sh/mm/mmap.o LD arch/sh/boards/built-in.o CC arch/sh/kernel/machvec.o CC arch/sh/mm/cache-sh3.o CC arch/sh/kernel/nmi_debug.o CC arch/sh/kernel/process.o CC arch/sh/mm/nommu.o CC arch/sh/kernel/process_32.o CC arch/sh/mm/extable_32.o CC arch/sh/kernel/ptrace.o CC arch/sh/mm/asids-debugfs.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 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/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/sh_ksyms_32.o CC arch/sh/kernel/module.o CC arch/sh/kernel/stacktrace.o CC arch/sh/kernel/kprobes.o CC arch/sh/kernel/ftrace.o CC arch/sh/kernel/perf_event.o CC arch/sh/kernel/perf_callchain.o CC arch/sh/kernel/hw_breakpoint.o LD certs/built-in.o AS arch/sh/kernel/head_32.o CC arch/sh/kernel/cpu/clock-cpg.o LDS arch/sh/kernel/vmlinux.lds CC arch/sh/kernel/cpu/init.o CC arch/sh/kernel/cpu/clock.o CC arch/sh/kernel/cpu/fpu.o CC arch/sh/kernel/cpu/irq/imask.o AS arch/sh/kernel/cpu/sh3/ex.o CC arch/sh/kernel/cpu/pfc.o CC arch/sh/kernel/cpu/sh3/probe.o CC arch/sh/kernel/cpu/proc.o AS arch/sh/kernel/cpu/sh3/entry.o CC arch/sh/kernel/cpu/sh3/setup-sh3.o CC arch/sh/kernel/cpu/sh3/setup-sh770x.o CC arch/sh/kernel/cpu/sh3/serial-sh770x.o CC arch/sh/kernel/cpu/sh3/clock-sh3.o /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:89: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:208: Warning: overflow in branch to syscall_call; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../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/sh3/../../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/sh3/../../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/sh3/../../entry-common.S:383: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence CC kernel/fork.o CC kernel/exec_domain.o CC kernel/panic.o CC kernel/cpu.o CC kernel/exit.o CC kernel/softirq.o CC mm/filemap.o CC kernel/resource.o CC mm/mempool.o CC mm/oom_kill.o CC kernel/sysctl.o CC kernel/sysctl_binary.o CC mm/maccess.o CC mm/page_alloc.o CC kernel/capability.o CC mm/page-writeback.o CC mm/readahead.o CC kernel/ptrace.o CC mm/vmscan.o CC mm/truncate.o CC mm/swap.o CC mm/util.o CC kernel/user.o CC kernel/signal.o CC mm/shmem.o CC kernel/sys.o CC kernel/kmod.o CC mm/mmzone.o /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 CC kernel/workqueue.o CC mm/vmstat.o CC mm/backing-dev.o mv: cannot stat 'arch/sh/mm/.tmp_mx_extable_32.o': No such file or directory CC kernel/pid.o CC mm/mm_init.o CC kernel/task_work.o CC mm/mmu_context.o CC kernel/extable.o CC mm/percpu.o CC kernel/params.o CC mm/slab_common.o CC kernel/kthread.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC mm/compaction.o CC kernel/sys_ni.o CC mm/vmacache.o 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 rm: cannot remove 'arch/sh/kernel/.tmp_mx_nmi_debug.o': No such file or directory CC mm/interval_tree.o CC kernel/nsproxy.o /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 CC kernel/notifier.o CC mm/list_lru.o CC kernel/ksysfs.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 CC ipc/util.o CC mm/workingset.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh3/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/sh3/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/sh3/probe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/cpu/sh3/.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/sh3/.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/sh3/.tmp_mc_probe.o CC mm/debug.o CC kernel/cred.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_idle.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace.o': No such file or directory CC ipc/msgutil.o CC mm/nommu.o CC ipc/msg.o CC kernel/reboot.o CC mm/init-mm.o mv: cannot stat 'arch/sh/kernel/cpu/sh3/.tmp_mx_probe.o': No such file or directory CC ipc/sem.o CC kernel/async.o CC ipc/shm.o CC mm/bootmem.o CC kernel/range.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC mm/fadvise.o 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 CC ipc/syscall.o CC kernel/smpboot.o rm: cannot remove 'arch/sh/mm/.tmp_mx_asids-debugfs.o': No such file or directory CC mm/memblock.o CC mm/dmapool.o CC kernel/groups.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 ipc/ipc_sysctl.o CC mm/sparse.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_irq.o': No such file or directory CC security/commoncap.o CC ipc/namespace.o CC mm/slab.o CC mm/failslab.o CC security/security.o /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 CC mm/quicklist.o CC kernel/debug/debug_core.o CC kernel/debug/gdbstub.o CC security/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC kernel/stacktrace.o CC mm/page_owner.o LD kernel/livepatch/built-in.o CC kernel/events/core.o arch/sh/kernel/cpu/sh3/.tmp_gl_clock-sh3.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-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 CC kernel/futex.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC kernel/events/ring_buffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh3/.tmp_mx_clock-sh3.o': No such file CC mm/page_ext.o CC kernel/up.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_topology.o': No such file or directory arch/sh/kernel/.tmp_gl_dma-nommu.o: file not recognized: File truncated CC kernel/events/callchain.o CC mm/frame_vector.o CC kernel/uid16.o CC security/integrity/iint.o /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-objcopy: 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file CC kernel/power/qos.o rm: cannot remove 'arch/sh/kernel/cpu/sh3/.tmp_mx_clock-sh3.o': No such file or directory mv: arch/sh/kernel/cpu/fpu.o: compiled for a big endian system and target is little endiancannot stat 'arch/sh/mm/.tmp_mx_mmap.o' /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: : No such file or directoryarch/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 arch/sh/mm/.tmp_gl_cache-sh3.o: file not recognized: File truncated /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache-sh3.o': No such file /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 CC [M] mm/zpool.o CC kernel/module.o CC kernel/power/poweroff.o CC kernel/printk/printk.o mv: cannot stat 'kernel/.tmp_mx_sys_ni.o': No such file or directory rm: cannot remove 'arch/sh/kernel/.tmp_mx_dma-nommu.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_process.o': No such file or directory CC kernel/rcu/update.o rm: cannot remove 'arch/sh/mm/.tmp_mx_cache-sh3.o': No such file or directory CC kernel/events/hw_breakpoint.o CC kernel/printk/braille.o CC [M] mm/zbud.o mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_fpu.o': No such file or directory CC kernel/gcov/base.o CC kernel/kallsyms.o /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 CC kernel/gcov/fs.o CC kernel/rcu/srcu.o /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 CC kernel/locking/mutex.o CC security/keys/gc.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 CC security/keys/key.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_module.o': No such file or directory CC kernel/locking/semaphore.o CC kernel/acct.o CC kernel/gcov/gcc_3_4.o CC kernel/rcu/tiny.o CC security/keys/keyring.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_dumpstack.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_reboot.o': No such file or directory CC kernel/irq/irqdesc.o CC kernel/locking/rwsem.o CC kernel/locking/percpu-rwsem.o CC security/keys/keyctl.o CC [M] kernel/rcu/rcutorture.o CC kernel/backtracetest.o CC kernel/irq/handle.o CC security/keys/permission.o CC kernel/user_namespace.o CC kernel/locking/mutex-debug.o CC security/keys/process_keys.o CC kernel/pid_namespace.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 CC kernel/irq/manage.o GZIP kernel/config_data.gz CC kernel/irq/spurious.o mv: cannot stat 'arch/sh/mm/.tmp_mx_alignment.o': No such file or directory CC fs/open.o CC kernel/sched/core.o CC kernel/locking/lockdep.o CC kernel/kprobes.o CC security/keys/request_key.o CC kernel/debug/kdb/kdb_io.o CC security/integrity/evm/evm_main.o CC kernel/irq/resend.o CC kernel/sched/loadavg.o CC kernel/watchdog.o CC kernel/locking/lockdep_proc.o CC kernel/debug/kdb/kdb_main.o CC fs/read_write.o CC kernel/irq/chip.o CC kernel/debug/kdb/kdb_support.o CC security/integrity/evm/evm_crypto.o CC kernel/sched/clock.o CC kernel/relay.o CC security/keys/request_key_auth.o CC fs/file_table.o CC kernel/debug/kdb/kdb_bt.o CC kernel/locking/rtmutex.o CC fs/super.o CC kernel/sched/cputime.o CC security/integrity/evm/evm_secfs.o CC kernel/irq/dummychip.o GENKDB kernel/debug/kdb/gen-kdb_cmds.c CC kernel/locking/spinlock.o CC security/keys/user_defined.o CC kernel/utsname_sysctl.o CC security/integrity/evm/evm_posix_acl.o CC kernel/locking/spinlock_debug.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 CC fs/char_dev.o CC kernel/irq/devres.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_sys_sh.o': No such file or directory CC security/keys/proc.o CC kernel/debug/kdb/kdb_bp.o CC kernel/sched/idle_task.o CC fs/stat.o CC kernel/debug/kdb/kdb_debugger.o CC security/keys/sysctl.o CC kernel/tracepoint.o CC kernel/locking/rwsem-spinlock.o CC kernel/sched/fair.o CC kernel/irq/irqdomain.o CC kernel/time/time.o CC kernel/latencytop.o CC security/keys/persistent.o CC kernel/locking/locktorture.o CC kernel/irq/proc.o CC kernel/time/timer.o CC kernel/sched/rt.o CC fs/exec.o CC kernel/elfcore.o CC fs/pipe.o CC kernel/sched/deadline.o CC kernel/trace/trace_selftest_dynamic.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_clock.o CC kernel/irq_work.o CC kernel/debug/kdb/kdb_keyboard.o CC kernel/sched/stop_task.o /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 CC kernel/time/hrtimer.o arch/sh/kernel/cpu/sh3/.tmp_gl_serial-sh770x.o: file not recognized: File truncated CC kernel/trace/ftrace.o CC kernel/torture.o CC fs/namei.o CC kernel/time/itimer.o mv: cannot stat 'arch/sh/kernel/cpu/irq/.tmp_mx_imask.o': No such file or directory /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 CC kernel/sched/wait.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/kernel/cpu/sh3/.tmp_mx_serial-sh770x.o': No such file CC kernel/membarrier.o CC fs/fcntl.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_unwinder.o': No such file or directory CC kernel/time/posix-timers.o CC kernel/debug/kdb/gen-kdb_cmds.o rm: cannot remove 'arch/sh/kernel/cpu/sh3/.tmp_mx_serial-sh770x.o': No such file or directory CC kernel/trace/ring_buffer.o CC kernel/sched/completion.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 CC kernel/time/posix-cpu-timers.o CC kernel/memremap.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_callchain.o': No such file or directory CC kernel/sched/idle.o /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 /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 CC kernel/trace/ring_buffer_benchmark.o CC fs/ioctl.o CC kernel/trace/trace.o CC kernel/time/timekeeping.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 CC kernel/sched/debug.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_sys_sh32.o': No such file or directory CC kernel/trace/trace_output.o CC kernel/time/ntp.o mv: cannot stat 'arch/sh/mm/.tmp_mx_init.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_mmzone.o': No such file or directory CC fs/readdir.o CC kernel/time/clocksource.o CC security/keys/encrypted-keys/encrypted.o CC kernel/trace/trace_seq.o CC kernel/sched/stats.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 LD arch/sh/kernel/cpu/irq/built-in.o CC kernel/time/jiffies.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_stacktrace.o': No such file or directory CC fs/select.o CC security/keys/encrypted-keys/ecryptfs_format.o CC kernel/time/timer_list.o /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 fi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: le arch/sh/kernel/cpu/.tmp_mc_init.o kernel/printk/braille.o: 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/braille.o: uses instructions which are incompatible with instructions used 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/braille.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/printk/.tmp_mc_braille.o: 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_braille.o: uses instructions which are incompatible with instructions used 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_braille.o CC kernel/trace/trace_stat.o CC fs/dcache.o mv: cannot stat 'kernel/printk/.tmp_mx_braille.o': No such file or directory /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 mv: cannot stat 'arch/sh/kernel/cpu/.tmp_mx_init.o': No such file or directory CC kernel/time/timeconv.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps.o': No such file or directory /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 /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 mv: cannot stat 'arch/sh/kernel/.tmp_mx_io.o': No such file or directory CC kernel/time/timecounter.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: 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 CC fs/inode.o kernel/power/.tmp_gl_poweroff.o: file not recognized: File truncated mv: cannot stat 'arch/sh/kernel/.tmp_mx_iomap.o': No such file or directory LD arch/sh/kernel/cpu/sh3/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/power/.tmp_mx_poweroff.o': No such file CC kernel/time/posix-clock.o rm: cannot remove 'kernel/power/.tmp_mx_poweroff.o': No such file or directory CC kernel/time/alarmtimer.o CC fs/attr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh3/serial-sh770x.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/kernel/cpu/sh3/clock-sh3.o: No such file or directory make[4]: *** [arch/sh/kernel/cpu/sh3/built-in.o] Error 1 make[3]: *** [arch/sh/kernel/cpu/sh3] Error 2 make[3]: *** Waiting for unfinished jobs.... CC kernel/trace/trace_printk.o CC kernel/time/clockevents.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 /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 'arch/sh/kernel/cpu/.tmp_mx_proc.o': No such file or directory CC fs/bad_inode.o mv: cannot stat 'kernel/.tmp_mx_range.o': No such file or directory CC kernel/time/tick-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/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: kernel/exec_domain.o: uses instructions which are incompatible with instructions used 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/exec_domain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.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: kernel/.tmp_mc_exec_domain.o: uses instructions which are incompatible with instructions used 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_exec_domain.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/failslab.o: 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/failslab.o: uses instructions which are incompatible with instructions used 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/failslab.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_failslab.o: 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_failslab.o: uses instructions which are incompatible with instructions used 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_failslab.o CC block/bio.o CC kernel/trace/trace_sched_switch.o 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: 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 mv: cannot stat 'mm/.tmp_mx_failslab.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_task_work.o': No such file or directory /home/kisskb/slave/src/mm/bootmem.c: In function 'mark_bootmem': /home/kisskb/slave/src/mm/bootmem.c:388:1: warning: control reaches end of non-void function [-Wreturn-type] CC crypto/api.o make[2]: *** [arch/sh/kernel/cpu] Error 2 make[2]: *** Waiting for unfinished jobs.... CHK kernel/config_data.h CC kernel/trace/trace_functions.o /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 /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 /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 mv: cannot stat 'mm/.tmp_mx_quicklist.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_time.o': No such file or directory mv: cannot stat 'arch/sh/mm/.tmp_mx_consistent.o': No such file or directory CC kernel/trace/trace_sched_wakeup.o UPD kernel/config_data.h CC kernel/time/tick-oneshot.o CC sound/sound_core.o CC kernel/time/tick-sched.o /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 CC fs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC block/elevator.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_setup.o': No such file or directory ipc/.tmp_gl_ipc_sysctl.o: file not recognized: File truncated CC kernel/configs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'ipc/.tmp_mx_ipc_sysctl.o': No such file /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 /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 rm: cannot remove 'ipc/.tmp_mx_ipc_sysctl.o': No such file or directory CC kernel/time/timekeeping_debug.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_process_32.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_mmu_context.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_backtracetest.o: file not recognized: File truncated CC fs/filesystems.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_backtracetest.o': No such file rm: cannot remove 'kernel/.tmp_mx_backtracetest.o': No such file or directory CC block/blk-core.o CC kernel/trace/trace_nop.o CC kernel/time/test_udelay.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/utsname_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/utsname_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 CC kernel/trace/trace_stack.o of file kernel/utsname_sysctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_utsname_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_utsname_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_utsname_sysctl.o CC kernel/trace/trace_functions_graph.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/.tmp_mx_utsname_sysctl.o': No such file or directory /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 /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: failed to merge target specific data of file arch/sh/kernel/kprobes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: arch/sh/kernel/.tmp_mc_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/.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: failed to merge target specific data of file arch/sh/kernel/.tmp_mc_kprobes.o kernel/.tmp_gl_ksysfs.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 mv: cannot stat 'kernel/irq/.tmp_mx_resend.o': No such file or directory /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 'arch/sh/kernel/.tmp_mx_kprobes.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_ksysfs.o': No such file /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 'kernel/.tmp_mx_extable.o': No such file or directory LD firmware/built-in.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 targerm: tcannot remove 'kernel/.tmp_mx_ksysfs.o' s: No such file or directorypec ific 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 'kernel/.tmp_mx_sysctl_binary.o': No such file or directory /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 'mm/.tmp_mx_maccess.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_page_ext.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/evm_posix_acl.o: 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/integrity/evm/evm_posix_acl.o: uses instructions which are incompatible with instructions used 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/integrity/evm/evm_posix_acl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/.tmp_mc_evm_posix_acl.o: 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/integrity/evm/.tmp_mc_evm_posix_acl.o: uses instructions which are incompatible with instructions used 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/integrity/evm/.tmp_mc_evm_posix_acl.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_signal_32.o': No such file or directory CC kernel/trace/trace_branch.o mv: cannot stat 'security/integrity/evm/.tmp_mx_evm_posix_acl.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/up.o: 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/up.o: uses instructions which are incompatible with instructions used 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/up.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_up.o: 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_up.o: uses instructions which are incompatible with instructions used 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_up.o mv: cannot stat 'mm/.tmp_mx_vmacache.o': No such file or directory CC kernel/trace/blktrace.o mv: cannot stat 'kernel/.tmp_mx_up.o': No such file or directory CC sound/sound_firmware.o CC block/blk-tag.o CC crypto/cipher.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 CC block/blk-sysfs.o mv: cannot stat 'kernel/.tmp_mx_user.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/iint.o: 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/integrity/iint.o: uses instructions which are incompatible with instructions used 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/integrity/iint.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/.tmp_mc_iint.o: 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/integrity/.tmp_mc_iint.o: uses instructions which are incompatible with instructions used 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/integrity/.tmp_mc_iint.o CC crypto/compress.o CC kernel/trace/trace_events.o mv: cannot stat 'security/integrity/.tmp_mx_iint.o': No such file or directory CC block/blk-flush.o LD sound/arm/built-in.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 CC drivers/accessibility/braille/braille_console.o CC crypto/memneq.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/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 kernel/sched/.tmp_gl_idle_task.o: file not recognized: File truncated mv: cannot stat 'kernel/locking/.tmp_mx_percpu-rwsem.o': No such file or directory mv: cannot stat 'kernel/trace/.tmp_mx_trace_selftest_dynamic.o': No such file or directory LD drivers/amba/built-in.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_workingset.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: 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: 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 kernel/stacktrace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: 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: 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 kernel/.tmp_mc_stacktrace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_idle_task.o': No such file /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 'kernel/.tmp_mx_stacktrace.o': No such file or directory rm: cannot remove 'kernel/sched/.tmp_mx_idle_task.o': No such file or directory mv: cannot stat 'ipc/.tmp_mx_msgutil.o': No such file or directory LD security/integrity/integrity.o LD sound/atmel/built-in.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_cache.o: file not recognized: File truncated /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/mm/.tmp_mx_cache.o': No such file mv: cannot stat 'arch/sh/kernel/.tmp_mx_hw_breakpoint.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 CC fs/namespace.o rm: cannot remove 'arch/sh/mm/.tmp_mx_cache.o': No such file or directory mv: cannot stat 'ipc/.tmp_mx_namespace.o': No such file or directory LD sound/drivers/built-in.o CC kernel/trace/trace_export.o LD drivers/auxdisplay/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: ipc/syscall.o: 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/syscall.o: uses instructions which are incompatible with instructions used 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/syscall.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_syscall.o: 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_syscall.o: uses instructions which are incompatible with instructions used 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_syscall.o LD sound/firewire/built-in.o security/integrity/evm/.tmp_gl_evm_secfs.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'security/integrity/evm/.tmp_mx_evm_secfs.o': No such file mv: cannot stat 'ipc/.tmp_mx_syscall.o': No such file or directory rm: cannot remove 'security/integrity/evm/.tmp_mx_evm_secfs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/membarrier.o: 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/membarrier.o: uses instructions which are incompatible with instructions used 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/membarrier.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_membarrier.o: 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_membarrier.o: uses instructions which are incompatible with instructions used 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_membarrier.o mv: cannot stat 'kernel/.tmp_mx_membarrier.o': No such file or directory LD sound/drivers/mpu401/built-in.o LD sound/hda/built-in.o CC block/blk-settings.o /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 LD drivers/block/built-in.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/gcc_3_4.o: 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_3_4.o: uses instructions which are incompatible with instructions used 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_3_4.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/gcov/.tmp_mc_gcc_3_4.o: 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_3_4.o: uses instructions which are incompatible with instructions used 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_3_4.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: 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 LD drivers/bus/built-in.o mv: cannot stat 'kernel/gcov/.tmp_mx_gcc_3_4.o': No such file or directory CC kernel/trace/trace_event_perf.o mv: cannot stat 'kernel/gcov/.tmp_mx_base.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_fadvise.o': No such file or directory LD sound/i2c/built-in.o 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.o: No such file or directory LD sound/drivers/opl3/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/mm/cache-sh3.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 CC block/blk-ioc.o make[2]: *** [arch/sh/mm/built-in.o] Error 1 /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_stats.o: file not recognized: File truncated LD sound/mips/built-in.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 specifi CC block/blk-map.o c 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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_stats.o': No such file CC arch/sh/drivers/heartbeat.o /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 LD sound/isa/built-in.o LD sound/drivers/opl4/built-in.o /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 darm: tacannot remove 'kernel/sched/.tmp_mx_stats.o' of : No such file or directoryf ile security/keys/encrypted-keys/.tmp_mc_ecryptfs_format.o /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 mv: cannot stat 'kernel/.tmp_mx_cpu.o': No such file or directory mv: cannot stat 'kernel/irq/.tmp_mx_spurious.o': No such file or directory LD arch/sh/drivers/dma/built-in.o mv: cannot stat 'security/keys/encrypted-keys/.tmp_mx_ecryptfs_format.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 crypto/crypto_wq.o kernel/irq/.tmp_gl_dummychip.o: file not recognized: File truncated LD sound/drivers/pcsp/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/irq/.tmp_mx_dummychip.o': No such file /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_async.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_panic.o': No such file or directory /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 target 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 /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 CC crypto/algapi.o rm: cannot remove 'kernel/irq/.tmp_mx_dummychip.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: 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 LD sound/i2c/other/built-in.o CC drivers/char/mem.o kernel/sched/.tmp_gl_stop_task.o: fil CC drivers/cdrom/cdrom.o e not recognized: File truncated CC drivers/clk/clk-devres.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/sched/.tmp_mx_stop_task.o': No such file 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: kernel/debug/kdb/kdb_keyboard.o: 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_keyboard.o: uses instructions which are incompatible with instructions used 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_keyboard.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/debug/kdb/.tmp_mc_kdb_keyboard.o: 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_keyboard.o: uses instructions which are incompatible with instructions used 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_keyboard.o LD drivers/char/ipmi/built-in.o mv: cannot stat 'kernel/events/.tmp_mx_callchain.o': No such file or directory rm: cannot remove 'kernel/sched/.tmp_mx_stop_task.o': No such file or directory LD sound/oss/built-in.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_keyboard.o': No such file or directory CC drivers/bcma/main.o LD sound/isa/ad1816a/built-in.o make[1]: *** [arch/sh/mm] Error 2 make[1]: *** Waiting for unfinished jobs.... CC crypto/scatterwalk.o CC drivers/base/component.o CC [M] drivers/char/ipmi/ipmi_msghandler.o CC kernel/trace/trace_events_filter.o CC fs/seq_file.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 CC drivers/char/random.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 LD sound/drivers/vx/built-in.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: 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 /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 CC fs/xattr.o CC drivers/clk/clkdev.o CC fs/libfs.o CC block/blk-exec.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_traps_32.o': No such file or directory /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 'kernel/debug/kdb/.tmp_mx_kdb_bt.o': No such file or directory mv: cannot stat 'arch/sh/kernel/.tmp_mx_perf_event.o': No such file or directory CC [M] drivers/char/ipmi/ipmi_si_intf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/memremap.o: 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/memremap.o: uses instructions which are incompatible with instructions used 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/memremap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_memremap.o: 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_memremap.o: uses instructions which are incompatible with instructions used 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_memremap.o CC crypto/proc.o mv: cannot stat 'security/keys/.tmp_mx_permission.o': No such file or directory LD sound/core/oss/built-in.o mv: cannot stat 'kernel/.tmp_mx_memremap.o': No such file or directory CC drivers/clocksource/sh_cmt.o LD sound/isa/ad1848/built-in.o /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: 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 target specific data of file kernel/.tmp_mc_nsproxy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/zbud.o: 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/zbud.o: uses instructions which are incompatible with instructions used 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/zbud.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_zbud.o: 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_zbud.o: uses instructions which are incompatible with instructions used 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_zbud.o LD sound/isa/galaxy/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/latencytop.o: 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/latencytop.o: uses instructions which are incompatible with instructions used 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/latencytop.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_latencytop.o: 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_latencytop.o: uses instructions which are incompatible with instructions used 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_latencytop.o mv: cannot stat 'kernel/irq/.tmp_mx_proc.o': No such file or directory CC [M] sound/core/oss/pcm_oss.o CC drivers/cpuidle/cpuidle.o mv: cannot stat 'kernel/.tmp_mx_nsproxy.o': No such file or directory LD sound/parisc/built-in.o mv: cannot stat 'mm/.tmp_mx_zbud.o': No such file or directory LD sound/isa/es1688/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 LD sound/pci/built-in.o LD sound/isa/cs423x/built-in.o mv: cannot stat 'kernel/.tmp_mx_latencytop.o': No such file or directory CC [M] sound/core/sound.o mv: cannot stat 'kernel/time/.tmp_mx_timekeeping_debug.o': No such file or directory CC drivers/cpufreq/cpufreq.o /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 CC drivers/clocksource/sh_mtu2.o LD sound/pcmcia/built-in.o mv: cannot stat 'kernel/time/.tmp_mx_jiffies.o': No such file or directory CC [M] sound/core/init.o /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 CC drivers/cpuidle/driver.o mv: cannot stat 'kernel/irq/.tmp_mx_devres.o': No such file or directory LD sound/isa/gus/built-in.o LD sound/pci/ac97/built-in.o /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 CC drivers/cpuidle/governor.o /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/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/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 LD sound/isa/msnd/built-in.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_debugger.o': No such file or directory LD sound/sh/built-in.o LD sound/pci/ali5451/built-in.o LD sound/ppc/built-in.o mv: cannot stat 'kernel/time/.tmp_mx_tick-oneshot.o': No such file or directory /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 LD sound/soc/built-in.o /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 CC [M] sound/core/memory.o 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 LD sound/isa/opti9xx/built-in.o LD sound/pci/asihpi/built-in.o mv: cannot stat 'security/keys/.tmp_mx_gc.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 CC drivers/cpuidle/sysfs.o /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 mv: cannot stat 'security/keys/.tmp_mx_request_key_auth.o': No such file or directory /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 CC drivers/clocksource/sh_tmu.o mv: cannot stat 'kernel/sched/.tmp_mx_completion.o': No such file or directory mv: cannot stat 'kernel/locking/.tmp_mx_rwsem-spinlock.o': No such file or directory CC drivers/cpufreq/freq_table.o CC [M] sound/core/control.o CC kernel/trace/trace_events_trigger.o CC fs/fs-writeback.o LD sound/pcmcia/pdaudiocf/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: LD sound/core/seq/built-in.o 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 /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 CC drivers/cpufreq/cpufreq_stats.o mv: cannot stat 'mm/.tmp_mx_list_lru.o': No such file or directory /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: mv: faicannot stat 'kernel/sched/.tmp_mx_loadavg.o'l: No such file or directorye d to merge target specific data of/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 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 LD sound/isa/sb/built-in.o data of file kernel/irq/.tmp_mc_handle.o CC drivers/cpuidle/governors/ladder.o LD sound/sparc/built-in.o mv: cannot stat 'kernel/irq/.tmp_mx_handle.o': No such file or directory CC [M] sound/core/misc.o CC drivers/cpufreq/cpufreq_powersave.o mv: cannot stat 'kernel/.tmp_mx_smpboot.o': No such file or directory LD sound/synth/built-in.o LD sound/isa/wavefront/built-in.o LD sound/pci/au88x0/built-in.o CC fs/pnode.o CC drivers/bcma/scan.o CC crypto/aead.o CC [M] sound/core/seq/seq.o CC drivers/char/misc.o CC drivers/cpuidle/governors/menu.o LD sound/isa/wss/built-in.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 [M] sound/core/seq/seq_lock.o LD sound/spi/built-in.o LD sound/pcmcia/vx/built-in.o LD sound/pci/aw2/built-in.o mv: cannot stat 'mm/.tmp_mx_zpool.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 LD sound/synth/emux/built-in.o CC [M] sound/spi/at73c213.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 'security/keys/.tmp_mx_user_defined.o': No such file or directory LD sound/usb/built-in.o security/keys/.tmp_gl_proc.o: file not recognized: File truncated CC [M] drivers/char/ipmi/ipmi_kcs_sm.o LD sound/pci/ca0106/built-in.o CC block/blk-merge.o LD drivers/crypto/built-in.o LD sound/pci/cs46xx/built-in.o CC kernel/trace/power-traces.o CC [M] sound/core/device.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-objcopy: 'security/keys/.tmp_mx_proc.o': No such file CC crypto/ablkcipher.o rm: cannot remove 'security/keys/.tmp_mx_proc.o': No such file or directory LD sound/pci/cs5535audio/built-in.o CC kernel/trace/trace_kdb.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/evm_crypto.o: 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/integrity/evm/evm_crypto.o: uses instructions which are incompatible with instructions used 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/integrity/evm/evm_crypto.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/.tmp_mc_evm_crypto.o: 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/integrity/evm/.tmp_mc_evm_crypto.o: uses instructions which are incompatible with instructions used 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/integrity/evm/.tmp_mc_evm_crypto.o mv: cannot stat 'kernel/rcu/.tmp_mx_srcu.o': No such file or directory CC [M] sound/core/info.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/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: : failsecurity/inode.o: compiled for a big endian system and target is little endiane d/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: tsecurity/inode.o: uses instructions which are incompatible with instructions used in previous moduleso me/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldr:g ef atialregde tt os pmeecrigfei ct adragteat osfp efciilfei cfs/.tmp_mc_bad_inode.o data of file security/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.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: security/.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 security/.tmp_mc_inode.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 'security/integrity/evm/.tmp_mx_evm_crypto.o': No such file or directory /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 mv: cannot stat 'security/.tmp_mx_inode.o': No such file or directory LD sound/pci/ctxfi/built-in.o LD sound/usb/6fire/built-in.o mv: cannot stat 'kernel/.tmp_mx_notifier.o': No such file or directory LD sound/usb/bcd2000/built-in.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 modulesmv: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldcannot stat 'fs/.tmp_mx_bad_inode.o': : No such file or directoryf ailed to merge target specific data of file arch/sh/kernel/.tmp_mc_ptrace_32.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_owner.o: 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_owner.o: uses instructions which are incompatible with instructions used 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_owner.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_owner.o: 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_owner.o: uses instructions which are incompatible with instructions used 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_owner.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_bp.o': No such file or directory LD sound/pci/echoaudio/built-in.o mv: cannot stat 'arch/sh/kernel/.tmp_mx_ptrace_32.o': No such file or directory CC drivers/extcon/extcon.o mv: cannot stat 'mm/.tmp_mx_page_owner.o': No such file or directory LD sound/pci/emu10k1/built-in.o CC fs/splice.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 [M] drivers/extcon/extcon-gpio.o CC fs/sync.o CC drivers/dma-buf/dma-buf.o /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 CC drivers/base/core.o 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 /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 'kernel/.tmp_mx_reboot.o': No such file or directory mv: cannot stat 'kernel/locking/.tmp_mx_spinlock_debug.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_util.o': No such file or directory CC drivers/dma/dmaengine.o /home/kisskb/slave/src/kernel/sched/core.c: In function 'pick_next_task': /home/kisskb/slave/src/kernel/sched/core.c:3016:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] sound/core/info_oss.o LD sound/pci/ice1712/built-in.o LD sound/usb/caiaq/built-in.o CC fs/utimes.o LD sound/pci/hda/built-in.o LD drivers/firewire/built-in.o /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 LD sound/pci/korg1212/built-in.o make[1]: *** [arch/sh/kernel] Error 2 mv: cannot stat 'kernel/irq/.tmp_mx_irqdesc.o': No such file or directory CC drivers/dma-buf/reservation.o CC drivers/dma-buf/fence.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD sound/pci/lola/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-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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/locking/.tmp_mx_semaphore.o': No such file mv: cannot stat 'kernel/sched/.tmp_mx_cputime.o': No such file or directory rm: cannot remove 'kernel/locking/.tmp_mx_semaphore.o': No such file or directory LD sound/usb/hiface/built-in.o LD sound/usb/misc/built-in.o /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 LD sound/pci/lx6464es/built-in.o mv: cannot stat 'kernel/.tmp_mx_kthread.o': No such file or directory LD sound/pci/mixart/built-in.o CC fs/stack.o LD sound/usb/usx2y/built-in.o LD drivers/char/agp/built-in.o LD sound/pci/oxygen/built-in.o /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 /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 LD sound/pci/nm256/built-in.o CC fs/fs_struct.o mv: cannot stat 'mm/.tmp_mx_interval_tree.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_timer_list.o': No such file or directory CC fs/statfs.o LD sound/pci/rme9652/built-in.o LD sound/pci/riptide/built-in.o CC fs/fs_pin.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/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: kernel/sched/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 kernel/sched/idle.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.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: kernel/sched/.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 kernel/sched/.tmp_mc_idle.o LD drivers/firmware/broadcom/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/evm_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: security/integrity/evm/evm_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 security/integrity/evm/evm_main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/integrity/evm/.tmp_mc_evm_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: security/integrity/evm/.tmp_mc_evm_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 security/integrity/evm/.tmp_mc_evm_main.o /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 LD drivers/fmc/built-in.o LD sound/pci/pcxhr/built-in.o mv: cannot stat 'security/integrity/evm/.tmp_mx_evm_main.o': No such file or directory LD drivers/gpio/built-in.o mv: cannot stat 'kernel/sched/.tmp_mx_idle.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/kallsyms.o: 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/kallsyms.o: uses instructions which are incompatible with instructions used 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/kallsyms.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_kallsyms.o: 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_kallsyms.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld:mv: fcannot stat 'mm/.tmp_mx_sparse.o'ai: No such file or directoryl ed to merge target specific data of file kernel/.tmp_mc_kallsyms.o LD sound/pci/vx222/built-in.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_tiny.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/frame_vector.o: 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/frame_vector.o: uses instructions which are incompatible with instructions used 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/frame_vector.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_frame_vector.o: 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_frame_vector.o: uses instructions which are incompatible with instructions used 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_frame_vector.o mv: cannot stat 'kernel/.tmp_mx_kallsyms.o': No such file or directory LD sound/pci/trident/built-in.o CC drivers/base/bus.o kernel/time/.tmp_gl_test_udelay.o: file not recognized: File truncated /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 LD drivers/char/hw_random/built-in.o CC [M] drivers/fmc/fmc-core.o LD sound/pci/ymfpci/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/time/.tmp_mx_test_udelay.o': No such file CC block/blk-softirq.o LD drivers/firmware/built-in.o CC [M] drivers/char/raw.o mv: cannot stat 'mm/.tmp_mx_frame_vector.o': No such file or directory mv: cannot stat 'kernel/locking/.tmp_mx_spinlock.o': No such file or directory rm: cannot remove 'kernel/time/.tmp_mx_test_udelay.o': No such file or directory CC drivers/base/dd.o CC [M] drivers/char/hw_random/core.o CC [M] drivers/char/ipmi/ipmi_smic_sm.o CC drivers/base/syscore.o LD security/integrity/evm/evm.o CC [M] drivers/char/hw_random/timeriomem-rng.o /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 /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: fai/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: led to kernel/watchdog.o: compiled for a big endian system and target is little endianm er/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: gkernel/watchdog.o: uses instructions which are incompatible with instructions used in previous modules e /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldt:a rfgaeitl esdpec itfoi cm edragtea toafr gfeitl es pcrypto/compress.oe c/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: icrypto/.tmp_mc_compress.o: compiled for a big endian system and target is little endianf i/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ccrypto/.tmp_mc_compress.o: uses instructions which are incompatible with instructions used in previous modules d/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-lda:t af aoifl efdile tkernel/watchdog.oo merge/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_watchdog.o: compiled for a big endian system and target is little endiant /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: akernel/.tmp_mc_watchdog.o: uses instructions which are incompatible with instructions used in previous modulesr get/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sfpaeicliefdi ct od atam eorfg fiel et acrypto/.tmp_mc_compress.or get specific data of file kernel/.tmp_mc_watchdog.o CC drivers/dma-buf/seqno-fence.o LD drivers/gpu/vga/built-in.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: kernel/uid16.o: 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/uid16.o: uses instructions which are incompatible with instructions used 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/uid16.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_uid16.o: 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_uid16.o: uses instructions which are incompatible with instructions used 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_uid16.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find security/integrity/evm/evm_secfs.o: No such file or directory make[4]: *** [security/integrity/evm/evm.o] Error 1 mv: cannot stat 'kernel/.tmp_mx_groups.o': No such file or directory make[3]: *** [security/integrity/evm] Error 2 mv: cannot stat 'kernel/.tmp_mx_uid16.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_watchdog.o': No such file or directory make[2]: *** [security/integrity] Error 2 make[2]: *** Waiting for unfinished jobs.... CC drivers/base/driver.o LD drivers/hsi/clients/built-in.o CC block/blk-timeout.o CC [M] sound/core/sound_oss.o LD drivers/gpu/drm/i2c/built-in.o /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: 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 spec LD drivers/gpu/drm/bridge/built-in.o ific data of file kernel/events/.tmp_mc_hw_breakpoint.o CC [M] drivers/char/ipmi/ipmi_bt_sm.o mv: cannot stat 'kernel/.tmp_mx_capability.o': No such file or directory CC [M] sound/core/timer.o mv: cannot stat 'kernel/events/.tmp_mx_hw_breakpoint.o': No such file or directory CC [M] drivers/fmc/fmc-match.o /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 CC [M] drivers/fmc/fmc-sdb.o CC crypto/blkcipher.o CC [M] sound/core/pcm.o CC drivers/i2c/i2c-boardinfo.o CC drivers/hwmon/hwmon.o LD drivers/gpu/drm/tilcdc/built-in.o LD drivers/hid/built-in.o LD drivers/hsi/controllers/built-in.o mv: cannot stat 'kernel/gcov/.tmp_mx_fs.o': No such file or directory LD drivers/gpu/drm/panel/built-in.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 /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: CC [M] drivers/hid/hid-core.o drivers/clk/clk-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: drivers/clk/clk-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 drivers/clk/clk-devres.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/clk/.tmp_mc_clk-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: drivers/clk/.tmp_mc_clk-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 drivers/clk/.tmp_mc_clk-devres.o CC [M] sound/core/pcm_native.o CC drivers/bcma/core.o /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 mv: cannot stat 'mm/.tmp_mx_mempool.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_dmapool.o': No such file or directory CC drivers/hwmon/hwmon-vid.o mv: cannot stat 'drivers/clk/.tmp_mx_clk-devres.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_itimer.o': No such file or directory LD drivers/gpu/drm/built-in.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD drivers/hsi/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/sound_firmware.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/sound_firmware.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/sound_firmware.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/.tmp_mc_sound_firmware.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/.tmp_mc_sound_firmware.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/.tmp_mc_sound_firmware.o mv: cannot stat 'crypto/.tmp_mx_cipher.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 init/.tmp_gl_main.o: file not recognized: File truncated /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 LD kernel/gcov/built-in.o mv: cannot stat 'sound/.tmp_mx_sound_firmware.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'init/.tmp_mx_main.o': No such file /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 'mm/.tmp_mx_vmstat.o': No such file or directory mv: cannot stat 'init/.tmp_mx_do_mounts.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 CC [M] drivers/hid/hid-input.o rm: cannot remove 'init/.tmp_mx_main.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_file_table.o': No such file or directory CC drivers/hwmon/max1111.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/governor.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/governor.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/governor.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_governor.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_governor.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/.tmp_mc_governor.o CC [M] drivers/fmc/fru-parse.o mv: cannot stat 'kernel/.tmp_mx_kmod.o': No such file or directory CC [M] sound/core/pcm_lib.o mv: cannot stat 'drivers/cpuidle/.tmp_mx_governor.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) LD drivers/gpu/built-in.o LD drivers/idle/built-in.o arch/sh/drivers/.tmp_gl_heartbeat.o: file not recognized: File truncated CC [M] drivers/fmc/fmc-dump.o CC [M] drivers/hid/hid-debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'arch/sh/drivers/.tmp_mx_heartbeat.o': No such file /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 CC crypto/skcipher.o CC [M] drivers/hid/hidraw.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/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 CC [M] sound/core/pcm_timer.o rm: cannot remove 'arch/sh/drivers/.tmp_mx_heartbeat.o': No such file or directory CC drivers/base/class.o mv: cannot stat 'kernel/time/.tmp_mx_clocksource.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 CC [M] sound/core/pcm_misc.o 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 LD init/mounts.o mv: cannot stat 'mm/.tmp_mx_readahead.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] sound/core/pcm_memory.o CC [M] drivers/hid/hid-generic.o drivers/cpufreq/.tmp_gl_cpufreq_powersave.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/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: ipc/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 ipc/util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.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: ipc/.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 ipc/.tmp_mc_util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/cpufreq/.tmp_mx_cpufreq_powersave.o': No such file 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 mv: cannot stat 'ipc/.tmp_mx_util.o': No such file or directory make[2]: *** [init/built-in.o] Error 1 make[1]: *** [init] Error 2 rm: cannot remove 'drivers/cpufreq/.tmp_mx_cpufreq_powersave.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/tracepoint.o: 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/tracepoint.o: uses instructions which are incompatible with instructions used 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/tracepoint.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_tracepoint.o: 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_tracepoint.o: uses instructions which are incompatible with instructions used 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_tracepoint.o /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 mv: cannot stat 'kernel/.tmp_mx_tracepoint.o': No such file or directory CC drivers/input/gameport/gameport.o CC [M] sound/core/memalloc.o CC [M] drivers/char/ipmi/ipmi_poweroff.o CC [M] drivers/char/ipmi/ipmi_ssif.o mv: cannot stat 'fs/.tmp_mx_readdir.o': No such file or directory LD arch/sh/drivers/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find arch/sh/drivers/heartbeat.o: No such file or directory CC drivers/input/gameport/ns558.o make[2]: *** [arch/sh/drivers/built-in.o] Error 1 make[1]: *** [arch/sh/drivers] Error 2 CC drivers/input/input.o CC [M] sound/core/seq/seq_clientmgr.o CC fs/nsfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/alarmtimer.o: 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/alarmtimer.o: uses instructions which are incompatible with instructions used 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/alarmtimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/time/.tmp_mc_alarmtimer.o: 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_alarmtimer.o: uses instructions which are incompatible with instructions used 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_alarmtimer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/torture.o: 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/torture.o: uses instructions which are incompatible with instructions used 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/torture.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_torture.o: 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_torture.o: uses instructions which are incompatible with instructions used 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_torture.o mv: cannot stat 'kernel/time/.tmp_mx_alarmtimer.o' CC drivers/input/serio/serio.o CC [M] sound/core/seq/seq_memory.o /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/.tmp_mx_torture.o': No such file or directory CC [M] drivers/hid/hid-a4tech.o : No such file or directory CC drivers/cpufreq/cpufreq_userspace.o CC fs/buffer.o mv: cannot stat 'kernel/time/.tmp_mx_posix-clock.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 /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 'crypto/.tmp_mx_memneq.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 'fs/.tmp_mx_attr.o': No such file or directory 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: kernel/pid_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: kernel/pid_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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: sUnable to change endianness of input file(s)p ecific data of file kernel/pid_namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_pid_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: kernel/.tmp_mc_pid_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 kernel/.tmp_mc_pid_namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/memory.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_memory.o CC fs/block_dev.o mv: cannot stat 'sound/core/.tmp_mx_memory.o': No such file or directory drivers/cpuidle/governors/.tmp_gl_ladder.o: file not recognized: File truncated mv: cannot stat 'kernel/.tmp_mx_pid_namespace.o': No such file or directory CC [M] drivers/fmc/fmc-trivial.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/cpuidle/governors/.tmp_mx_ladder.o': No such file CC [M] sound/core/seq/seq_queue.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 CC fs/direct-io.o rm: cannot remove 'drivers/cpuidle/governors/.tmp_mx_ladder.o': No such file or directory CC crypto/chainiv.o CC [M] drivers/fmc/fmc-chardev.o mv: cannot stat 'kernel/sched/.tmp_mx_wait.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_lock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_lock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_lock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_lock.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_lock.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_lock.o CC crypto/eseqiv.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_lock.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/accessibility/braille/braille_console.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/accessibility/braille/braille_console.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/accessibility/braille/braille_console.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/accessibility/braille/.tmp_mc_braille_console.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/accessibility/braille/.tmp_mc_braille_console.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/accessibility/braille/.tmp_mc_braille_console.o CC fs/mpage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_misc.o mv: cannot stat 'drivers/accessibility/braille/.tmp_mx_braille_console.o': No such file or directory CC drivers/hwmon/mc13783-adc.o CC [M] sound/core/rawmidi.o /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 /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: mv: facannot stat 'sound/core/.tmp_mx_misc.o'iled to m: No such file or directorye rge target specific data of file kernel/sched/.tmp_mc_rt.o CC drivers/hwmon/nct6683.o mv: cannot stat 'kernel/sched/.tmp_mx_rt.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_tick-common.o': No such file or directory CC drivers/hwmon/nct6775.o /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 /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 damv: tacannot stat 'kernel/time/.tmp_mx_clockevents.o' o: No such file or directoryf file kernel/irq/.tmp_mc_irqdomain.o CC crypto/seqiv.o /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 LD drivers/irqchip/built-in.o mv: cannot stat 'kernel/irq/.tmp_mx_irqdomain.o': No such file or directory CC [M] sound/core/seq/seq_fifo.o CC crypto/ahash.o LD drivers/accessibility/braille/built-in.o mv: cannot stat 'fs/.tmp_mx_stack.o': No such file or directory /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] sound/core/seq/seq_prioq.o mv: cannot stat 'kernel/events/.tmp_mx_ring_buffer.o': No such file or directory /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 LD drivers/accessibility/built-in.o /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-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 f CC crypto/shash.o ile security/keys/process_keys.o mv: cannot stat 'fs/.tmp_mx_ioctl.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: No such file or directory /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 drivers/fmc/fru-parse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fru-parse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/fru-parse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fru-parse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fru-parse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fru-parse.o /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 LD drivers/lguest/built-in.o mv: cannot stat 'drivers/fmc/.tmp_mx_fru-parse.o': No such file or directory CC [M] sound/core/seq/seq_timer.o mv: cannot stat 'fs/.tmp_mx_filesystems.o': No such file or directory mv: cannot stat 'security/keys/.tmp_mx_process_keys.o': No such file or directory 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) CC drivers/leds/led-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/driver.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/.tmp_mc_driver.o crypto/.tmp_gl_proc.o: fil CC drivers/leds/led-triggers.o e not recognized: File truncated /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 CC crypto/pcompress.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 'drivers/cpuidle/.tmp_mx_driver.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_proc.o': No such file /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 LD drivers/macintosh/built-in.o CC crypto/akcipher.o drivers/extcon/.tmp_gl_extcon-gpio.o: file not recognized: mv: File truncated cannot stat 'kernel/rcu/.tmp_mx_update.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_proc.o': No such file or directory mv: cannot stat 'security/keys/.tmp_mx_key.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/extcon/.tmp_mx_extcon-gpio.o': No such file /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 rm: cannot remove 'drivers/extcon/.tmp_mx_extcon-gpio.o': No such file or directory drivers/char/.tmp_gl_mem.o: file not recognized: File truncated mv: cannot stat 'mm/.tmp_mx_backing-dev.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/sound_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: sound/sound_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 sound/sound_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/.tmp_mc_sound_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: sound/.tmp_mc_sound_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 sound/.tmp_mc_sound_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD drivers/mcb/built-in.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 'sound/.tmp_mx_sound_core.o': No such file or directory /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 drivers/cpufreq/.tmp_gl_cpufreq_stats.o: file not recognized: File truncated mv: cannot stat 'kernel/time/.tmp_mx_time.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/cpufreq/.tmp_mx_cpufreq_stats.o': No such file /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 rm: cannot remove 'drivers/cpufreq/.tmp_mx_cpufreq_stats.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/.tmp_mx_mem.o': No such file mv: cannot stat 'kernel/irq/.tmp_mx_chip.o': No such file or directory /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 CC [M] drivers/mcb/mcb-core.o rm: cannot remove 'drivers/char/.tmp_mx_mem.o': No such file or directory drivers/char/ipmi/.tmp_gl_ipmi_kcs_sm.o: file not recognized: File truncated /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 'mm/.tmp_mx_truncate.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/ipmi/.tmp_mx_ipmi_kcs_sm.o': No such file LD drivers/memstick/built-in.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-ld: kernel/acct.o: 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/acct.o: uses instructions which are incompatible with instructions used 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/acct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_acct.o: 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_acct.o: uses instructions which are incompatible with instructions used 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_acct.o CC crypto/testmgr.o rm: cannot remove 'drivers/char/ipmi/.tmp_mx_ipmi_kcs_sm.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_acct.o': No such file or directory LD fs/configfs/built-in.o CC drivers/hwmon/ntc_thermistor.o CC fs/debugfs/inode.o CC [M] drivers/hid/hid-axff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD fs/exofs/built-in.o LD drivers/memstick/host/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC drivers/cpufreq/cpufreq_ondemand.o drivers/clocksource/.tmp_gl_sh_mtu2.o: file not recognized: File truncated CC [M] fs/configfs/inode.o CC fs/exportfs/expfs.o LD drivers/memstick/core/built-in.o CC fs/devpts/inode.o drivers/char/hw_random/.tmp_gl_timeriomem-rng.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/clocksource/.tmp_mx_sh_mtu2.o': No such file CC fs/debugfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/hw_random/.tmp_mx_timeriomem-rng.o': No such file rm: cannot remove 'drivers/char/hw_random/.tmp_mx_timeriomem-rng.o': No such file or directory rm: cannot remove 'drivers/clocksource/.tmp_mx_sh_mtu2.o': No such file or directory CC [M] drivers/hid/hid-aureal.o CC drivers/cpufreq/cpufreq_governor.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/.tmp_mc_sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/clk/clkdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/clk/clkdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/clk/clkdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/clk/.tmp_mc_clkdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/clk/.tmp_mc_clkdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/clk/.tmp_mc_clkdev.o CC [M] drivers/memstick/core/memstick.o mv: cannot stat 'drivers/cpuidle/.tmp_mx_sysfs.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-tag.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-tag.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-tag.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-tag.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-tag.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-tag.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 LD drivers/media/common/b2c2/built-in.o mv: cannot stat 'kernel/sched/.tmp_mx_deadline.o': No such file or directory mv: cannot stat 'drivers/clk/.tmp_mx_clkdev.o': No such file or directory CC [M] drivers/mcb/mcb-parse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/.tmp_mc_misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/.tmp_mc_misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/.tmp_mc_misc.o mv: cannot stat 'block/.tmp_mx_blk-tag.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_char_dev.o': No such file or directory CC [M] drivers/hid/hid-cherry.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/info_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/info_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/info_oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_info_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_info_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_info_oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/user_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: kernel/user_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 kernel/user_namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_user_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: kernel/.tmp_mc_user_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 kernel/.tmp_mc_user_namespace.o mv: cannot stat 'drivers/char/.tmp_mx_misc.o': No such file or directory mv: cannot stat 'sound/core/.tmp_mx_info_oss.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_user_namespace.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) drivers/cpuidle/governors/.tmp_gl_menu.o: file not recognized: File truncated /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 /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 drivers/bcma/sprom.o CC drivers/mfd/ti_am335x_tscadc.o mv: cannot stat 'kernel/power/.tmp_mx_qos.o': No such file or directory CC drivers/mfd/sm501.o /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 /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: 'drivers/cpuidle/governors/.tmp_mx_menu.o': No such file mv: cannot stat 'kernel/.tmp_mx_pid.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/scan.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/scan.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/scan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_scan.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_scan.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/.tmp_mc_scan.o rm: cannot remove 'drivers/cpuidle/governors/.tmp_mx_menu.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_params.o': No such file or directory CC block/blk-iopoll.o mm/.tmp_gl_oom_kill.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/freq_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: drivers/cpufreq/freq_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 drivers/cpufreq/freq_table.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_freq_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: drivers/cpufreq/.tmp_mc_freq_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 drivers/cpufreq/.tmp_mc_freq_table.o CC drivers/bcma/driver_chipcommon.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_oom_kill.o': No such file CC drivers/mfd/arizona-core.o LD drivers/media/common/saa7146/built-in.o LD drivers/clk/built-in.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 'drivers/bcma/.tmp_mx_scan.o': No such file or directory rm: cannot remove 'mm/.tmp_mx_oom_kill.o': No such file or directory LD drivers/media/dvb-core/built-in.o mv: cannot stat 'drivers/cpufreq/.tmp_mx_freq_table.o': No such file or directory kernel/locking/.tmp_gl_locktorture.o: file not recognized: File truncated CC [M] drivers/media/dvb-core/dvbdev.o LD drivers/media/common/siano/built-in.o CC drivers/bcma/driver_chipcommon_pmu.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/locking/.tmp_mx_locktorture.o': No such file LD kernel/rcu/built-in.o CC drivers/mfd/arizona-irq.o CC [M] drivers/cpufreq/sh-cpufreq.o LD fs/f2fs/built-in.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_io.o': No such file or directory LD kernel/power/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-match.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-match.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/fmc-match.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-match.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-match.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fmc-match.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/power/poweroff.o: No such file or directory LD drivers/cpuidle/governors/built-in.o mv: cannot stat 'drivers/fmc/.tmp_mx_fmc-match.o': No such file or directory make[3]: *** [kernel/power/built-in.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/cpuidle/governors/ladder.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/cpuidle/governors/menu.o: No such file or directory make[4]: *** [drivers/cpuidle/governors/built-in.o] Error 1 CC [M] fs/f2fs/dir.o CC drivers/dma/virt-dma.o rm: cannot remove 'kernel/locking/.tmp_mx_locktorture.o': No such file or directory make[2]: *** [kernel/power] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [drivers/cpuidle/governors] Error 2 make[3]: *** Waiting for unfinished jobs.... /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-dump.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-dump.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/fmc-dump.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-dump.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-dump.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fmc-dump.o mv: cannot stat 'drivers/fmc/.tmp_mx_fmc-dump.o': No such file or directory CC drivers/bcma/driver_chipcommon_b.o CC [M] fs/f2fs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/sound.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/sound.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/sound.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_sound.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_sound.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_sound.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 CC fs/ext2/balloc.o CC drivers/input/serio/libps2.o CC drivers/mfd/wm5110-tables.o mv: cannot stat 'fs/.tmp_mx_utimes.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 'sound/core/.tmp_mx_sound.o': No such file or directory LD drivers/media/common/built-in.o CC [M] fs/f2fs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-exec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-exec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-exec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-exec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-exec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-exec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/device.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_device.o drivers/cpufreq/.tmp_gl_cpufreq_userspace.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-map.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-map.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific da/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: ta'drivers/cpufreq/.tmp_mx_cpufreq_userspace.o': No such file o f file block/blk-map.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-map.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-map.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-map.o mv: cannot stat 'block/.tmp_mx_blk-exec.o': No such file or directory CC fs/ext2/dir.o mv: cannot stat 'sound/core/.tmp_mx_device.o': No such file or directory LD fs/btrfs/built-in.o rm: cannot remove 'drivers/cpufreq/.tmp_mx_cpufreq_userspace.o': No such file or directory mv: cannot stat 'block/.tmp_mx_blk-map.o': No such file or directory CC drivers/bcma/driver_gmac_cmn.o LD fs/isofs/built-in.o LD fs/jbd2/built-in.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 /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: CC fs/ext2/file.o 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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/msg.o: 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/msg.o: uses instructions which are incompatible with instructions used 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/msg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_msg.o: 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_msg.o: uses instructions which are incompatible with instructions used 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_msg.o CC [M] fs/btrfs/super.o CC [M] fs/jbd2/transaction.o CC [M] fs/isofs/namei.o mv: cannot stat 'ipc/.tmp_mx_msg.o': No such file or directory CC [M] drivers/hid/hid-chicony.o 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: drivers/base/component.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/component.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/component.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_component.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_component.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_component.o mv: cannot stat 'kernel/debug/kdb/.tmp_mx_kdb_support.o': No such file or directory /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 LD drivers/media/firewire/built-in.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 CC [M] drivers/hid/hid-dr.o mv: cannot stat 'drivers/base/.tmp_mx_component.o': No such file or directory CC [M] fs/isofs/inode.o CC fs/fscache/cache.o mv: cannot stat 'mm/.tmp_mx_bootmem.o': No such file or directory LD fs/gfs2/built-in.o LD fs/ext4/built-in.o LD drivers/i2c/algos/built-in.o CC block/blk-lib.o /home/kisskb/slave/src/kernel/kprobes.c: In function 'register_kprobe': /home/kisskb/slave/src/kernel/kprobes.c:1536:13: warning: 'probed_mod' may be used uninitialized in this function [-Wuninitialized] /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 CC block/blk-mq.o CC [M] fs/gfs2/acl.o mv: cannot stat 'fs/.tmp_mx_fs_pin.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 CC [M] drivers/i2c/algos/i2c-algo-bit.o CC [M] fs/ext4/balloc.o mv: cannot stat 'fs/.tmp_mx_fs_struct.o': No such file or directory /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 /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 LD drivers/i2c/busses/built-in.o CC block/blk-mq-tag.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-trivial.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-trivial.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/fmc-trivial.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-trivial.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-trivial.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fmc-trivial.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-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 LD drivers/media/i2c/soc_camera/built-in.o LD drivers/media/dvb-frontends/built-in.o mv: cannot stat 'drivers/fmc/.tmp_mx_fmc-trivial.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_api.o': No such file or directory CC [M] drivers/i2c/busses/i2c-axxia.o mv: cannot stat 'kernel/debug/.tmp_mx_gdbstub.o': No such file or directory CC [M] fs/ext4/bitmap.o CC [M] drivers/media/dvb-frontends/stv0299.o CC [M] drivers/i2c/busses/i2c-bcm-iproc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/hwmon-vid.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/hwmon-vid.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/hwmon-vid.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_hwmon-vid.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_hwmon-vid.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/.tmp_mc_hwmon-vid.o CC [M] drivers/i2c/busses/i2c-designware-core.o CC [M] drivers/media/i2c/msp3400-driver.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/driver.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_driver.o LD drivers/media/mmc/siano/built-in.o mv: cannot stat 'drivers/hwmon/.tmp_mx_hwmon-vid.o': No such file or directory mv: cannot stat 'drivers/base/.tmp_mx_driver.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 CC fs/kernfs/mount.o LD sound/soundcore.o mv: cannot stat 'kernel/.tmp_mx_softirq.o': No such file or directory LD drivers/media/mmc/built-in.o CC fs/kernfs/inode.o CC crypto/cmac.o CC fs/kernfs/dir.o CC fs/jfs/super.o CC drivers/base/platform.o LD drivers/media/pci/b2c2/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-flush.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-flush.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-flush.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-flush.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-flush.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-flush.o CC drivers/hwmon/w83627ehf.o LD drivers/media/platform/exynos-gsc/built-in.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 'block/.tmp_mx_blk-flush.o': No such file or directory /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 /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 drivers/char/.tmp_gl_raw.o: file not recognized: File truncated CC fs/notify/fsnotify.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-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'fs/.tmp_mx_nsfs.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] drivers/media/platform/exynos-gsc/gsc-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/.tmp_mx_raw.o': No such file drivers/hwmon/.tmp_gl_max1111.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) rm: cannot remove 'drivers/char/.tmp_mx_raw.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max1111.o': No such file drivers/char/ipmi/.tmp_gl_ipmi_smic_sm.o: file not recognized: File truncated drivers/clocksource/.tmp_gl_sh_tmu.o: file not recognized: File truncated LD drivers/media/radio/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_max1111.o': No such file or directory drivers/dma-buf/.tmp_gl_seqno-fence.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/ipmi/.tmp_mx_ipmi_smic_sm.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/clocksource/.tmp_mx_sh_tmu.o': No such file /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 rm: cannot remove 'drivers/clocksource/.tmp_mx_sh_tmu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma-buf/.tmp_mx_seqno-fence.o': No such file /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 rm: cannot remove 'drivers/char/ipmi/.tmp_mx_ipmi_smic_sm.o': No such file or directory rm: cannot remove 'drivers/dma-buf/.tmp_mx_seqno-fence.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_resource.o': No such file or directory LD drivers/media/pci/ddbridge/built-in.o mv: cannot stat 'crypto/.tmp_mx_scatterwalk.o': No such file or directory CC fs/nls/nls_base.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/platform/exynos-gsc/gsc-m2m.o drivers/hid/.tmp_gl_hid-a4tech.o: file not recognized: File truncated CC fs/fscache/cookie.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-a4tech.o': No such file mv: cannot stat 'kernel/.tmp_mx_cred.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-a4tech.o': No such file or directory CC drivers/hwmon/wm831x-hwmon.o LD fs/nilfs2/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_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: sound/core/pcm_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 sound/core/pcm_timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_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: sound/core/.tmp_mc_pcm_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 sound/core/.tmp_mc_pcm_timer.o mv: cannot stat 'sound/core/.tmp_mx_pcm_timer.o': No such file or directory CC fs/fscache/fsdef.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC block/blk-mq-sysfs.o drivers/hwmon/.tmp_gl_mc13783-adc.o: file not recognized: File truncated CC [M] fs/nilfs2/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_mc13783-adc.o': No such file mv: cannot stat 'block/.tmp_mx_blk-sysfs.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_mc13783-adc.o': No such file or directory CC [M] fs/nilfs2/file.o /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 LD drivers/media/pci/dm1105/built-in.o CC fs/fscache/main.o LD drivers/media/pci/mantis/built-in.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-ld: sound/core/sound_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/sound_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/sound_oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_sound_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_sound_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_sound_oss.o LD drivers/media/pci/netup_unidvb/built-in.o mv: cannot stat 'sound/core/.tmp_mx_sound_oss.o': No such file or directory LD drivers/media/pci/ngene/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: CC [M] fs/nilfs2/dir.o 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 LD drivers/media/rc/img-ir/built-in.o mv: cannot stat 'kernel/time/.tmp_mx_tick-sched.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/syscore.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/syscore.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/syscore.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_syscore.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_syscore.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_syscore.o LD drivers/media/pci/pluto2/built-in.o LD drivers/media/pci/pt3/built-in.o LD drivers/media/pci/pt1/built-in.o CC [M] drivers/media/rc/img-ir/img-ir-core.o mv: cannot stat 'drivers/base/.tmp_mx_syscore.o': No such file or directory CC fs/quota/dquot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-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: drivers/fmc/fmc-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 drivers/fmc/fmc-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-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: drivers/fmc/.tmp_mc_fmc-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 drivers/fmc/.tmp_mc_fmc-core.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 CC [M] drivers/hwmon/w83792d.o CC [M] fs/nilfs2/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-ioc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-ioc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-ioc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-ioc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-ioc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-ioc.o mv: cannot stat 'drivers/fmc/.tmp_mx_fmc-core.o': No such file or directory LD drivers/media/pci/saa7146/built-in.o LD drivers/media/pci/smipcie/built-in.o mv: cannot stat 'security/.tmp_mx_commoncap.o': No such file or directory CC fs/overlayfs/super.o CC [M] drivers/media/i2c/msp3400-kthreads.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/hwmon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/hwmon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/hwmon.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_hwmon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_hwmon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/.tmp_mc_hwmon.o mv: cannot stat 'block/.tmp_mx_blk-ioc.o': No such file or directory CC fs/overlayfs/inode.o CC [M] drivers/media/rc/img-ir/img-ir-hw.o LD drivers/media/pci/ttpci/built-in.o mv: cannot stat 'drivers/hwmon/.tmp_mx_hwmon.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/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: drivers/bcma/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 drivers/bcma/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.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: drivers/bcma/.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 drivers/bcma/.tmp_mc_core.o CC [M] fs/nilfs2/namei.o mv: cannot stat 'drivers/bcma/.tmp_mx_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/relay.o: 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/relay.o: uses instructions which are incompatible with instructions used 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/relay.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_relay.o: 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_relay.o: uses instructions which are incompatible with instructions used 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_relay.o CC [M] drivers/media/i2c/tda7432.o CC drivers/input/serio/serio_raw.o mv: cannot stat 'kernel/.tmp_mx_relay.o': No such file or directory CC drivers/base/cpu.o LD drivers/media/pci/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-settings.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-settings.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-settings.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-settings.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-settings.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-settings.o /home/kisskb/slave/src/drivers/mfd/wm5110-tables.c: In function 'wm5110_patch': /home/kisskb/slave/src/drivers/mfd/wm5110-tables.c:281:11: warning: passing argument 2 of 'regmap_register_patch' from incompatible pointer type [enabled by default] /home/kisskb/slave/src/include/linux/regmap.h:723:5: note: expected 'const struct reg_sequence *' but argument is of type 'const struct reg_default *' /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-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: block/blk-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 block/blk-softirq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-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: block/.tmp_mc_blk-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 block/.tmp_mc_blk-softirq.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 'block/.tmp_mx_blk-settings.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/cpuidle.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/cpuidle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/cpuidle.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_cpuidle.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpuidle/.tmp_mc_cpuidle.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpuidle/.tmp_mc_cpuidle.o CC drivers/mfd/wm8997-tables.o CC block/blk-mq-cpu.o mv: cannot stat 'fs/.tmp_mx_fcntl.o': No such file or directory drivers/hid/.tmp_gl_hid-aureal.o: file not recognized: File truncated CC fs/proc/nommu.o mv: cannot stat 'block/.tmp_mx_blk-softirq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-aureal.o': No such file CC [M] drivers/hwmon/w83795.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC drivers/bcma/host_soc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-timeout.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-timeout.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-timeout.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-timeout.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-timeout.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-timeout.o mv: cannot stat 'drivers/cpuidle/.tmp_mx_cpuidle.o': No such file or directory CC drivers/base/firmware.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-aureal.o': No such file or directory sound/spi/.tmp_gl_at73c213.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: 'sound/spi/.tmp_mx_at73c213.o': No such file mv: cannot stat 'block/.tmp_mx_blk-timeout.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) rm: cannot remove 'sound/spi/.tmp_mx_at73c213.o': No such file or directory drivers/clocksource/.tmp_gl_sh_cmt.o: file not recognized: File truncated drivers/hwmon/.tmp_gl_ntc_thermistor.o: file not recognized: File truncated CC drivers/base/init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/clocksource/.tmp_mx_sh_cmt.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ntc_thermistor.o': No such file rm: cannot remove 'drivers/clocksource/.tmp_mx_sh_cmt.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/pcm_misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_misc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_misc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_pcm_misc.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ntc_thermistor.o' CC block/blk-mq-cpumap.o : No such file or directory CC [M] drivers/media/rc/img-ir/img-ir-jvc.o CC block/ioctl.o mv: cannot stat 'sound/core/.tmp_mx_pcm_misc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/shm.o: 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/shm.o: uses instructions which are incompatible with instructions used 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/shm.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_shm.o: 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_shm.o: uses instructions which are incompatible with instructions used 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_shm.o LD [M] sound/spi/snd-at73c213.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find sound/spi/at73c213.o: No such file or directory make[3]: *** [sound/spi/snd-at73c213.o] Error 1 make[2]: *** [sound/spi] Error 2 make[2]: *** Waiting for unfinished jobs.... mv: cannot stat 'ipc/.tmp_mx_shm.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 block/genhd.o CC [M] drivers/hid/hid-emsff.o LD drivers/media/platform/omap/built-in.o drivers/char/ipmi/.tmp_gl_ipmi_bt_sm.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/ipmi/.tmp_mx_ipmi_bt_sm.o': No such file CC [M] drivers/hid/hid-elecom.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: drivers/bcma/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: drivers/bcma/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 drivers/bcma/main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.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: drivers/bcma/.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 drivers/bcma/.tmp_mc_main.o rm: cannot remove 'drivers/char/ipmi/.tmp_mx_ipmi_bt_sm.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/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/sched/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/sched/debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.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: kernel/sched/.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 kernel/sched/.tmp_mc_debug.o drivers/hid/.tmp_gl_hid-cherry.o: file not recognized: File truncated /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 specif/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: icfs/statfs.o: compiled for a big endian system and target is little endian d/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 ata/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld : faoif fille kernel/ptrace.oe d/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 endiant o/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 modulesm /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: faeilred gto meer gte targaertg speceitfi cspe cdiafita co fd aftial e kernel/.tmp_mc_ptrace.o 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 make[2]: *** [drivers/cpuidle] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-chardev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-chardev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: faimake[2]: l*** Waiting for unfinished jobs....e d to merge target specific data of file drivers/fmc/fmc-chardev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-chardev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-chardev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fmc-chardev.o CC fs/ramfs/inode.o mv: cannot stat 'kernel/sched/.tmp_mx_debug.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-cherry.o': No such file CC block/scsi_ioctl.o mv: cannot stat 'drivers/fmc/.tmp_mx_fmc-chardev.o': No such file or directory mv: cannot stat 'kernel/.tmp_mx_ptrace.o': No such file or directory mv: cannot stat 'drivers/bcma/.tmp_mx_main.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) LD drivers/media/tuners/built-in.o LD drivers/clocksource/built-in.o mv: cannot stat 'fs/.tmp_mx_statfs.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-cherry.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/clocksource/sh_cmt.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/clocksource/sh_mtu2.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/clocksource/sh_tmu.o: No such file or directory make[3]: *** [drivers/clocksource/built-in.o] Error 1 make[2]: *** [drivers/clocksource] Error 2 drivers/char/ipmi/.tmp_gl_ipmi_poweroff.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-sdb.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/fmc-sdb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/fmc-sdb.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-sdb.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/fmc/.tmp_mc_fmc-sdb.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/fmc/.tmp_mc_fmc-sdb.o CC block/partition-generic.o /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 block/ioprio.o CC [M] drivers/media/tuners/tuner-xc2028.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/char/ipmi/.tmp_mx_ipmi_poweroff.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 'drivers/fmc/.tmp_mx_fmc-sdb.o': No such file or directory rm: cannot remove 'drivers/char/ipmi/.tmp_mx_ipmi_poweroff.o': No such file or directory crypto/.tmp_gl_chainiv.o: file not recognized: File truncated 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-objcopy: 'crypto/.tmp_mx_chainiv.o': No such file LD drivers/media/platform/s5p-g2d/built-in.o CC [M] drivers/media/tuners/tuner-simple.o CC [M] fs/isofs/dir.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 rm: cannot remove 'crypto/.tmp_mx_chainiv.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_pipe.o': No such file or directory CC [M] drivers/media/platform/s5p-g2d/g2d.o CC [M] fs/isofs/util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/mcb-parse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/mcb-parse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mcb/mcb-parse.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/.tmp_mc_mcb-parse.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/.tmp_mc_mcb-parse.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mcb/.tmp_mc_mcb-parse.o mv: cannot stat 'drivers/mcb/.tmp_mx_mcb-parse.o': No such file or directory LD [M] drivers/fmc/fmc.o CC [M] drivers/hid/hid-ezkey.o CC [M] drivers/memstick/core/ms_block.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hid/.tmp_gl_hid-axff.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/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/ext2/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/ext2/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.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/ext2/.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/ext2/.tmp_mc_file.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 CC crypto/hmac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hid/hid-gyration.o CC [M] drivers/media/platform/s5p-g2d/g2d-hw.o LD kernel/irq/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-axff.o': No such file mv: cannot stat 'fs/ext2/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_gmac_cmn.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_gmac_cmn.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/driver_gmac_cmn.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_gmac_cmn.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_gmac_cmn.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/.tmp_mc_driver_gmac_cmn.o drivers/cpufreq/.tmp_gl_sh-cpufreq.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-axff.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/irq/dummychip.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: 'drivers/cpufreq/.tmp_mx_sh-cpufreq.o': No such file 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: 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 make[3]: mv: cannot stat 'drivers/bcma/.tmp_mx_driver_gmac_cmn.o': No such file or directory rm: cannot remove 'drivers/cpufreq/.tmp_mx_sh-cpufreq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/led-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: drivers/leds/led-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 drivers/leds/led-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/.tmp_mc_led-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: drivers/leds/.tmp_mc_led-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 drivers/leds/.tmp_mc_led-core.o fs/.tmp_gl_proc_namespace.o: file not recognized: File truncated *** [kernel/irq/built-in.o] Error 1 make[2]: *** [kernel/irq] Error 2 /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 'security/keys/.tmp_mx_keyctl.o': No such file or directory mv: cannot stat 'drivers/leds/.tmp_mx_led-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_proc_namespace.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/dd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/dd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/dd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_dd.o CC fs/sysfs/file.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 'drivers/base/.tmp_mx_dd.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_posix-cpu-timers.o': No such file or directory CC [M] drivers/media/dvb-core/dmxdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_fifo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_fifo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_fifo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_fifo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_fifo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_fifo.o CC fs/tracefs/inode.o CC block/partitions/check.o rm: cannot remove 'fs/.tmp_mx_proc_namespace.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_sync.o': No such file or directory CC [M] drivers/media/dvb-core/dvb_demux.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_fifo.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] drivers/media/dvb-core/dvb_filter.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 CC drivers/input/serio/arc_ps2.o CC fs/ext2/ialloc.o security/keys/encrypted-keys/.tmp_gl_encrypted.o: file not recognized: File truncated CC [M] drivers/i2c/algos/i2c-algo-pca.o CC [M] fs/configfs/file.o mv: cannot stat 'kernel/sched/.tmp_mx_fair.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'security/keys/encrypted-keys/.tmp_mx_encrypted.o': No such file CC [M] drivers/hid/hid-kensington.o rm: cannot remove 'security/keys/encrypted-keys/.tmp_mx_encrypted.o': No such file or directory CC [M] sound/core/seq/seq_system.o CC [M] fs/nilfs2/page.o CC drivers/base/map.o CC fs/ext2/inode.o CC fs/eventpoll.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 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: 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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/memalloc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/memalloc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/memalloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_memalloc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_memalloc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_memalloc.o mv: cannot stat 'kernel/time/.tmp_mx_posix-timers.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/skcipher.o: 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/skcipher.o: uses instructions which are incompatible with instructions used 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/skcipher.omv: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot stat 'sound/core/.tmp_mx_memalloc.o'crypto/.tmp_mc_skcipher.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: : No such file or directorycrypto/.tmp_mc_skcipher.o: uses instructions which are incompatible with instructions used 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_skcipher.o LD fs/reiserfs/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_prioq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_prioq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_prioq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_prioq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_prioq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_prioq.o LD security/keys/encrypted-keys/encrypted-keys.o mv: cannot stat 'crypto/.tmp_mx_skcipher.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 CC fs/ext2/ioctl.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 make[4]: *** [security/keys/encrypted-keys/encrypted-keys.o] Error 1 mv: cannot stat 'sound/core/seq/.tmp_mx_seq_prioq.o': No such file or directory make[3]: *** [security/keys/encrypted-keys] Error 2 mv: cannot stat 'crypto/.tmp_mx_aead.o': No such file or directory make[2]: *** [security/keys] Error 2 CC [M] fs/reiserfs/bitmap.o CC [M] drivers/media/tuners/tuner-types.o CC fs/ramfs/file-nommu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/ti_am335x_tscadc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/ti_am335x_tscadc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/ti_am335x_tscadc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_ti_am335x_tscadc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_ti_am335x_tscadc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_ti_am335x_tscadc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon_b.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon_b.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/driver_chipcommon_b.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon_b.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon_b.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/.tmp_mc_driver_chipcommon_b.o /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 'drivers/mfd/.tmp_mx_ti_am335x_tscadc.o': No such file or directory CC fs/ext2/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/acl.o: 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/gfs2/acl.o: uses instructions which are incompatible with instructions used 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/gfs2/acl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_acl.o: 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/gfs2/.tmp_mc_acl.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_acl.o mv: cannot stat 'drivers/bcma/.tmp_mx_driver_chipcommon_b.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_super.o': No such file or directory CC drivers/base/devres.o mv: cannot stat 'fs/gfs2/.tmp_mx_acl.o': No such file or directory CC [M] sound/core/seq/seq_ports.o CC fs/udf/balloc.o CC crypto/crypto_null.o CC crypto/rmd256.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_seqiv.o: file not recognized: File truncated CC drivers/mfd/wm831x-core.o 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_seqiv.o': No such file /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_seqiv.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/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: sound/core/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 sound/core/init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.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: sound/core/.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 targerm: cannot remove 'crypto/.tmp_mx_eseqiv.o': No such file or directory t specific data of file sound/core/.tmp_mc_init.o CC [M] fs/gfs2/bmap.o CC drivers/base/attribute_container.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/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/configfs/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/configfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.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/configfs/.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/configfs/.tmp_mc_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/class.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_class.o mv: cannot stat 'sound/core/.tmp_mx_init.o': No such file or directory CC [M] fs/gfs2/dir.o mv: cannot stat 'fs/configfs/.tmp_mx_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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_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: sound/core/seq/seq_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 sound/core/seq/seq_timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_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: sound/core/seq/.tmp_mc_seq_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 sound/core/seq/.tmp_mc_seq_timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC fs/anon_inodes.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_timer.o': No such file or directory mv: cannot stat 'drivers/base/.tmp_mx_class.o': No such file or directory drivers/hid/.tmp_gl_hid-dr.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-dr.o': No such file drivers/hwmon/.tmp_gl_wm831x-hwmon.o: file not recognized: File truncated /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_wm831x-hwmon.o': No such file mv: cannot stat 'crypto/.tmp_mx_akcipher.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-dr.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 rm: cannot remove 'drivers/hwmon/.tmp_mx_wm831x-hwmon.o': No such file or directory 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: drivers/dma/virt-dma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/virt-dma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma/virt-dma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/.tmp_mc_virt-dma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/.tmp_mc_virt-dma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma/.tmp_mc_virt-dma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/info.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/info.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/info.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_info.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_info.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_info.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/mcb-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: drivers/mcb/mcb-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 drivers/mcb/mcb-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mcb/.tmp_mc_mcb-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: drivers/mcb/.tmp_mc_mcb-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 drivers/mcb/.tmp_mc_mcb-core.o CC crypto/sha1_generic.o mv: cannot stat 'drivers/dma/.tmp_mx_virt-dma.o': No such file or directory CC [M] fs/configfs/dir.o mv: cannot stat 'drivers/mcb/.tmp_mx_mcb-core.o': No such file or directory mv: cannot stat 'sound/core/.tmp_mx_info.o': No such file or directory CC [M] fs/gfs2/xattr.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 m CC drivers/base/transport_class.o erge 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 CC [M] fs/configfs/symlink.o CC [M] sound/core/seq/seq_info.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/hw_random/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: drivers/char/hw_random/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 drivers/char/hw_random/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/hw_random/.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: drivers/char/hw_random/.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 drivers/char/hw_random/.tmp_mc_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/elevator.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/elevator.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/elevator.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_elevator.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_elevator.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_elevator.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/namei.o: 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/isofs/namei.o: uses instructions which are incompatible with instructions used 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/isofs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.tmp_mc_namei.o: 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/isofs/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/isofs/.tmp_mc_namei.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/.tmp_mx_seq_file.o': No such file or directory CC crypto/sha256_generic.o mv: cannot stat 'drivers/char/hw_random/.tmp_mx_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: CC [M] drivers/hid/hid-kye.o 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 'fs/isofs/.tmp_mx_namei.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_testmgr.o': No such file or directory mv: cannot stat 'block/.tmp_mx_elevator.o': No such file or directory LD [M] drivers/mcb/mcb.o CC crypto/gf128mul.o CC drivers/base/topology.o CC [M] drivers/hwmon/w83781d.o 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 CC [M] drivers/hid/hid-lcpower.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/pcm_memory.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_pcm_memory.o CC [M] drivers/hid/hid-lg.o mv: cannot stat 'sound/core/.tmp_mx_pcm_memory.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/led-triggers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/led-triggers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/leds/led-triggers.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/.tmp_mc_led-triggers.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/.tmp_mc_led-triggers.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/leds/.tmp_mc_led-triggers.o LD [M] drivers/char/hw_random/rng-core.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 CC fs/signalfd.o CC block/bsg.o mv: cannot stat 'mm/.tmp_mx_slab_common.o': No such file or directory mv: cannot stat 'drivers/leds/.tmp_mx_led-triggers.o': No such file or directory 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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/i2c/busses/.tmp_gl_i2c-bcm-iproc.o: file not recognized: File truncated CC block/bsg-lib.o /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 drivers/media/rc/img-ir/.tmp_gl_img-ir-jvc.o: file not recognized: File truncated CC [M] fs/isofs/rock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/rc/img-ir/.tmp_mx_img-ir-jvc.o': No such file CC crypto/lrw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-bcm-iproc.o': No such file rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-bcm-iproc.o': No such file or directory rm: cannot remove 'drivers/media/rc/img-ir/.tmp_mx_img-ir-jvc.o': No such file or directory mv: cannot stat 'fs/kernfs/.tmp_mx_mount.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: block/blk-iopoll.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-iopoll.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-iopoll.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-iopoll.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-iopoll.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-iopoll.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/devpts/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/devpts/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/devpts/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/devpts/.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/devpts/.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/devpts/.tmp_mc_inode.o mv: cannot stat 'fs/devpts/.tmp_mx_inode.o': No such file or directory CC [M] fs/isofs/export.o CC [M] drivers/hid/hid-lg3ff.o drivers/hid/.tmp_gl_hid-chicony.o: file not recognized: File truncated /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-chicony.o': No such file mv: cannot stat 'fs/fscache/.tmp_mx_main.o': No such file or directory CC [M] drivers/hid/hid-logitech-hidpp.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 'block/.tmp_mx_blk-iopoll.o': No such file or directory CC [M] drivers/media/rc/img-ir/img-ir-sony.o drivers/hid/.tmp_gl_hid-elecom.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-chicony.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-elecom.o': No such file rm: cannot remove 'drivers/hid/.tmp_mx_hid-elecom.o': No such file or directory /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_memory.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_memory.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_memory.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_memory.o CC [M] drivers/i2c/busses/i2c-designware-platdrv.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_memory.o': No such file or directory mv: cannot stat 'kernel/locking/.tmp_mx_mutex.o': No such file or directory CC drivers/leds/trigger/ledtrig-timer.o CC fs/kernfs/file.o LD fs/devpts/devpts.o CC [M] drivers/hid/hid-magicmouse.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 /home/kisskb/slave/src/drivers/memstick/core/ms_block.c: In function 'h_msb_reset': /home/kisskb/slave/src/drivers/memstick/core/ms_block.c:677:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/drivers/memstick/core/ms_block.c: In function 'h_msb_parallel_switch': /home/kisskb/slave/src/drivers/memstick/core/ms_block.c:720:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/drivers/memstick/core/ms_block.c: In function 'h_msb_send_command': /home/kisskb/slave/src/drivers/memstick/core/ms_block.c:654:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/drivers/memstick/core/ms_block.c: In function 'h_msb_read_page': /home/kisskb/slave/src/drivers/memstick/core/ms_block.c:465:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/leds/trigger/ledtrig-oneshot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD fs/devpts/built-in.o CC [M] sound/core/seq/seq_device.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/extcon/extcon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/extcon/extcon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/extcon/extcon.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/extcon/.tmp_mc_extcon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/extcon/.tmp_mc_extcon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/extcon/.tmp_mc_extcon.o CC block/noop-iosched.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/driver_chipcommon.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/.tmp_mc_driver_chipcommon.o CC [M] drivers/hid/hid-microsoft.o mv: cannot stat 'fs/.tmp_mx_open.o': No such file or directory crypto/.tmp_gl_cmac.o: file not recognized: File truncated CC fs/timerfd.o mv: cannot stat 'drivers/extcon/.tmp_mx_extcon.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cmac.o': No such file mv: cannot stat 'drivers/bcma/.tmp_mx_driver_chipcommon.o': No such file or directory CC drivers/base/container.o CC block/bio-integrity.o rm: cannot remove 'crypto/.tmp_mx_cmac.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/gameport/gameport.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/gameport/gameport.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/gameport/gameport.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/gameport/.tmp_mc_gameport.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/gameport/.tmp_mc_gameport.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/gameport/.tmp_mc_gameport.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/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: fs/isofs/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 fs/isofs/util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.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: fs/isofs/.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 fs/isofs/.tmp_mc_util.o LD drivers/extcon/built-in.o mv: cannot stat 'drivers/input/gameport/.tmp_mx_gameport.o': No such file or directory mv: cannot stat 'fs/isofs/.tmp_mx_util.o': No such file or directory /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/arizona-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: drivers/mfd/arizona-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 drivers/mfd/arizona-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_arizona-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: drivers/mfd/.tmp_mc_arizona-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 drivers/mfd/.tmp_mc_arizona-irq.o CC drivers/base/property.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hid/.tmp_gl_hid-kensington.o: file not recomv: gncannot stat 'drivers/mfd/.tmp_mx_arizona-irq.o'ized: No such file or directory: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-kensington.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hidraw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hidraw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/hidraw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hidraw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hidraw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/.tmp_mc_hidraw.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-kensington.o': No such file or directory mv: cannot stat 'drivers/hid/.tmp_mx_hidraw.o': No such file or directory CC [M] drivers/memstick/core/mspro_block.o CC block/blk-integrity.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/bcma/.tmp_gl_sprom.o: file not recognized: File truncated mv: cannot stat 'fs/kernfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/swap.o: 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/swap.o: uses instructions which are incompatible with instructions used 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/swap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_swap.o: 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_swap.o: uses instructions which are incompatible with instructions used 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_swap.o CC crypto/xts.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/bcma/.tmp_mx_sprom.o': No such file LD drivers/input/gameport/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-cpumap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-cpumap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-mq-cpumap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-cpumap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-cpumap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-mq-cpumap.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) mv: cannot stat 'block/.tmp_mx_blk-mq-cpumap.o': No such file or directory CC crypto/ctr.o fs/proc/.tmp_gl_nommu.o: file not recognized: File truncated mv: cannot stat 'mm/.tmp_mx_swap.o': No such file or directory drivers/hid/.tmp_gl_hid-ezkey.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-ld: drivers/hid/hid-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: drivers/hid/hid-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 drivers/hid/hid-debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-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: drivers/hid/.tmp_mc_hid-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 drivers/hid/.tmp_mc_hid-debug.o CC [M] drivers/hid/hid-multitouch.o CC fs/eventfd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: 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: 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: failed to merge target specific data of file kernel/kprobes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_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: 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: failed to merge target specific data of file kernel/.tmp_mc_kprobes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/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/nilfs2/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/nilfs2/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.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/nilfs2/.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/nilfs2/.tmp_mc_file.o drivers/bcma/.tmp_gl_host_soc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-ezkey.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) CC [M] fs/isofs/joliet.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_nommu.o': No such file CC crypto/ccm.o mv: cannot stat 'kernel/.tmp_mx_kprobes.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/bcma/.tmp_mx_host_soc.o': No such file drivers/media/i2c/.tmp_gl_tda7432.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-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: block/blk-mq-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 block/blk-mq-cpu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-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: block/.tmp_mc_blk-mq-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 block/.tmp_mc_blk-mq-cpu.o rm: cannot remove 'fs/proc/.tmp_mx_nommu.o': No such file or directory rm: cannot remove 'drivers/bcma/.tmp_mx_host_soc.o': No such file or directory mv: cannot stat 'drivers/hid/.tmp_mx_hid-debug.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-ezkey.o': No such file or directory rm: cannot remove 'drivers/bcma/.tmp_mx_sprom.o': No such file or directory mv: cannot stat 'block/.tmp_mx_blk-mq-cpu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tda7432.o': No such file CC [M] drivers/hid/hid-ortek.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_tda7432.o': No such file or directory CC block/t10-pi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/bitmap.o: 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/ext4/bitmap.o: uses instructions which are incompatible with instructions used 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/ext4/bitmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_bitmap.o: 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/ext4/.tmp_mc_bitmap.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_bitmap.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/nilfs2/.tmp_mx_file.o': No such file or directory CC drivers/base/cacheinfo.o mv: cannot stat 'fs/ext4/.tmp_mx_bitmap.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/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 CC drivers/leds/trigger/ledtrig-heartbeat.o drivers/hid/.tmp_gl_hid-emsff.o: fdrivers/media/rc/img-ir/.tmp_gl_img-ir-core.oile n:ot rec fileogn inzed: File truncated CC fs/proc/task_nommu.o ot recognized: File truncated CC [M] drivers/leds/trigger/ledtrig-backlight.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/rc/img-ir/.tmp_mx_img-ir-core.o': No such file CC fs/kernfs/symlink.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq_governor.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq_governor.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/cpufreq_governor.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq_governor.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq_governor.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/.tmp_mc_cpufreq_governor.o rm: cannot remove 'drivers/media/rc/img-ir/.tmp_mx_img-ir-core.o': No such file or directory CC drivers/input/serio/sun4i-ps2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-emsff.o': No such file mv: cannot stat 'drivers/cpufreq/.tmp_mx_cpufreq_governor.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-emsff.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/exportfs/expfs.o: 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/exportfs/expfs.o: uses instructions which are incompatible with instructions used 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/exportfs/expfs.o CC drivers/mfd/wm831x-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/fence.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/fence.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/fence.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_fence.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_fence.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/.tmp_mc_fence.o CC [M] fs/gfs2/glock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/exportfs/.tmp_mc_expfs.o: 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/exportfs/.tmp_mc_expfs.o: uses instructions which are incompatible with instructions used 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/exportfs/.tmp_mc_expfs.o CC [M] drivers/media/i2c/tda9840.o CC [M] drivers/hid/hid-prodikeys.o mv: cannot stat 'fs/exportfs/.tmp_mx_expfs.o': No such file or directory CC [M] drivers/media/i2c/tea6415c.o mv: cannot stat 'drivers/dma-buf/.tmp_mx_fence.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 CC drivers/base/devtmpfs.o mv: cannot stat 'fs/.tmp_mx_select.o': No such file or directory CC [M] drivers/media/i2c/tea6420.o CC [M] drivers/hid/hid-pl.o CC [M] fs/nilfs2/mdt.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 /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/ramfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/libps2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/libps2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/serio/libps2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/.tmp_mc_libps2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/.tmp_mc_libps2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/serio/.tmp_mc_libps2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_filter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_filter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dvb_filter.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_filter.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_filter.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvb_filter.o drivers/hwmon/.tmp_gl_nct6683.o: file not recognized: File truncated mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvb_filter.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_nct6683.o': No such file mv: cannot stat 'drivers/input/serio/.tmp_mx_libps2.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/map.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/map.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/map.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_map.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_map.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_map.o fs/fscache/.tmp_gl_fsdef.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_nct6683.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/nilfs2/btnode.o LD fs/exportfs/exportfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_fsdef.o': No such file drivers/i2c/busses/.tmp_gl_i2c-axxia.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_queue.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_queue.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_queue.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_queue.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_queue.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_queue.o mv: cannot stat 'drivers/base/.tmp_mx_map.o': No such file or directory mm/.tmp_gl_percpu.o: file not recognized: File truncated 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-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-axxia.o': No such file mv: cannot stat 'sound/core/seq/.tmp_mx_seq_queue.o': No such file or directory CC [M] drivers/leds/trigger/ledtrig-camera.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_percpu.o': No such file LD fs/exportfs/built-in.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-axxia.o'/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm8997-tables.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm8997-tables.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/wm8997-tables.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm8997-tables.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm8997-tables.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_wm8997-tables.o rm: cannot remove 'mm/.tmp_mx_percpu.o': No such file or directory : No such file or directory CC fs/aio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-lib.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-lib.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvbdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvbdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dvbdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvbdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvbdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvbdev.o mv: cannot stat 'fs/nls/.tmp_mx_nls_base.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 'drivers/mfd/.tmp_mx_wm8997-tables.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] drivers/input/serio/olpc_apsp.o mv: cannot stat 'block/.tmp_mx_blk-lib.o': No such file or directory mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvbdev.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-g2d/g2d-hw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-g2d/g2d-hw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-g2d/g2d-hw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-g2d/.tmp_mc_g2d-hw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-g2d/.tmp_mc_g2d-hw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-g2d/.tmp_mc_g2d-hw.o drivers/hid/.tmp_gl_hid-gyration.o: file not recognized: File truncated drivers/base/.tmp_gl_bus.o: file not recognized: File truncated /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-objcopy: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fa'drivers/hid/.tmp_mx_hid-gyration.o': No such filei led to merge target specific data of file fs/.tmp_mc_xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/.tmp_mx_bus.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm5110-tables.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm5110-tables.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/wm5110-tables.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm5110-tables.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm5110-tables.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_wm5110-tables.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq_ondemand.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq_ondemand.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/cpufreq_ondemand.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq_ondemand.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq_ondemand.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/.tmp_mc_cpufreq_ondemand.o mv: cannot stat 'drivers/media/platform/s5p-g2d/.tmp_mx_g2d-hw.o': No such file or directory CC fs/udf/dir.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-gyration.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/serio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/serio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/serio/serio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/.tmp_mc_serio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/serio/.tmp_mc_serio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/serio/.tmp_mc_serio.o mv: cannot stat 'fs/.tmp_mx_xattr.o': No such file or directory rm: cannot remove 'drivers/base/.tmp_mx_bus.o': No such file or directory mv: cannot stat 'drivers/cpufreq/.tmp_mx_cpufreq_ondemand.o': No such file or directory mv: cannot stat 'drivers/input/serio/.tmp_mx_serio.o': No such file or directory mv: cannot stat 'drivers/mfd/.tmp_mx_wm5110-tables.o': No such file or directory CC [M] sound/core/seq/seq_midi_event.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 CC fs/nls/nls_cp775.o CC [M] drivers/hwmon/w83791d.o LD drivers/media/platform/s5p-mfc/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/base/.tmp_gl_container.o: file not recognized: File truncated CC fs/udf/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/overlayfs/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/overlayfs/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/overlayfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/.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/overlayfs/.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/overlayfs/.tmp_mc_inode.o CC [M] drivers/media/dvb-core/dvb_ca_en50221.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/.tmp_mx_container.o': No such file mv: cannot stat 'fs/overlayfs/.tmp_mx_inode.o': No such file or directory LD drivers/media/platform/ti-vpe/built-in.o rm: cannot remove 'drivers/base/.tmp_mx_container.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_system.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_system.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_system.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_system.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_system.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_system.o CC [M] sound/core/seq/seq_midi.o CC [M] drivers/media/platform/ti-vpe/vpe.o CC [M] drivers/media/platform/s5p-mfc/s5p_mfc.o CC [M] drivers/hid/hid-petalynx.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_system.o': No such file or directory CC drivers/mfd/wm831x-otp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/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/ext2/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/ext2/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.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/ext2/.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/ext2/.tmp_mc_ioctl.o CC fs/locks.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/check.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/check.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/check.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_check.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_check.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_check.o CC [M] drivers/hid/hid-plantronics.o CC [M] drivers/media/platform/vim2m.o CC [M] drivers/i2c/busses/i2c-efm32.o CC drivers/mfd/wm831x-auxadc.o CC fs/binfmt_misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/exec.o: 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/exec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of filemv: cannot stat 'fs/.tmp_mx_libfs.o'fs/exec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_exec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: : No such file or directoryfs/.tmp_mc_exec.o: uses instructions which are incompatible with instructions used 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_exec.o mv: cannot stat 'block/partitions/.tmp_mx_check.o': No such file or directory mv: cannot stat 'fs/ext2/.tmp_mx_ioctl.o': No such file or directory CC fs/binfmt_elf_fdpic.o mv: cannot stat 'fs/.tmp_mx_exec.o': No such file or directory CC fs/overlayfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/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/configfs/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/configfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.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/configfs/.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/configfs/.tmp_mc_file.o CC drivers/base/dma-mapping.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/memstick/core/memstick.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/memstick/core/memstick.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/memstick/core/memstick.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/memstick/core/.tmp_mc_memstick.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/memstick/core/.tmp_mc_memstick.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/memstick/core/.tmp_mc_memstick.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 'drivers/memstick/core/.tmp_mx_memstick.o': No such file or directory CC drivers/base/power/clock_ops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/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/isofs/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/isofs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.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/isofs/.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/isofs/.tmp_mc_dir.o CC fs/ext2/super.o mv: cannot stat 'fs/configfs/.tmp_mx_file.o': No such file or directory sound/core/seq/.tmp_gl_seq_info.o: file not recognized: File truncated mv: cannot stat 'fs/isofs/.tmp_mx_dir.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/transport_class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/transport_class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/transport_class.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_transport_class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_transport_class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_transport_class.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: 'sound/core/seq/.tmp_mx_seq_info.o': No such file drivers/base/.tmp_gl_topology.o: file not recognized: File truncated rm: cannot remove 'sound/core/seq/.tmp_mx_seq_info.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/.tmp_mx_topology.o': No such file LD drivers/media/usb/b2c2/built-in.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 targemv: t cannot stat 'drivers/base/.tmp_mx_transport_class.o'specific data: No such file or directory of file crypto/.tmp_mc_blkcipher.o rm: cannot remove 'drivers/base/.tmp_mx_topology.o': No such file or directory CC block/partitions/acorn.o mv: cannot stat 'crypto/.tmp_mx_blkcipher.o': No such file or directory CC fs/binfmt_flat.o CC [M] fs/configfs/mount.o CC fs/mbcache.o /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 CC drivers/base/regmap/regmap.o LD drivers/media/usb/dvb-usb/built-in.o CC fs/posix_acl.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-ld: drivers/hid/hid-lg3ff.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-lg3ff.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/hid-lg3ff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-lg3ff.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-lg3ff.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/.tmp_mc_hid-lg3ff.o CC [M] fs/isofs/compress.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon_pmu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/driver_chipcommon_pmu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/bcma/driver_chipcommon_pmu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon_pmu.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/bcma/.tmp_mc_driver_chipcommon_pmu.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: tUnable to change endianness of input file(s)o merge target specific data of file drivers/bcma/.tmp_mc_driver_chipcommon_pmu.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 'drivers/bcma/.tmp_mx_driver_chipcommon_pmu.o': No such file or directory drivers/hid/.tmp_gl_hid-lcpower.o: file not recognized: File truncated CC drivers/base/dma-coherent.o mv: cannot stat 'drivers/hid/.tmp_mx_hid-lg3ff.o': No such file or directory LD drivers/i2c/muxes/built-in.o /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 CC [M] drivers/i2c/i2c-core.o mv: cannot stat 'fs/notify/.tmp_mx_fsnotify.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-lcpower.o': No such file rm: cannot remove 'drivers/hid/.tmp_mx_hid-lcpower.o': No such file or directory CC crypto/mcryptd.o LD drivers/media/usb/dvb-usb-v2/built-in.o LD sound/core/seq/oss/built-in.o mv: cannot stat 'crypto/.tmp_mx_ablkcipher.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/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: drivers/base/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 drivers/base/cpu.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.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: drivers/base/.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 drivers/base/.tmp_mc_cpu.o LD drivers/media/usb/s2255/built-in.o CC [M] drivers/i2c/muxes/i2c-mux-pca9541.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] sound/core/seq/oss/seq_oss.o mv: cannot stat 'drivers/base/.tmp_mx_cpu.o': No such file or directory CC [M] drivers/hid/hid-primax.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/leds/trigger/.tmp_gl_ledtrig-timer.o: file not recognized: File truncated drivers/input/serio/.tmp_gl_serio_raw.o: file not recognized: File truncated drivers/input/serio/.tmp_gl_arc_ps2.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/leds/trigger/.tmp_mx_ledtrig-timer.o': No such file LD drivers/media/usb/siano/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/serio/.tmp_mx_arc_ps2.o': No such file rm: cannot remove 'drivers/leds/trigger/.tmp_mx_ledtrig-timer.o': No such file or directory CC fs/notify/notification.o rm: cannot remove 'drivers/input/serio/.tmp_mx_arc_ps2.o': No such file or directory LD drivers/bcma/bcma.o LD drivers/media/usb/stkwebcam/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/bcma/sprom.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/bcma/host_soc.o: No such file or directory make[3]: *** [drivers/bcma/bcma.o] Error 1 make[2]: *** [drivers/bcma] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/serio/.tmp_mx_serio_raw.o': No such file LD drivers/media/usb/ttusb-budget/built-in.o CC [M] drivers/media/tuners/tda8290.o rm: cannot remove 'drivers/input/serio/.tmp_mx_serio_raw.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 CC [M] drivers/hid/hid-saitek.o CC crypto/fcrypt.o CC [M] drivers/media/tuners/tea5767.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: drivers/dma-buf/reservation.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/reservation.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/reservation.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_reservation.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_reservation.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/.tmp_mc_reservation.o CC drivers/base/firmware_class.o CC [M] drivers/media/tuners/tea5761.o CC fs/proc/inode.o mv: cannot stat 'drivers/dma-buf/.tmp_mx_reservation.o': No such file or directory LD drivers/media/usb/ttusb-dec/built-in.o CC drivers/base/module.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/dma-buf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/dma-buf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/dma-buf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_dma-buf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma-buf/.tmp_mc_dma-buf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma-buf/.tmp_mc_dma-buf.o CC crypto/twofish_generic.o mv: cannot stat 'drivers/dma-buf/.tmp_mx_dma-buf.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/rcutorture.o: 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/rcutorture.o: uses instructions which are incompatible with instructions used 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/rcutorture.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/rcu/.tmp_mc_rcutorture.o: 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_rcutorture.o: uses instructions which are incompatible with instructions used 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_rcutorture.o LD drivers/media/usb/zr364xx/built-in.o LD fs/debugfs/debugfs.o CC [M] drivers/media/platform/exynos-gsc/gsc-regs.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 'kernel/rcu/.tmp_mx_rcutorture.o'/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) : No such file or directory LD fs/debugfs/built-in.o mv: cannot stat 'fs/.tmp_mx_anon_inodes.o': No such file or directory CC drivers/input/input-compat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/rc/img-ir/.tmp_gl_img-ir-sony.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sony.o': No such file drivers/hid/.tmp_gl_hid-kye.o: file not recognized: File truncated LD drivers/media/usb/built-in.o /home/kisskb/slave/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /home/kisskb/slave/src/drivers/memstick/core/mspro_block.c:663:1: warning: control reaches end of non-void function [-Wreturn-type] rm: cannot remove 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sony.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-kye.o': No such file CC fs/coredump.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-kye.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) LD drivers/dma-buf/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-objcopy: Unable to change endianness of input file(s) drivers/i2c/busses/.tmp_gl_i2c-designware-platdrv.o: file not reccrypto/.tmp_gl_hmac.oog: fnilei znote dr:e cFile truncatedo gnized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/dma-buf/seqno-fence.o: No such file or directory crypto/.tmp_gl_cbc.o: file not recognized: File truncated make[3]: *** [drivers/dma-buf/built-in.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/busses/i2c-designware-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: drivers/i2c/busses/i2c-designware-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 drivers/i2c/busses/i2c-designware-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/busses/.tmp_mc_i2c-designware-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: drivers/i2c/busses/.tmp_mc_i2c-designware-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 drivers/i2c/busses/.tmp_mc_i2c-designware-core.o make[2]: *** [drivers/dma-buf] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_hmac.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-designware-platdrv.o': No such file /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cbc.o': No such file CC fs/proc/root.o /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 CC drivers/input/input-mt.o rm: cannot remove 'crypto/.tmp_mx_hmac.o': No such file or directory CC [M] fs/nilfs2/bmap.o rm: cannot remove 'crypto/.tmp_mx_cbc.o': No such file or directory rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-designware-platdrv.o': No such file or directory mv: cannot stat 'fs/ramfs/.tmp_mx_file-nommu.o': No such file or directory mv: cannot stat 'drivers/i2c/busses/.tmp_mx_i2c-designware-core.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_shash.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: fs/mpage.o: 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/mpage.o: uses instructions which are incompatible with instructions used 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/mpage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_mpage.o: 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_mpage.o: uses instructions which are incompatible with instructions used 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_mpage.o drivers/leds/trigger/.tmp_gl_ledtrig-heartbeat.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-mq-sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-sysfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-sysfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-mq-sysfs.o /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 mv: cannot stat 'fs/.tmp_mx_mpage.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: 'drivers/leds/trigger/.tmp_mx_ledtrig-heartbeat.o': No such file mv: cannot stat 'block/.tmp_mx_blk-mq-sysfs.o': No such file or directory CC fs/fscache/netfs.o CC [M] drivers/hid/hid-steelseries.o mv: cannot stat 'crypto/.tmp_mx_algapi.o': No such file or directory fs/nilfs2/.tmp_gl_namei.o: file not recognized: File truncated rm: cannot remove 'drivers/leds/trigger/.tmp_mx_ledtrig-heartbeat.o': No such file or directory CC [M] fs/nilfs2/btree.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: 'fs/nilfs2/.tmp_mx_namei.o': No such file rm: cannot remove 'fs/nilfs2/.tmp_mx_namei.o': No such file or directory CC crypto/twofish_common.o CC [M] drivers/hid/hid-sunplus.o CC fs/proc/base.o CC [M] drivers/i2c/busses/i2c-emev2.o drivers/hid/.tmp_gl_hid-ortek.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-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 LD fs/ramfs/ramfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/joliet.o: 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/isofs/joliet.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: o'drivers/hid/.tmp_mx_hid-ortek.o': No such filef file fs/isofs/joliet.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.tmp_mc_joliet.o: 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/isofs/.tmp_mc_joliet.o: uses instructions which are incompatible with instructions used 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/isofs/.tmp_mc_joliet.o mv: cannot stat 'fs/isofs/.tmp_mx_joliet.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_cp775.o: file not recognized: File truncated CC [M] drivers/hid/hid-thingm.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp775.o': No such file rm: cannot remove 'drivers/hid/.tmp_mx_hid-ortek.o': No such file or directory mv: cannot stat 'kernel/time/.tmp_mx_timer.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_nls_cp775.o': No such file or directory LD fs/ramfs/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/dmaengine.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/dmaengine.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma/dmaengine.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/.tmp_mc_dmaengine.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/.tmp_mc_dmaengine.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/dma/.tmp_mc_dmaengine.o drivers/leds/trigger/.tmp_gl_ledtrig-oneshot.o: file not recognized: File truncated CC [M] drivers/hid/hid-tivo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/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/configfs/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/configfs/symlink.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.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/configfs/.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/configfs/.tmp_mc_symlink.o CC [M] fs/nilfs2/direct.o CC fs/drop_caches.o mv: cannot stat 'fs/configfs/.tmp_mx_symlink.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/leds/trigger/.tmp_mx_ledtrig-oneshot.o': No such file mv: cannot stat 'drivers/dma/.tmp_mx_dmaengine.o': No such file or directory CC crypto/serpent_generic.o rm: cannot remove 'drivers/leds/trigger/.tmp_mx_ledtrig-oneshot.o': No such file or directory CC [M] fs/nilfs2/dat.o CC fs/fhandle.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: 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 CC crypto/aes_generic.o drivers/hid/.tmp_gl_hid-pl.o: file not recognized: File truncated CC [M] drivers/hid/hid-topseed.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: 'drivers/hid/.tmp_mx_hid-pl.o': No such file 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-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hid/.tmp_mx_hid-pl.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 fs/isofs/.tmp_gl_export.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/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/ext2/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/ext2/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.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/ext2/.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/ext2/.tmp_mc_dir.o block/.tmp_gl_noop-iosched.o: file not recognized: File truncated CC fs/nls/nls_cp852.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'block/.tmp_mx_noop-iosched.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/isofs/.tmp_mx_export.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/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: fs/fscache/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 fs/fscache/cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/fscache/.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: fs/fscache/.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 fs/fscache/.tmp_mc_cache.o rm: cannot remove 'block/.tmp_mx_noop-iosched.o': No such file or directory mv: cannot stat 'fs/ext2/.tmp_mx_dir.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_crypto_null.o': No such file or directory CC [M] drivers/hid/hid-xinmo.o rm: cannot remove 'fs/isofs/.tmp_mx_export.o': No such file or directory LD drivers/media/v4l2-core/built-in.o mv: cannot stat 'fs/fscache/.tmp_mx_cache.o': No such file or directory CC [M] fs/configfs/item.o CC crypto/camellia_generic.o CC drivers/dma/dmatest.o CC drivers/dma/dma-axi-dmac.o CC [M] drivers/media/v4l2-core/v4l2-dev.o /home/kisskb/slave/src/fs/posix_acl.c: In function 'acl_by_type': /home/kisskb/slave/src/fs/posix_acl.c:34:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] drivers/hid/hid-zpff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/trigger/ledtrig-camera.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/trigger/ledtrig-camera.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/leds/trigger/ledtrig-camera.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/trigger/.tmp_mc_ledtrig-camera.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/leds/trigger/.tmp_mc_ledtrig-camera.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/leds/trigger/.tmp_mc_ledtrig-camera.o CC crypto/tea.o CC fs/ext2/symlink.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/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/nilfs2/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/nilfs2/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.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/nilfs2/.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/nilfs2/.tmp_mc_dir.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) mv: cannot stat 'drivers/leds/trigger/.tmp_mx_ledtrig-camera.o': No such file or directory mv: cannot stat 'fs/nilfs2/.tmp_mx_dir.o': No such file or directory CC [M] fs/nilfs2/recovery.o CC crypto/salsa20_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/i2c-algo-pca.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/i2c-algo-pca.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/algos/i2c-algo-pca.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/.tmp_mc_i2c-algo-pca.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/.tmp_mc_i2c-algo-pca.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/algos/.tmp_mc_i2c-algo-pca.o drivers/hid/.tmp_gl_hid-microsoft.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/sha1_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/sha1_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/sha1_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_sha1_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_sha1_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_sha1_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-microsoft.o': No such file mv: cannot stat 'drivers/i2c/algos/.tmp_mx_i2c-algo-pca.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-microsoft.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_sha1_generic.o': No such file or directory CC drivers/dma/dw/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/leds/trigger/.tmp_gl_ledtrig-backlight.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/leds/trigger/.tmp_mx_ledtrig-backlight.o': No such file LD drivers/leds/trigger/built-in.o CC [M] fs/nilfs2/the_nilfs.o rm: cannot remove 'drivers/leds/trigger/.tmp_mx_ledtrig-backlight.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: drivers/mfd/wm831x-otp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm831x-otp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/wm831x-otp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm831x-otp.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm831x-otp.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_wm831x-otp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/balloc.o: 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/ext2/balloc.o: uses instructions which are incompatible with instructions used 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/ext2/balloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.tmp_mc_balloc.o: 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/ext2/.tmp_mc_balloc.o: uses instructions which are incompatible with instructions used 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/ext2/.tmp_mc_balloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/leds/trigger/ledtrig-timer.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/leds/trigger/ledtrig-oneshot.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/leds/trigger/ledtrig-heartbeat.o: No such file or directory drivers/media/i2c/.tmp_gl_tea6420.o: file not recognized: File truncated make[4]: *** [drivers/leds/trigger/built-in.o] Error 1 make[4]: *** Waiting for unfinished jobs.... mv: cannot stat 'drivers/mfd/.tmp_mx_wm831x-otp.o': No such file or directory /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tea6420.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_tea6420.o': No such file or directory mv: cannot stat 'fs/ext2/.tmp_mx_balloc.o': No such file or directory CC [M] drivers/hid/hid-zydacron.o /home/kisskb/slave/src/fs/binfmt_elf_fdpic.c: In function 'elf_fdpic_dump_segments': /home/kisskb/slave/src/fs/binfmt_elf_fdpic.c:1482:17: warning: unused variable 'addr' [-Wunused-variable] mv: cannot stat 'fs/tracefs/.tmp_mx_inode.o': No such file or directory CC [M] fs/gfs2/glops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv0299.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv0299.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stv0299.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv0299.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv0299.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stv0299.o CC crypto/michael_mic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/rc/img-ir/img-ir-hw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/rc/img-ir/img-ir-hw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/rc/img-ir/img-ir-hw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/rc/img-ir/.tmp_mc_img-ir-hw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/rc/img-ir/.tmp_mc_img-ir-hw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/rc/img-ir/.tmp_mc_img-ir-hw.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stv0299.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/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/f2fs/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/f2fs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.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/f2fs/.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/f2fs/.tmp_mc_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/attribute_container.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/attribute_container.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/attribute_container.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_attribute_container.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_attribute_container.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_attribute_container.o mv: cannot stat 'drivers/media/rc/img-ir/.tmp_mx_img-ir-hw.o': No such file or directory CC drivers/dma/sh/usb-dmac.o mv: cannot stat 'fs/f2fs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-tag.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq-tag.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-mq-tag.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-tag.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq-tag.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-mq-tag.o mv: cannot stat 'drivers/base/.tmp_mx_attribute_container.o': No such file or directory make[3]: *** [drivers/leds/trigger] Error 2 CC [M] drivers/media/i2c/saa7127.o mv: cannot stat 'block/.tmp_mx_blk-mq-tag.o': No such file or directory CC drivers/mfd/wm831x-spi.o make[2]: *** [drivers/leds] Error 2 CC fs/ext2/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/msp3400-driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/msp3400-driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/i2c/msp3400-driver.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/.tmp_mc_msp3400-driver.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/.tmp_mc_msp3400-driver.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/i2c/.tmp_mc_msp3400-driver.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/sm501.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/sm501.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/sm501.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_sm501.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_sm501.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge CC drivers/mfd/mc13xxx-core.o target specific data of file drivers/mfd/.tmp_mc_sm501.o LD fs/tracefs/tracefs.o mv: cannot stat 'drivers/media/i2c/.tmp_mx_msp3400-driver.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: drivers/i2c/algos/i2c-algo-bit.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/i2c-algo-bit.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/algos/i2c-algo-bit.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/.tmp_mc_i2c-algo-bit.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/algos/.tmp_mc_i2c-algo-bit.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/algos/.tmp_mc_i2c-algo-bit.o mv: cannot stat 'drivers/mfd/.tmp_mx_sm501.o': No such file or directory LD fs/tracefs/built-in.o drivers/hid/.tmp_gl_hid-petalynx.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/power/clock_ops.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/power/clock_ops.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/power/clock_ops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/power/.tmp_mc_clock_ops.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/power/.tmp_mc_clock_ops.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/power/.tmp_mc_clock_ops.o CC [M] fs/f2fs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm831x-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: drivers/mfd/wm831x-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 drivers/mfd/wm831x-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm831x-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: drivers/mfd/.tmp_mc_wm831x-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 drivers/mfd/.tmp_mc_wm831x-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-petalynx.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 'drivers/base/power/.tmp_mx_clock_ops.o': No such file or directory mv: cannot stat 'drivers/i2c/algos/.tmp_mx_i2c-algo-bit.o': No such file or directory drivers/mfd/.tmp_gl_arizona-core.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-petalynx.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_arizona-core.o': No such file CC [M] fs/f2fs/hash.o CC [M] drivers/media/v4l2-core/v4l2-ioctl.o CC [M] drivers/media/dvb-frontends/stb0899_drv.o CC [M] drivers/media/rc/img-ir/img-ir-sharp.o rm: cannot remove 'drivers/mfd/.tmp_mx_arizona-core.o': No such file or directory mv: cannot stat 'drivers/mfd/.tmp_mx_wm831x-irq.o': No such file or directory CC drivers/mfd/mc13xxx-spi.o CC crypto/crct10dif_common.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: drivers/char/ipmi/ipmi_ssif.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/ipmi_ssif.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/ipmi_ssif.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_ssif.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_ssif.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/.tmp_mc_ipmi_ssif.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) CC [M] drivers/media/i2c/saa7185.o drivers/input/serio/.tmp_gl_sun4i-ps2.o: file not recognized: File truncated mv: cannot stat 'drivers/char/ipmi/.tmp_mx_ipmi_ssif.o': No such file or directory drivers/hid/.tmp_gl_hid-plantronics.o: file not recognized: File truncated drivers/hid/.tmp_gl_hid-primax.o: file not recognized: File truncated CC [M] drivers/hid/wacom_wac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/serio/.tmp_mx_sun4i-ps2.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-plantronics.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/gsc-m2m.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/gsc-m2m.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/exynos-gsc/gsc-m2m.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-m2m.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-m2m.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to/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 rm: cannot remove 'drivers/input/serio/.tmp_mx_sun4i-ps2.o': No such file or directory /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 merge target specific data of file drivers/media/platform/exynos-gsc/.tmp_mc_gsc-m2m.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-primax.o': No such file CC drivers/mfd/mfd-core.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-plantronics.o': No such file or directory LD drivers/base/power/built-in.o mv: cannot stat 'drivers/media/platform/exynos-gsc/.tmp_mx_gsc-m2m.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_signalfd.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-primax.o': No such file or directory CC [M] drivers/i2c/i2c-smbus.o CC fs/jfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/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: drivers/base/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 drivers/base/module.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.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: drivers/base/.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 fi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: lefs/ext2/namei.o: compiled for a big endian system and target is little endian drivers/base/.tmp_mc_module.o/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/namei.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data CC drivers/mfd/ezx-pcap.o of file fs/ext2/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.tmp_mc_namei.o: 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/ext2/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/ext2/.tmp_mc_namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/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/configfs/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/configfs/mount.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.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/configfs/.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/configfs/.tmp_mc_mount.o mv: cannot stat 'drivers/base/.tmp_mx_module.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/ext2/.tmp_mx_namei.o': No such file or directorymv: cannot stat 'fs/configfs/.tmp_mx_mount.o': No such file or directory drivers/input/serio/.tmp_gl_olpc_apsp.o: file not recognized: File truncated CC [M] drivers/i2c/i2c-dev.o LD drivers/input/serio/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/serio/.tmp_mx_olpc_apsp.o': No such file rm: cannot remove 'drivers/input/serio/.tmp_mx_olpc_apsp.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/serio/serio_raw.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/serio/arc_ps2.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/serio/sun4i-ps2.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/pcm.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_pcm.o make[3]: *** [drivers/input/serio/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hid/wacom_sys.o drivers/base/.tmp_gl_cacheinfo.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: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/.tmp_mx_cacheinfo.o': No such file CC [M] drivers/media/i2c/saa6752hs.o mv: drivers/media/i2c/.tmp_gl_tea6415c.ocannot stat 'sound/core/.tmp_mx_pcm.o':: No such file or directory file not recognized: File truncated /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 CC [M] drivers/hid/hid-wiimote-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tea6415c.o': No such file mv: cannot stat 'fs/.tmp_mx_inode.o': No such file or directory rm: cannot remove 'drivers/base/.tmp_mx_cacheinfo.o': No such file or directory CC [M] drivers/media/i2c/adv7170.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/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/f2fs/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/f2fs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.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/f2fs/.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/f2fs/.tmp_mc_dir.o CC [M] drivers/hid/hid-wiimote-modules.o drivers/media/i2c/.tmp_gl_tda9840.o: file not recognized: File truncated CC [M] fs/ext4/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_device.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_device.o CC fs/ext2/xattr_user.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_tea6415c.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bsg-lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bsg-lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/bsg-lib.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bsg-lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bsg-lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_bsg-lib.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_device.o': No such file or directory mv: cannot stat 'fs/f2fs/.tmp_mx_dir.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tda9840.o': No such file CC [M] drivers/media/dvb-frontends/stb0899_algo.o mv: cannot stat 'block/.tmp_mx_bsg-lib.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/platform.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/platform.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/platform.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_platform.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_platform.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_platform.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_tda9840.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/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/sysfs/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/sysfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/.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/sysfs/.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/sysfs/.tmp_mc_file.o mv: cannot stat 'drivers/base/.tmp_mx_platform.o': No such file or directory CC fs/ext2/xattr_trusted.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/sysfs/.tmp_mx_file.o': No such file or directory CC block/partitions/aix.o make[2]: *** [drivers/input/serio] Error 2 drivers/media/platform/s5p-g2d/.tmp_gl_g2d.o: file not recognized: File truncated CC fs/ext2/xattr_security.o CC [M] drivers/media/platform/mx2_emmaprp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/platform/s5p-g2d/.tmp_mx_g2d.o': No such file rm: cannot remove 'drivers/media/platform/s5p-g2d/.tmp_mx_g2d.o': No such file or directory LD [M] sound/core/seq/snd-seq-device.o CC [M] fs/f2fs/super.o CC [M] drivers/media/platform/sh_veu.o CC fs/nls/nls_cp865.o CC fs/sysfs/dir.o CC [M] drivers/media/i2c/adv7175.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/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/jfs/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/jfs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.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/jfs/.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/jfs/.tmp_mc_super.o CC fs/sysfs/symlink.o CC [M] drivers/media/platform/m2m-deinterlace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/splice.o: 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/splice.o: uses instructions which are incompatible with instructions used 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/splice.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_splice.o: 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_splice.o: uses instructions which are incompatible with instructions used 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_splice.o mv: cannot stat 'fs/jfs/.tmp_mx_super.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_splice.o': No such file or directory LD [M] drivers/media/platform/s5p-g2d/s5p-g2d.o CC fs/sysfs/mount.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/media/platform/s5p-g2d/g2d.o: No such file or directory make[5]: *** [drivers/media/platform/s5p-g2d/s5p-g2d.o] Error 1 /home/kisskb/slave/src/drivers/dma/dmatest.c: In function 'dma_maxpq': /home/kisskb/slave/src/include/linux/dmaengine.h:951:1: warning: control reaches end of non-void function [-Wreturn-type] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) make[4]: *** [drivers/media/platform/s5p-g2d] Error 2 make[4]: *** Waiting for unfinished jobs.... CC fs/sysfs/group.o 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 CC fs/nls/nls_cp866.o 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) /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_cp949.o block/.tmp_gl_t10-pi.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-ld: drivers/mfd/wm831x-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: drivers/mfd/wm831x-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 drivers/mfd/wm831x-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm831x-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: drivers/mfd/.tmp_mc_wm831x-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 drivers/mfd/.tmp_mc_wm831x-core.o crypto/.tmp_gl_ctr.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'block/.tmp_mx_t10-pi.o': No such file drivers/hid/.tmp_gl_hid-saitek.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) rm: cannot remove 'block/.tmp_mx_t10-pi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-saitek.o': No such file CC fs/jfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/bio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_bio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_ctr.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/sem.o: 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/sem.o: uses instructions which are incompatible with instructions used 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/sem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ipc/.tmp_mc_sem.o: 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_sem.o: uses instructions which are incompatible with instructions used 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_sem.o mv: cannot stat 'drivers/mfd/.tmp_mx_wm831x-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) drivers/i2c/muxes/.tmp_gl_i2c-mux-pca9541.o: file not recognized: File truncated mv: cannot stat 'block/.tmp_mx_bio.o': No such file or directory drivers/hid/.tmp_gl_hid-sunplus.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_ctr.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-saitek.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/muxes/.tmp_mx_i2c-mux-pca9541.o': No such file mv: cannot stat 'ipc/.tmp_mx_sem.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-sunplus.o': No such file rm: cannot remove 'drivers/i2c/muxes/.tmp_mx_i2c-mux-pca9541.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-sunplus.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/lrw.o: 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/lrw.o: uses instructions which are incompatible with instructions used 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/lrw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_lrw.o: 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_lrw.o: uses instructions which are incompatible with instructions used 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_lrw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/drop_caches.o: 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/drop_caches.o: uses instructions which are incompatible with instructions used 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/drop_caches.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_drop_caches.o: 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_drop_caches.o: uses instructions which are incompatible with instructions used 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_drop_caches.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/gsc-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: drivers/media/platform/exynos-gsc/gsc-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 drivers/media/platform/exynos-gsc/gsc-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-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: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-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: fail/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: ed Unable to change endianness of input file(s)to merge target specific data of file drivers/media/platform/exynos-gsc/.tmp_mc_gsc-core.o /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_lrw.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_drop_caches.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_gf128mul.o': No such file or directory fs/nls/.tmp_gl_nls_cp852.o: file not recognized: File truncated mv: cannot stat 'drivers/media/platform/exynos-gsc/.tmp_mx_gsc-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp852.o': No such file /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 t CC [M] drivers/hid/hid-wiimote-debug.o o merge target specific data of file fs/proc/.tmp_mc_task_nommu.o CC [M] fs/gfs2/log.o LD ipc/built-in.o rm: cannot remove 'fs/nls/.tmp_mx_nls_cp852.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: block/partition-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: block/partition-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 block/partition-generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_partition-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: block/.tmp_mc_partition-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 block/.tmp_mc_partition-generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC fs/jfs/namei.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find ipc/ipc_sysctl.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-merge.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-merge.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-merge.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-merge.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-merge.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-merge.o drivers/hid/.tmp_gl_hid-lg.o: file not recognized: File truncated make[2]: *** [ipc/built-in.o] Error 1 make[1]: *** [ipc] Error 2 CC [M] drivers/hid/hid-sensor-hub.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-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/v4l2-core/v4l2-device.o drivers/hid/.tmp_gl_hid-magicmouse.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: 'drivers/hid/.tmp_mx_hid-lg.o': No such file fs/ext2/ialloc.o: 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/ext2/ialloc.o: uses instructions which are incompatible with instructions used 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/ext2/ialloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.tmp_mc_ialloc.o: 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/ext2/.tmp_mc_ialloc.o: uses instructions which are incompatible with instructions used 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/ext2/.tmp_mc_ialloc.o CC crypto/crct10dif_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/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: drivers/base/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 drivers/base/devres.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.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: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-magicmouse.o': No such file drivers/base/.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 drivers/base/.tmp_mc_devres.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/btnode.o: 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/nilfs2/btnode.o: uses instructions which are incompatible with instructions used 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/nilfs2/btnode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_btnode.o: 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/nilfs2/.tmp_mc_btnode.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_btnode.o kernel/.tmp_gl_futex.o: file not recognized: File truncated drivers/hid/.tmp_gl_hid-tivo.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-magicmouse.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-lg.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: mv: 'drivers/hid/.tmp_mx_hid-tivo.o': No such file cannot stat 'drivers/base/.tmp_mx_devres.o': No such file or directory CC fs/notify/group.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/nilfs2/.tmp_mx_btnode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_futex.o': No such file mv: cannot stat 'fs/ext2/.tmp_mx_ialloc.o': No such file or directory mv: cannot stat 'block/.tmp_mx_blk-merge.o': No such file or directory mv: cannot stat 'block/.tmp_mx_partition-generic.o': No such file or directory CC drivers/mfd/kempld-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD drivers/hid/i2c-hid/built-in.o rm: cannot remove 'kernel/.tmp_mx_futex.o': No such file or directory drivers/hid/.tmp_gl_hid-xinmo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/scsi_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: block/scsi_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 block/scsi_ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_scsi_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: block/.tmp_mc_scsi_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 block/.tmp_mc_scsi_ioctl.o fs/udf/.tmp_gl_dir.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-tivo.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-xinmo.o': No such file CC [M] drivers/i2c/muxes/i2c-mux-reg.o CC [M] drivers/mfd/bcm590xx.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/i2c/busses/.tmp_gl_i2c-efm32.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-efm32.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/udf/.tmp_mx_dir.o': No such file mv: cannot stat 'block/.tmp_mx_scsi_ioctl.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-xinmo.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: block/ioprio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/ioprio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/ioprio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_ioprio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_ioprio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specificrm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-efm32.o'da: No such file or directoryt a of file block/.tmp_mc_ioprio.o fs/isofs/.tmp_gl_inode.o: file not recognized: File truncated CC crypto/lzo.o rm: cannot remove 'fs/udf/.tmp_mx_dir.o': No such file or directory /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-objcopy: fs/ext4/balloc.o: 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/ext4/balloc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: f'fs/isofs/.tmp_mx_inode.o': No such fileai led to merge target specific data of file fs/ext4/balloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_balloc.o: 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/ext4/.tmp_mc_balloc.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_balloc.o sound/core/seq/oss/.tmp_gl_seq_oss.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/devtmpfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/devtmpfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/devtmpfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_devtmpfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_devtmpfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_devtmpfs.o CC [M] drivers/hid/i2c-hid/i2c-hid.o mv: cannot stat 'drivers/base/.tmp_mx_devtmpfs.o': No such file or directory CC fs/nls/nls_cp950.o mv: cannot stat 'block/.tmp_mx_ioprio.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'sound/core/seq/oss/.tmp_mx_seq_oss.o': No such file rm: cannot remove 'fs/isofs/.tmp_mx_inode.o': No such file or directory rm: cannot remove 'sound/core/seq/oss/.tmp_mx_seq_oss.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/input-compat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/input-compat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/input-compat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-compat.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-compat.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_input-compat.o CC [M] fs/nilfs2/segbuf.o CC crypto/lz4.o mv: cannot stat 'drivers/input/.tmp_mx_input-compat.o': No such file or directory CC [M] fs/gfs2/lops.o mv: cannot stat 'fs/ext4/.tmp_mx_balloc.o': No such file or directory CC crypto/rng.o CC [M] fs/nilfs2/segment.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_ports.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_ports.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_ports.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_ports.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_ports.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_ports.o CC fs/proc/generic.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/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm831x-auxadc.o: compiled for a big endian system and target is little endianspe c/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: idrivers/mfd/wm831x-auxadc.o: uses instructions which are incompatible with instructions used in previous modulesf ic dat/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-lda: offa iflielde tkernel/printk/printk.oo me/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: rkernel/printk/.tmp_mc_printk.o: compiled for a big endian system and target is little endian g/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: e tkernel/printk/.tmp_mc_printk.o: uses instructions which are incompatible with instructions used in previous modulesa r/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld:g efta islpeedc itfoi cm edrgea tta of afrgeit slpee cdrivers/mfd/wm831x-auxadc.oi f/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: idrivers/mfd/.tmp_mc_wm831x-auxadc.o: compiled for a big endian system and target is little endianc /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ddrivers/mfd/.tmp_mc_wm831x-auxadc.o: uses instructions which are incompatible with instructions used in previous modulesa t/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-lda: offa iflielde tkernel/printk/.tmp_mc_printk.oo merge target specific data of file drivers/mfd/.tmp_mc_wm831x-auxadc.o LD [M] drivers/hid/hid-logitech.o CC [M] fs/ext4/file.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/gfs2/main.o mv: cannot stat 'drivers/mfd/.tmp_mx_wm831x-auxadc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hid/hid-lg.o: No such file or directory CC crypto/drbg.o CC [M] drivers/media/rc/img-ir/img-ir-sanyo.o make[3]: *** [drivers/hid/hid-logitech.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CC fs/proc/array.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_ports.o': No such file or directory drivers/hid/.tmp_gl_hid-zpff.o: file not recognized: File truncated CC fs/nls/nls_cp1250.o mv: cannot stat 'kernel/printk/.tmp_mx_printk.o': No such file or directory CC [M] fs/gfs2/meta_io.o CC [M] fs/nilfs2/cpfile.o CC [M] sound/core/seq/oss/seq_oss_init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-zpff.o': No such file CC drivers/input/ff-core.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-zpff.o': No such file or directory /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: kernel/fork.o: 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/fork.o: uses instructions which are incompatible with instructions used 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/fork.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/.tmp_mc_fork.o: 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_fork.o: uses instructions which are incompatible with instructions used 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_fork.o CC [M] drivers/i2c/busses/i2c-hix5hd2.o CC fs/udf/ialloc.o mv: cannot stat 'crypto/.tmp_mx_xts.o': No such file or directory CC [M] fs/gfs2/aops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: CC fs/quota/quota.o 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-ld: sound/core/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: sound/core/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 sound/core/control.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.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: sound/core/.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 sound/core/.tmp_mc_control.o CC drivers/input/ff-memless.o mv: cannot stat 'kernel/.tmp_mx_fork.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: fs/udf/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/udf/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/udf/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.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/udf/.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/udf/.tmp_mc_file.o mv: cannot stat 'sound/core/.tmp_mx_control.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/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: block/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 block/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.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: block/.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 block/.tmp_mc_ioctl.o CC [M] drivers/mfd/cros_ec.o mv: cannot stat 'fs/notify/.tmp_mx_notification.o': No such file or directory crypto/.tmp_gl_fcrypt.o: file not recognized: File truncated mv: cannot stat 'fs/udf/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_fcrypt.o': No such file CC fs/proc/fd.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 'block/.tmp_mx_ioctl.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_fcrypt.o': No such file or directory LD kernel/printk/built-in.o 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'/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) : No such file or directory CC fs/quota/kqid.o CC crypto/jitterentropy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/i2c/busses/.tmp_gl_i2c-emev2.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-emev2.o': No such file drivers/media/rc/img-ir/.tmp_gl_img-ir-sharp.o: file not recognized: File truncated CC [M] drivers/mfd/htc-pasic3.o CC fs/notify/inode_mark.o CC [M] fs/quota/quota_v1.o /home/kisskb/slave/src/mm/page_alloc.c: In function 'free_area_init_nodes': /home/kisskb/slave/src/mm/page_alloc.c:5831:34: warning: array subscript is below array bounds [-Warray-bounds] rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-emev2.o': No such file or directory CC fs/udf/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sharp.o': No such file /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 CC crypto/jitterentropy-kcapi.o mv: cannot stat 'fs/.tmp_mx_timerfd.o': No such file or directory rm: cannot remove 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sharp.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/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/overlayfs/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/overlayfs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/.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/overlayfs/.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/overlayfs/.tmp_mc_super.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/overlayfs/.tmp_mx_super.o': No such file or directory CC crypto/hash_info.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] crypto/echainiv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/ext2/.tmp_gl_xattr_trusted.o: file not recognized: File truncated drivers/hid/.tmp_gl_hid-thingm.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext2/.tmp_mx_xattr_trusted.o': No such file drivers/hid/.tmp_gl_hid-topseed.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-thingm.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-topseed.o': No such file mv: cannot stat 'mm/.tmp_mx_page-writeback.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-thingm.o': No such file or directory rm: cannot remove 'fs/ext2/.tmp_mx_xattr_trusted.o': No such file or directory CC crypto/asymmetric_keys/asymmetric_type.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-topseed.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/ext2/.tmp_gl_xattr_user.o: file not recognized: File truncated fs/nls/.tmp_gl_nls_cp865.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext2/.tmp_mx_xattr_user.o': No such file CC [M] crypto/vmac.o rm: cannot remove 'fs/ext2/.tmp_mx_xattr_user.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] crypto/md4.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp865.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 'fs/nls/.tmp_mx_nls_cp865.o': No such file or directory drivers/mfd/.tmp_gl_wm831x-spi.o: file not recognized: File truncated CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_intr.o crypto/.tmp_gl_tea.o: file not recognized: File truncated /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_wm831x-spi.o': No such file CC fs/notify/mark.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: 'crypto/.tmp_mx_tea.o': No such file rm: cannot remove 'drivers/mfd/.tmp_mx_wm831x-spi.o': No such file or directory mv: cannot stat 'fs/proc/.tmp_mx_root.o': No such file or directory CC fs/notify/vfsmount_mark.o rm: cannot remove 'crypto/.tmp_mx_tea.o'drivers/dma/.tmp_gl_dma-axi-dmac.o: file not recognized: File truncated : No such file or directory CC fs/notify/fdinfo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma/.tmp_mx_dma-axi-dmac.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/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: fs/isofs/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 fs/isofs/compress.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.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: fs/isofs/.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 fs/isofs/.tmp_mc_compress.o rm: cannot remove 'drivers/dma/.tmp_mx_dma-axi-dmac.o': No such file or directory CC [M] drivers/media/platform/ti-vpe/sc.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 CC [M] fs/ext4/ialloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/balloc.o: 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/udf/balloc.o: uses instructions which are incompatible with instructions used 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/udf/balloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_balloc.o: 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/udf/.tmp_mc_balloc.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_balloc.o mv: cannot stat 'fs/isofs/.tmp_mx_compress.o': No such file or directory CC [M] fs/ext4/fsync.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/cpufreq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/cpufreq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/cpufreq/.tmp_mc_cpufreq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/cpufreq/.tmp_mc_cpufreq.o mv: cannot stat 'fs/.tmp_mx_eventfd.o': No such file or directory mv: cannot stat 'fs/udf/.tmp_mx_balloc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/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/nilfs2/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/nilfs2/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.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/nilfs2/.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/nilfs2/.tmp_mc_inode.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/hash.o: 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/f2fs/hash.o: uses instructions which are incompatible with instructions used 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/f2fs/hash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_hash.o: 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/f2fs/.tmp_mc_hash.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_hash.o CC fs/nls/nls_iso8859-4.o mv: cannot stat 'fs/nilfs2/.tmp_mx_inode.o': No such file or directory mv: cannot stat 'drivers/cpufreq/.tmp_mx_cpufreq.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_crct10dif_common.o': No such file or directory CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_dec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mv: drivers/base/dma-coherent.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot stat 'fs/f2fs/.tmp_mx_hash.o'drivers/base/dma-coherent.o: uses instructions which are incompatible with instructions used in previous modules : No such file or directory/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld : failed to merge target specific data of file drivers/base/dma-coherent.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dma-coherent.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dma-coherent.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_dma-coherent.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 CC [M] fs/ext4/inode.o CC [M] drivers/mfd/arizona-i2c.o CC [M] fs/reiserfs/do_balan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/xattr_security.o: 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/ext2/xattr_security.o: uses instructions which are incompatible with instructions used 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/ext2/xattr_security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.tmp_mc_xattr_security.o: 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/ext2/.tmp_mc_xattr_security.o: uses instructions which are incompatible with instructions used 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/ext2/.tmp_mc_xattr_security.o mv: cannot stat 'drivers/base/.tmp_mx_dma-coherent.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 fs/proc/proc_tty.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) mv: cannot stat 'kernel/.tmp_mx_sys.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/item.o: 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/configfs/item.o: uses instructions which are incompatible with instructions used 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/configfs/item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.tmp_mc_item.o: 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/configfs/.tmp_mc_item.o: uses instructions which are incompatible with instructions used 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/configfs/.tmp_mc_item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/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/nilfs2/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/nilfs2/page.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.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/nilfs2/.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/nilfs2/.tmp_mc_page.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_midi_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: sound/core/seq/seq_midi_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 sound/core/seq/seq_midi_event.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_midi_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: sound/core/seq/.tmp_mc_seq_midi_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 sound/core/seq/.tmp_mc_seq_midi_event.o mv: cannot stat 'fs/ext2/.tmp_mx_xattr_security.o': No such file or directory crypto/.tmp_gl_michael_mic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/rock.o: 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/isofs/rock.o: uses instructions which are incompatible with instructions used 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/isofs/rock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/isofs/.tmp_mc_rock.o: 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/isofs/.tmp_mc_rock.o: uses instructions which are incompatible with instructions used 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/isofs/.tmp_mc_rock.o sound/core/seq/.tmp_gl_seq_midi.o: file not recognized: File truncated mv: cannot stat 'fs/nilfs2/.tmp_mx_page.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_michael_mic.o': No such file drivers/hid/.tmp_gl_hid-steelseries.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: 'sound/core/seq/.tmp_mx_seq_midi.o': No such file CC [M] fs/reiserfs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-steelseries.o': No such file mv: cannot stat 'fs/isofs/.tmp_mx_rock.o': No such file or directory mv: mv: cannot stat 'fs/configfs/.tmp_mx_item.o': No such file or directorycannot stat 'sound/core/seq/.tmp_mx_seq_midi_event.o' : No such file or directory rm: cannot remove 'crypto/.tmp_mx_michael_mic.o': No such file or directory CC [M] fs/nilfs2/sufile.o rm: cannot remove 'drivers/hid/.tmp_mx_hid-steelseries.o': No such file or directory LD drivers/dma/xilinx/built-in.o drivers/mfd/.tmp_gl_mc13xxx-spi.o: file not recognized: File truncated /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 CC [M] crypto/md5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'sound/core/seq/.tmp_mx_seq_midi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_mc13xxx-spi.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/gsc-regs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/gsc-regs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/exynos-gsc/gsc-regs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-regs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/exynos-gsc/.tmp_mc_gsc-regs.o: uses instructions which are incompatible with instructions used in previous modules CC [M] crypto/rmd128.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/exynos-gsc/.tmp_mc_gsc-regs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tea5761.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tea5761.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tea5761.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tea5761.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tea5761.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tea5761.o mv: cannot stat 'fs/fscache/.tmp_mx_netfs.o': No such file or directory mv: cannot stat 'drivers/media/tuners/.tmp_mx_tea5761.o': No such file or directory crypto/.tmp_gl_twofish_generic.o: file not recognized: File truncated fs/sysfs/.tmp_gl_mount.o: file not recognized: File truncated CC fs/udf/lowlevel.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/mdt.o: 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/nilfs2/mdt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fa/home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_valid':iled to merge target spec/home/kisskb/slave/src/fs/quota/kqid.c:131:1: warning: control reaches end of non-void function [-Wreturn-type]i fic data of file fs/nilfs2/mdt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_mdt.o: 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/nilfs2/.tmp_mc_mdt.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_mdt.o /home/kisskb/slave/src/fs/quota/kqid.c: In function 'from_kqid_munged': /home/kisskb/slave/src/fs/quota/kqid.c:112:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'from_kqid': /home/kisskb/slave/src/fs/quota/kqid.c:79:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_lt': /home/kisskb/slave/src/fs/quota/kqid.c:52:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_eq': /home/kisskb/slave/src/fs/quota/kqid.c:26:1: warning: control reaches end of non-void function [-Wreturn-type] rm: cannot remove 'drivers/mfd/.tmp_mx_mc13xxx-spi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_twofish_generic.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/dma-mapping.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/dma-mapping.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/dma-mapping.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dma-mapping.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_dma-mapping.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_dma-mapping.o mv: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: cannot stat 'drivers/media/platform/exynos-gsc/.tmp_mx_gsc-regs.o''fs/sysfs/.tmp_mx_mount.o': No such file : No such file or directory CC [M] crypto/rmd320.o rm: cannot remove 'fs/sysfs/.tmp_mx_mount.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/nilfs2/.tmp_mx_mdt.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) LD drivers/cpufreq/built-in.o CC fs/udf/namei.o CC [M] fs/nilfs2/ifile.o rm: cannot remove 'crypto/.tmp_mx_twofish_generic.o': No such file or directory CC [M] fs/f2fs/inline.o CC [M] drivers/mfd/wm8994-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_cp866.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) LD [M] fs/isofs/isofs.o mv: cannot stat 'drivers/base/.tmp_mx_dma-mapping.o': No such file or directory drivers/hwmon/.tmp_gl_w83792d.o: file not recognized: File truncated CC fs/udf/partition.o /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-objcopy: :'fs/nls/.tmp_mx_nls_cp866.o': No such file c annot find drivers/cpufreq/cpufreq_stats.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/cpufreq/cpufreq_powersave.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/cpufreq/cpufreq_userspace.o: No such file or directory CC [M] fs/nilfs2/alloc.o CC drivers/dma/xgene-dma.o drivers/hid/.tmp_gl_hid-zydacron.o: file not /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/isofs/inode.o: No such file or directory recognized: File truncated rm: cannot remove 'fs/nls/.tmp_mx_nls_cp866.o': No such file or directory CC [M] drivers/dma/sun6i-dma.o /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:20: warning: comparison of distinct pointer types lacks a cast [enabled by default] /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:2: warning: right shift count >= width of type [enabled by default] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld/home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:2: warning: right shift count >= width of type [enabled by default]: cannot find fs/isofs/export.o: No such file or directory /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:20: warning: right shift count >= width of type [enabled by default] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83792d.o': No such file /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:20: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default] /home/kisskb/slave/src/include/asm-generic/div64.h:35:17: note: expected 'uint64_t *' but argument is of type 'int *' make[3]: *** [drivers/cpufreq/built-in.o] Error 1 make[2]: *** [drivers/cpufreq] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-zydacron.o': No such file crypto/.tmp_gl_salsa20_generic.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_w83792d.o': No such file or directory make[3]: *** [fs/isofs/isofs.o] Error 1 rm: cannot remove 'drivers/hid/.tmp_mx_hid-zydacron.o': No such file or directory make[2]: *** [fs/isofs] Error 2 make[2]: *** Waiting for unfinished jobs.... CC [M] crypto/sha512_generic.o CC [M] drivers/mfd/wm8994-irq.o CC fs/udf/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_salsa20_generic.o': No such file CC [M] fs/nilfs2/gcinode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/ipmi_si_intf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/ipmi_si_intf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/ipmi_si_intf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_si_intf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_si_intf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/.tmp_mc_ipmi_si_intf.o rm: cannot remove 'crypto/.tmp_mx_salsa20_generic.o': No such file or directory LD [M] sound/core/seq/snd-seq-midi-event.o CC fs/fscache/operation.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] crypto/wp512.o mv: cannot stat 'drivers/char/ipmi/.tmp_mx_ipmi_si_intf.o': No such file or directory CC [M] crypto/tgr192.o CC [M] drivers/media/tuners/tda9887.o drivers/dma/sh/.tmp_gl_usb-dmac.o: file not recognized: File truncated CC [M] drivers/hwmon/ad7414.o CC [M] fs/nilfs2/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma/sh/.tmp_mx_usb-dmac.o': No such file CC [M] drivers/media/platform/ti-vpe/csc.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 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 rm: cannot remove 'drivers/dma/sh/.tmp_mx_usb-dmac.o': No such file or directory LD [M] sound/core/seq/snd-seq-midi.o CC fs/nls/nls_iso8859-9.o LD [M] drivers/media/platform/exynos-gsc/exynos-gsc.o CC [M] drivers/hwmon/ad7418.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: cannot find sound/core/seq/seq_midi.o: No such file or directory make[4]: *** [sound/core/seq/snd-seq-midi.o] Error 1 make[4]: *** Waiting for unfinished jobs.... CC [M] crypto/ecb.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/i2c-smbus.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/i2c-smbus.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/i2c-smbus.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/.tmp_mc_i2c-smbus.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/.tmp_mc_i2c-smbus.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target spec/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ificfs/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 modulesd at/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: af aioled fto mer ge 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 'crypto/.tmp_mx_jitterentropy.o': No such file or directory file drivers/i2c/.tmp_mc_i2c-smbus.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/direct.o: 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/nilfs2/direct.o: uses instructions which are incompatible with instructions used 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/nilfs2/direct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_direct.o: 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/nilfs2/.tmp_mc_direct.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_direct.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/filemap.o: 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/filemap.o: uses instructions which are incompatible with instructions used 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/filemap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_filemap.o: 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_filemap.o: uses instructions which are incompatible with instructions used 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_filemap.o mv: CC drivers/input/input-polldev.o cannot stat 'drivers/i2c/.tmp_mx_i2c-smbus.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/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/jfs/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/jfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.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/jfs/.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/jfs/.tmp_mc_file.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: fs/fhandle.o: 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/fhandle.o: uses instructions which are incompatible with instructions used 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/fhandle.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_fhandle.o: 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_fhandle.o: uses instructions which are incompatible with instructions used 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_fhandle.o mv: cannot stat 'fs/jfs/.tmp_mx_file.o': No such file or directory crypto/.tmp_gl_lz4.o: file not recognized: File truncated CC fs/nls/nls_iso8859-15.o mv: cannot stat 'fs/nilfs2/.tmp_mx_direct.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_lz4.o': No such file CC [M] drivers/hwmon/adcxx.o mv: cannot stat 'mm/.tmp_mx_filemap.o': No such file or directory drivers/hid/.tmp_gl_hid-multitouch.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_lz4.o': No such file or directory /home/kisskb/slave/src/drivers/mfd/htc-pasic3.c: In function 'pasic3_remove': /home/kisskb/slave/src/drivers/mfd/htc-pasic3.c:189:22: warning: unused variable 'asic' [-Wunused-variable] CC [M] fs/ext4/page-io.o mv: cannot stat 'fs/.tmp_mx_fhandle.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-multitouch.o': No such file 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/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 rm: cannot remove 'drivers/hid/.tmp_mx_hid-multitouch.o': No such file or directory LD drivers/dma/sh/built-in.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: cannot find drivers/dma/sh/usb-dmac.o: No such file or directory /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 make[4]: *** [drivers/dma/sh/built-in.o] Error 1 make[3]: *** [drivers/dma/sh] Error 2 make[3]: *** Waiting for unfinished jobs.... mv: cannot stat 'fs/proc/.tmp_mx_inode.o': No such file or directory CC [M] crypto/pcbc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/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/sysfs/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/sysfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/.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/sysfs/.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/sysfs/.tmp_mc_dir.o /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 CC [M] drivers/i2c/i2c-mux.o CC [M] fs/ext4/ioctl.o CC fs/jfs/jfs_mount.o mv: cannot stat 'fs/sysfs/.tmp_mx_dir.o': No such file or directory CC [M] crypto/cts.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: fs/nilfs2/bmap.o: 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/nilfs2/bmap.o: uses instructions which are incompatible with instructions used 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/nilfs2/bmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_bmap.o: 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/nilfs2/.tmp_mc_bmap.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_bmap.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-ld: drivers/input/input-mt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/input-mt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/input-mt.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-mt.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-mt.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_input-mt.o drivers/base/.tmp_gl_core.o: file not recognized: File truncated mv: cannot stat 'fs/nilfs2/.tmp_mx_bmap.o': No such file or directory CC [M] fs/nilfs2/sysfs.o mv: cannot stat 'drivers/input/.tmp_mx_input-mt.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/.tmp_mx_core.o': No such file CC fs/fscache/page.o CC [M] crypto/blowfish_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/base/.tmp_mx_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bio-integrity.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bio-integrity.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/bio-integrity.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bio-integrity.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bio-integrity.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_bio-integrity.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 'block/.tmp_mx_bio-integrity.o': No such file or directory drivers/media/rc/img-ir/.tmp_gl_img-ir-sanyo.o: file not recognized: File truncated CC [M] drivers/i2c/i2c-stub.o crypto/.tmp_gl_lzo.o: file not recognized: File truncated CC [M] drivers/media/v4l2-core/v4l2-fh.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sanyo.o': No such file /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 /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: 'crypto/.tmp_mx_lzo.o': No such file rm: cannot remove 'drivers/media/rc/img-ir/.tmp_mx_img-ir-sanyo.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_lzo.o': No such file or directory CC fs/proc/cmdline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-integrity.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-integrity.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-integrity.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-integrity.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-integrity.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-integrity.o 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: drivers/base/property.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/property.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/property.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_property.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_property.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_property.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD fs/kernfs/built-in.o CC [M] drivers/media/v4l2-core/v4l2-event.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 'block/.tmp_mx_blk-integrity.o': No such file or directory fs/nls/.tmp_gl_nls_cp1250.o: file not recognized: File truncated drivers/media/i2c/.tmp_gl_saa7185.o: file not recognized: File truncated drivers/mfd/.tmp_gl_bcm590xx.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_demux.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_demux.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dvb_demux.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_demux.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_demux.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvb_demux.o CC [M] fs/btrfs/ctree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_saa7185.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp1250.o': No such file mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvb_demux.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: 'drivers/mfd/.tmp_mx_bcm590xx.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_saa7185.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_nls_cp1250.o': No such file or directory drivers/hid/.tmp_gl_hid-prodikeys.o: CC fs/proc/consoles.o file not recognized: File truncated rm: cannot remove 'drivers/mfd/.tmp_mx_bcm590xx.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 drivers/base/regmap/regcache.o mv: cannot stat 'drivers/base/.tmp_mx_property.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tea5767.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tea5767.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tea5767.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tea5767.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tea5767.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tea5767.o CC fs/fscache/proc.o /home/kisskb/slave/src/fs/ext4/file.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-prodikeys.o': No such file CC [M] crypto/blowfish_common.o CC drivers/input/joydev.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_tea5767.o': No such file or directory crypto/.tmp_gl_ccm.o: file not recognized: File truncated rm: cannot remove 'drivers/hid/.tmp_mx_hid-prodikeys.o': No such file or directory CC fs/nls/mac-croatian.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: 'crypto/.tmp_mx_ccm.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/security.o: 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/security.o: uses instructions which are incompatible with instructions used 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/security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: security/.tmp_mc_security.o: 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_security.o: uses instructions which are incompatible with instructions used 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_security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/nilfs2/.tmp_gl_super.o: file not recognized: File truncated fs/.tmp_gl_binfmt_misc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nilfs2/.tmp_mx_super.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-wiimote-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: drivers/hid/hid-wiimote-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 drivers/hid/hid-wiimote-debug.o CC fs/fscache/stats.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dmxdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dmxdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dmxdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dmxdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dmxdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dmxdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-wiimote-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: drivers/hid/.tmp_mc_hid-wiimote-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 drivers/hid/.tmp_mc_hid-wiimote-debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_binfmt_misc.o': No such file rm: cannot remove 'crypto/.tmp_mx_ccm.o': No such file or directory rm: cannot remove 'fs/.tmp_mx_binfmt_misc.o': No such file or directory mv: cannot stat 'drivers/hid/.tmp_mx_hid-wiimote-debug.o': No such file or directory /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 rm: cannot remove 'fs/nilfs2/.tmp_mx_super.o': No such file or directory mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dmxdev.o': No such file or directory mv: cannot stat 'security/.tmp_mx_security.o': No such file or directory CC fs/nls/mac-iceland.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tuner-simple.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tuner-simple.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tuner-simple.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tuner-simple.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tuner-simple.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tuner-simple.o LD kernel/debug/kdb/built-in.o mv: cannot stat 'fs/notify/.tmp_mx_group.o': No such file or directory CC [M] drivers/mfd/wm8994-regmap.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_tuner-simple.o': No such file or directory CC [M] drivers/media/dvb-core/dvb_frontend.o CC fs/fscache/histogram.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/block_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/block_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/block_dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_block_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_block_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_block_dev.o CC [M] fs/f2fs/checkpoint.o LD [M] drivers/media/rc/img-ir/img-ir.o CC [M] drivers/media/i2c/adv7343.o mv: cannot stat 'fs/.tmp_mx_block_dev.o': No such file or directory LD kernel/debug/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/media/rc/img-ir/img-ir-core.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/media/rc/img-ir/img-ir-jvc.o: No such file or directory/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-ld: drivers/char/random.o: compiled for a big endian system and target is little endianc a/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: nndrivers/char/random.o: uses instructions which are incompatible with instructions used in previous moduleso t fi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldn:d fdrivers/media/rc/img-ir/img-ir-sony.oa:i lNo such file or directorye d t/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldo: mcearngneo tt afrignedt drivers/media/rc/img-ir/img-ir-sharp.os:p eNo such file or directoryc ifi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldc: dcaatnan ootf ffiinlde drivers/media/rc/img-ir/img-ir-sanyo.odrivers/char/random.o: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: No such file or directorydrivers/char/.tmp_mc_random.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/.tmp_mc_random.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/.tmp_mc_random.o make[5]: *** [drivers/media/rc/img-ir/img-ir.o] Error 1 make[4]: *** [drivers/media/rc/img-ir] Error 2 CC [M] drivers/media/i2c/adv7393.o CC [M] crypto/cast_common.o make[3]: *** [drivers/media/rc] Error 2 make[3]: *** Waiting for unfinished jobs.... CC [M] drivers/media/tuners/tda827x.o CC [M] drivers/media/dvb-core/dvb_ringbuffer.o CC [M] fs/nls/nls_cp855.o mv: cannot stat 'drivers/char/.tmp_mx_random.o': No such file or directory CC [M] crypto/cast5_generic.o CC [M] drivers/media/i2c/vpx3220.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] crypto/khazad.o make[1]: *** [security] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/msp3400-kthreads.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/msp3400-kthreads.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/i2c/msp3400-kthreads.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/.tmp_mc_msp3400-kthreads.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/i2c/.tmp_mc_msp3400-kthreads.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/i2c/.tmp_mc_msp3400-kthreads.o crypto/.tmp_gl_crct10dif_generic.o: file not recognized: File truncated CC [M] crypto/anubis.o CC [M] drivers/media/dvb-core/dvb_math.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_crct10dif_generic.o': No such file mv: cannot stat 'drivers/media/i2c/.tmp_mx_msp3400-kthreads.o': No such file or directory CC [M] drivers/media/tuners/tda18271-maps.o 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: block/partitions/aix.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/aix.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/aix.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_aix.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_aix.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_aix.o CC fs/notify/dnotify/dnotify.o mv: cannot stat 'block/partitions/.tmp_mx_aix.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) drivers/i2c/muxes/.tmp_gl_i2c-mux-reg.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: 'drivers/i2c/muxes/.tmp_mx_i2c-mux-reg.o': No such file mm/.tmp_gl_slab.o: file not recognized: File truncated rm: cannot remove 'drivers/i2c/muxes/.tmp_mx_i2c-mux-reg.o': No such file or directory CC fs/notify/fanotify/fanotify.o /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 [M] crypto/chacha20_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/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/sysfs/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/sysfs/group.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/.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/sysfs/.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/sysfs/.tmp_mc_group.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/quota/kqid.o: 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/quota/kqid.o: uses instructions which are incompatible with instructions used 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/quota/kqid.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/quota/.tmp_mc_kqid.o: 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/quota/.tmp_mc_kqid.o: uses instructions which are incompatible with instructions used 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/quota/.tmp_mc_kqid.o LD drivers/char/built-in.o CC [M] drivers/media/i2c/vs6624.o mv: cannot stat 'fs/sysfs/.tmp_mx_group.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/char/mem.o: No such file or directory CC block/partitions/mac.o make[3]: *** [drivers/char/built-in.o] Error 1 make[2]: *** [drivers/char] Error 2 mv: cannot stat 'fs/quota/.tmp_mx_kqid.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/rawmidi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/rawmidi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/rawmidi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_rawmidi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_rawmidi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_rawmidi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/i2c/bt856.o 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: Unable to change endianness of input file(s) drivers/media/i2c/.tmp_gl_adv7170.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/nls/.tmp_mx_nls_iso8859-4.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 'sound/core/.tmp_mx_rawmidi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_adv7170.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-4.o': No such file or directory fs/.tmp_gl_binfmt_flat.o: file not recognized: File truncated drivers/hid/.tmp_gl_hid-logitech-hidpp.o: file not recognized: File truncated rm: cannot remove 'drivers/media/i2c/.tmp_mx_adv7170.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/mc13xxx-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: drivers/mfd/mc13xxx-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 drivers/mfd/mc13xxx-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_mc13xxx-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: drivers/mfd/.tmp_mc_mc13xxx-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 drivers/mfd/.tmp_mc_mc13xxx-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_binfmt_flat.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-logitech-hidpp.o': No such file rm: cannot remove 'fs/.tmp_mx_binfmt_flat.o': No such file or directory mv: cannot stat 'drivers/mfd/.tmp_mx_mc13xxx-core.o': No such file or directory rm: cannot remove 'drivers/hid/.tmp_mx_hid-logitech-hidpp.o': No such file or directory CC [M] drivers/media/tuners/tda18271-common.o CC [M] fs/ext4/namei.o CC fs/overlayfs/readdir.o CC [M] crypto/deflate.o LD [M] sound/core/snd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/cros_ec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/cros_ec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/cros_ec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_cros_ec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_cros_ec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_cros_ec.o mv: cannot stat 'drivers/mfd/.tmp_mx_cros_ec.o': No such file or directory CC fs/jfs/jfs_umount.o LD [M] sound/core/snd-rawmidi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) sound/core/.tmp_gl_timer.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: CC [M] drivers/media/dvb-frontends/stb6100.o Unable to change endianness of input file(s) CC [M] drivers/mfd/tps6105x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'sound/core/.tmp_mx_timer.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/mfd-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: drivers/mfd/mfd-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 targe CC fs/jfs/jfs_xtree.o t specific data of file drivers/mfd/mfd-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_mfd-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: drivers/mfd/.tmp_mc_mfd-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 drivers/mfd/.tmp_mc_mfd-core.o rm: cannot remove 'sound/core/.tmp_mx_timer.o'fs/overlayfs/.tmp_gl_dir.o: file not recognized: File truncated : No such file or directory mv: cannot stat 'drivers/mfd/.tmp_mx_mfd-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/overlayfs/.tmp_mx_dir.o': No such file /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 /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/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/sysfs/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/sysfs/symlink.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/sysfs/.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/sysfs/.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/sysfs/.tmp_mc_symlink.o CC [M] drivers/media/dvb-frontends/sp8870.o mv: cannot stat 'crypto/.tmp_mx_sha256_generic.o': No such file or directory rm: cannot remove 'fs/overlayfs/.tmp_mx_dir.o': No such file or directory mv: cannot stat 'fs/notify/.tmp_mx_fdinfo.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] drivers/mfd/tps6507x.o CC fs/jfs/jfs_imap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/csc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/csc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/ti-vpe/csc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_csc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_csc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to mmv: ecannot stat 'fs/sysfs/.tmp_mx_symlink.o'rge : No such file or directoryt arget specific data of file drivers/media/platform/ti-vpe/.tmp_mc_csc.o /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 drivers/media/i2c/.tmp_gl_adv7175.o: file not recognized: File truncated mv: cannot stat 'crypto/.tmp_mx_jitterentropy-kcapi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_adv7175.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_adv7175.o': No such file or directory mv: cannot stat 'drivers/media/platform/ti-vpe/.tmp_mx_csc.o': No such file or directory CC [M] drivers/mfd/tps65217.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: fs/udf/ialloc.o: 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/udf/ialloc.o: uses instructions which are incompatible with instructions used 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/udf/ialloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_ialloc.o: 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/udf/.tmp_mc_ialloc.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_ialloc.o CC [M] crypto/zlib.o fs/quota/.tmp_gl_quota_v1.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/sc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/sc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/ti-vpe/sc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_sc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_sc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/ti-vpe/.tmp_mc_sc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/quota/.tmp_mx_quota_v1.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-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: drivers/hid/hid-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 drivers/hid/hid-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: CC fs/overlayfs/copy_up.o mv: cannot stat 'fs/udf/.tmp_mx_ialloc.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) drivers/hid/.tmp_mc_hid-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: drivers/hid/.tmp_mc_hid-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 drivers/hid/.tmp_mc_hid-core.o rm: cannot remove 'fs/quota/.tmp_mx_quota_v1.o': No such file or directory mv: cannot stat 'drivers/media/platform/ti-vpe/.tmp_mx_sc.o': No such file or directory CC [M] drivers/mfd/lp3943.o crypto/.tmp_gl_mcryptd.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_mcryptd.o': No such file mv: cannot stat 'drivers/hid/.tmp_mx_hid-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) rm: cannot remove 'crypto/.tmp_mx_mcryptd.o': No such file or directory fs/nls/.tmp_gl_nls_iso8859-9.o: file not recognized: File truncated LD fs/sysfs/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-9.o': No such file LD fs/notify/inotify/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: cannot find fs/sysfs/mount.o: No such file or directory make[3]: *** [fs/sysfs/built-in.o] Error 1 make[2]: *** [fs/sysfs] Error 2 CC [M] crypto/crc32c_generic.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-9.o': No such file or directory CC [M] drivers/media/i2c/ks0127.o CC [M] drivers/mfd/wl1273-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_w83795.o: file not recognized: File truncated /home/kisskb/slave/src/fs/ext4/fsync.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] drivers/media/platform/ti-vpe/vpdma.o drivers/mfd/.tmp_gl_arizona-i2c.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: 'drivers/hwmon/.tmp_mx_w83795.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_arizona-i2c.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) CC [M] drivers/media/i2c/tvp5150.o fs/gfs2/.tmp_gl_main.o: file not recognized: File truncated rm: cannot remove 'drivers/mfd/.tmp_mx_arizona-i2c.o': No such file or directory fs/nls/.tmp_gl_nls_iso8859-15.o: file not recognized: File truncated CC [M] drivers/mfd/rn5t618.o rm: cannot remove 'drivers/hwmon/.tmp_mx_w83795.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/gfs2/.tmp_mx_main.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-15.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) CC [M] fs/f2fs/gc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/posix_acl.o: 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/posix_acl.o: uses instructions which are incompatible with instructions used 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/posix_acl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_posix_acl.o: 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_posix_acl.o: uses instructions which are incompatible with instructions used 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_posix_acl.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-15.o': No such file or directory rm: cannot remove 'fs/gfs2/.tmp_mx_main.o': No such file or directory CC [M] fs/jbd2/commit.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/bitmap.o: 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/reiserfs/bitmap.o: uses instructions which are incompatible with instructions used 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/reiserfs/bitmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_bitmap.o: 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/reiserfs/.tmp_mc_bitmap.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_bitmap.o fs/proc/.tmp_gl_cmdline.o: file not recognized: File truncated mv: cannot stat 'fs/.tmp_mx_posix_acl.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_cmdline.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/htc-pasic3.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/htc-pasic3.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/htc-pasic3.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_htc-pasic3.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_htc-pasic3.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_htc-pasic3.o CC [M] crypto/crc32.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/i2c/busses/i2c-img-scb.o mv: cannot stat 'fs/reiserfs/.tmp_mx_bitmap.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/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/gfs2/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/gfs2/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.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/gfs2/.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/gfs2/.tmp_mc_xattr.o rm: cannot remove 'fs/proc/.tmp_mx_cmdline.o': No such file or directory drivers/hwmon/.tmp_gl_w83781d.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/glops.o: 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/gfs2/glops.o: uses instructions which are incompatible with instructions used 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/gfs2/glops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_glops.o: 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/gfs2/.tmp_mc_glops.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_glops.o mv: cannot stat 'fs/gfs2/.tmp_mx_xattr.o': No such file or directory mv: cannot stat 'drivers/mfd/.tmp_mx_htc-pasic3.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 CC [M] fs/nls/nls_cp857.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83781d.o': No such file mv: cannot stat 'fs/notify/.tmp_mx_vfsmount_mark.o': No such file or directory mv: cannot stat 'fs/gfs2/.tmp_mx_glops.o': No such file or directory CC [M] drivers/mfd/lm3533-core.o rm: cannot remove 'drivers/hwmon/.tmp_mx_w83781d.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: 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 CC [M] fs/jbd2/recovery.o CC [M] fs/nls/nls_cp861.o drivers/media/i2c/.tmp_gl_saa6752hs.o: file not recognized: File truncated CC [M] drivers/hwmon/adm1021.o CC [M] fs/reiserfs/inode.o CC [M] fs/gfs2/dentry.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/kempld-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: drivers/mfd/kempld-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 drivers/mfd/kempld-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_kempld-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: drivers/mfd/.tmp_mc_kempld-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 drivers/mfd/.tmp_mc_kempld-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_saa6752hs.o': No such file mv: cannot stat 'drivers/mfd/.tmp_mx_kempld-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) rm: cannot remove 'drivers/media/i2c/.tmp_mx_saa6752hs.o': No such file or directory mv: cannot stat 'fs/notify/.tmp_mx_inode_mark.o': No such file or directory CC fs/proc/cpuinfo.o CC [M] fs/gfs2/export.o drivers/media/platform/.tmp_gl_vim2m.o: file not recognized: File truncated CC [M] drivers/mfd/lm3533-ctrlbank.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: 'drivers/media/platform/.tmp_mx_vim2m.o': No such file CC [M] crypto/842.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/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/jfs/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/jfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.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/jfs/.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/jfs/.tmp_mc_inode.o drivers/dma/.tmp_gl_sun6i-dma.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: Unable to change endianness of input file(s) rm: cannot remove 'drivers/media/platform/.tmp_mx_vim2m.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/jfs/.tmp_mx_inode.o': No such file or directory drivers/cdrom/.tmp_gl_cdrom.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: 'drivers/dma/.tmp_mx_sun6i-dma.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/cdrom/.tmp_mx_cdrom.o': No such file fs/nls/.tmp_gl_mac-iceland.o: file not recognized: File truncated rm: cannot remove 'drivers/dma/.tmp_mx_sun6i-dma.o': No such file or directory crypto/.tmp_gl_md4.o: file not recognized: File truncated rm: cannot remove 'drivers/cdrom/.tmp_mx_cdrom.o': No such file or directory CC [M] drivers/mfd/sky81452.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-iceland.o': No such file drivers/i2c/busses/.tmp_gl_i2c-hix5hd2.o: file not recognized: File truncated CC [M] drivers/hwmon/adm1025.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/gfs2/file.o rm: cannot remove 'fs/nls/.tmp_mx_mac-iceland.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_md4.o': No such file CC [M] drivers/hwmon/adm1029.o fs/nls/.tmp_gl_nls_cp855.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/lowlevel.o: 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/udf/lowlevel.o: uses instructions which are incompatible with instructions used 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/udf/lowlevel.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_lowlevel.o: 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/udf/.tmp_mc_lowlevel.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_lowlevel.o fs/nls/.tmp_gl_mac-croatian.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp855.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-croatian.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-hix5hd2.o': No such file drivers/media/i2c/.tmp_gl_saa7127.o: file not recognized: File truncated rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-hix5hd2.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_md4.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_nls_cp855.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_mac-croatian.o': No such file or directory CC [M] drivers/media/i2c/tvp514x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_saa7127.o': No such file mv: cannot stat 'fs/udf/.tmp_mx_lowlevel.o': No such file or directory rm: cannot remove 'drivers/media/i2c/.tmp_mx_saa7127.o': No such file or directory CC [M] drivers/media/i2c/tvp7002.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /home/kisskb/slave/src/fs/ext4/inode.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/proc_tty.o: 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/proc_tty.o: uses instructions which are incompatible with instructions used 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/proc_tty.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_proc_tty.o: 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_proc_tty.o: uses instructions which are incompatible with instructions used 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_proc_tty.o drivers/hwmon/.tmp_gl_ad7414.o: file not recognized: File truncated CC fs/jfs/jfs_debug.o mv: cannot stat 'fs/proc/.tmp_mx_proc_tty.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_intr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_intr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_intr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_intr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_intr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_intr.o CC [M] fs/nls/nls_cp863.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_intr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ad7414.o': No such file LD drivers/cdrom/built-in.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ad7414.o': No such file or directory CC fs/jfs/jfs_dmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/cdrom/cdrom.o: No such file or directory make[3]: *** [drivers/cdrom/built-in.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) make[2]: *** [drivers/cdrom] Error 2 CC [M] drivers/hwmon/adm1031.o drivers/hwmon/.tmp_gl_w83791d.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/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/ext2/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/ext2/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.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/ext2/.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/ext2/.tmp_mc_inode.o mv: cannot stat 'fs/ext2/.tmp_mx_inode.o': No such file or directory CC [M] fs/nls/nls_cp932.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83791d.o': No such file CC [M] crypto/tcrypt.o rm: cannot remove 'drivers/hwmon/.tmp_mx_w83791d.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 fs/udf/truncate.o CC [M] drivers/i2c/busses/i2c-jz4780.o CC [M] fs/nls/nls_euc-jp.o 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 CC fs/proc/devices.o rm: cannot remove 'fs/proc/.tmp_mx_consoles.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-objcopy: Unable to change endianness of input file(s) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-device.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-device.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-device.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-device.o CC [M] crypto/ghash-generic.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_twofish_common.o': No such file or directory drivers/input/.tmp_gl_input.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bsg.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/bsg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/bsg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bsg.o: compiled for a big endian system and target is little endian CC [M] drivers/media/i2c/tw9903.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_bsg.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_bsg.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/.tmp_mx_input.o': No such file crypto/.tmp_gl_ecb.o: file not recognized: File truncated CC [M] drivers/hwmon/adm9240.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/input/.tmp_mx_input.o': No such file or directory mv: cannot stat 'block/.tmp_mx_bsg.o': No such file or directory 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: 'crypto/.tmp_mx_ecb.o': No such file mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-device.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp950.o': No such file CC [M] drivers/media/i2c/cs5345.o rm: cannot remove 'crypto/.tmp_mx_ecb.o': No such file or directory CC [M] drivers/media/i2c/m52790.o 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-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 CC [M] drivers/hwmon/ads7828.o mv: cannot stat 'fs/fscache/.tmp_mx_proc.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) /home/kisskb/slave/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_handle_event': /home/kisskb/slave/src/fs/notify/fanotify/fanotify.c:147:6: warning: 'marks_ignored_mask' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/notify/fanotify/fanotify.c:106:20: note: 'marks_ignored_mask' was declared here /home/kisskb/slave/src/fs/notify/fanotify/fanotify.c:146:56: warning: 'marks_mask' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/notify/fanotify/fanotify.c:106:8: note: 'marks_mask' was declared here /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_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: sound/core/seq/oss/seq_oss_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 sound/core/seq/oss/seq_oss_init.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_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: sound/core/seq/oss/.tmp_mc_seq_oss_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 sound/core/seq/oss/.tmp_mc_seq_oss_init.o CC [M] drivers/hwmon/ads7871.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/ezx-pcap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/ezx-pcap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/ezx-pcap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_ezx-pcap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_ezx-pcap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failedcrypto/.tmp_gl_echainiv.o: file not recognized: File truncated to merge target specific data of file drivers/mfd/.tmp_mc_ezx-pcap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_echainiv.o': No such file CC [M] crypto/xor.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/dat.o: 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/nilfs2/dat.o: uses instructions which are incompatible with instructions used 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/nilfs2/dat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_dat.o: 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/nilfs2/.tmp_mc_dat.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_dat.o rm: cannot remove 'crypto/.tmp_mx_echainiv.o': No such file or directory mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_init.o': No such file or directory CC [M] drivers/hwmon/adt7x10.o CC [M] drivers/media/tuners/tda18271-fe.o drivers/i2c/.tmp_gl_i2c-dev.o: file not recognized: File truncated mv: cannot stat 'drivers/mfd/.tmp_mx_ezx-pcap.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/.tmp_mx_i2c-dev.o': No such file CC [M] fs/nls/nls_iso8859-2.o mv: cannot stat 'fs/nilfs2/.tmp_mx_dat.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) rm: cannot remove 'drivers/i2c/.tmp_mx_i2c-dev.o': No such file or directory CC [M] drivers/media/v4l2-core/v4l2-ctrls.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_histogram.o: file not recognized: File truncated /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-ld: sound/core/seq/seq_clientmgr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/seq_clientmgr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/seq_clientmgr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_clientmgr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/.tmp_mc_seq_clientmgr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/.tmp_mc_seq_clientmgr.o 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 CC [M] fs/nls/nls_iso8859-13.o 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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_histogram.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/gcinode.o: 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/nilfs2/gcinode.o: uses instructions which are incompatible with instructions used 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/nilfs2/gcinode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_gcinode.o: 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/nilfs2/.tmp_mc_gcinode.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_gcinode.o mv: cannot stat 'sound/core/seq/.tmp_mx_seq_clientmgr.o': No such file or directory rm: cannot remove 'fs/fscache/.tmp_mx_histogram.o'mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_asymmetric_type.o': No such file or directory : No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/ff-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: drivers/input/ff-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 drivers/input/ff-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_ff-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: drivers/input/.tmp_mc_ff-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 drivers/input/.tmp_mc_ff-core.o fs/fscache/.tmp_gl_stats.o: file not recognized: File truncated mv: cannot stat 'fs/nilfs2/.tmp_mx_gcinode.o': No such file or directory LD crypto/crypto.o /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-objcopy: Unable to change endianness of input file(s) fs/configfs/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/configfs/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/configfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/configfs/.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/configfs/.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/configfs/.tmp_mc_dir.o CC [M] sound/core/seq/oss/seq_oss_timer.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: 'fs/fscache/.tmp_mx_stats.o': No such file mv: cannot stat 'fs/configfs/.tmp_mx_dir.o': No such file or directory drivers/mfd/.tmp_gl_wm8994-regmap.o: file not recognized: File truncated rm: cannot remove 'fs/fscache/.tmp_mx_stats.o': No such file or directory CC [M] drivers/i2c/i2c-slave-eeprom.o mv: cannot stat 'drivers/input/.tmp_mx_ff-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/wm8994-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: drivers/mfd/wm8994-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 drivers/mfd/wm8994-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_wm8994-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: drivers/mfd/.tmp_mc_wm8994-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 drivers/mfd/.tmp_mc_wm8994-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_wm8994-regmap.o': No such file rm: cannot remove 'drivers/mfd/.tmp_mx_wm8994-regmap.o': No such file or directory mv: LD crypto/crypto_algapi.o cannot stat 'drivers/mfd/.tmp_mx_wm8994-irq.o': No such file or directory CC [M] drivers/hwmon/adt7410.o CC [M] sound/core/seq/oss/seq_oss_ioctl.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/ext4/super.o fs/.tmp_gl_eventpoll.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find crypto/proc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/firmware_class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/firmware_class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/firmware_class.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_firmware_class.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/.tmp_mc_firmware_class.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/.tmp_mc_firmware_class.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_eventpoll.o': No such file crypto/.tmp_gl_blowfish_generic.o: file not recognized: File truncated make[2]: *** [crypto/crypto_algapi.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /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) CC [M] drivers/hwmon/adt7411.o rm: cannot remove 'fs/.tmp_mx_eventpoll.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/ext4/symlink.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: fs/nilfs2/ifile.o: 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/nilfs2/ifile.o: uses instructions which are incompatible with instructions used 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/nilfs2/ifile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_ifile.o: 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/nilfs2/.tmp_mc_ifile.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_ifile.o crypto/.tmp_gl_md5.o: file not recognized: File truncated CC [M] drivers/mfd/mt6397-core.o drivers/memstick/core/.tmp_gl_mspro_block.o: file not recognized: File truncated mv: cannot stat 'drivers/base/.tmp_mx_firmware_class.o': No such file or directory /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 CC crypto/asymmetric_keys/signature.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_md5.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_blowfish_generic.o': No such file CC [M] drivers/hwmon/adt7475.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: 'drivers/memstick/core/.tmp_mx_mspro_block.o': No such file drivers/hwmon/.tmp_gl_ad7418.o: file not recognized: File truncated LD [M] fs/configfs/configfs.o CC [M] fs/ext4/hash.o mv: cannot stat 'fs/nilfs2/.tmp_mx_ifile.o': No such file or directory drivers/hwmon/.tmp_gl_adcxx.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_blowfish_generic.o': No such file or directory crypto/.tmp_gl_khazad.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ad7418.o': No such file mv: cannot stat 'fs/notify/.tmp_mx_mark.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_md5.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_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: drivers/media/dvb-core/dvb_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 drivers/media/dvb-core/dvb_math.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_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: drivers/media/dvb-core/.tmp_mc_dvb_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 drivers/media/dvb-core/.tmp_mc_dvb_math.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adcxx.o': No such file rm: cannot remove 'drivers/memstick/core/.tmp_mx_mspro_block.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/the_nilfs.o: 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/nilfs2/the_nilfs.o: uses instructions which are incompatible with instructions used 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/nilfs2/the_nilfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_the_nilfs.o: 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/nilfs2/.tmp_mc_the_nilfs.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_the_nilfs.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_khazad.o': No such file CC drivers/input/evbug.o rm: cannot remove 'drivers/hwmon/.tmp_mx_adcxx.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_ad7418.o': No such file or directory mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvb_math.o': No such file or directory 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-objcopy: Unable to change endianness of input file(s) /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 LD drivers/mfd/wm831x.o mv: cannot stat 'fs/nilfs2/.tmp_mx_the_nilfs.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_rng.o': No such file or directory crypto/.tmp_gl_deflate.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: 'crypto/.tmp_mx_deflate.o': No such file mv: cannot stat 'kernel/time/.tmp_mx_timekeeping.o': No such file or directory fs/nls/.tmp_gl_nls_cp949.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_deflate.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp949.o': No such file CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_enc.o CC [M] drivers/media/v4l2-core/v4l2-subdev.o CC [M] drivers/i2c/busses/i2c-kempld.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'fs/nls/.tmp_mx_nls_cp949.o': No such file or directory CC [M] drivers/input/matrix-keymap.o fs/proc/.tmp_gl_cpuinfo.o: file not recognized: File truncated CC [M] drivers/input/sparse-keymap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/fsync.o: 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/ext4/fsync.o: uses instructions which are incompatible with instructions used 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/ext4/fsync.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_fsync.o: 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/ext4/.tmp_mc_fsync.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_fsync.o CC [M] drivers/media/v4l2-core/v4l2-clk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_cpuinfo.o': No such file CC [M] drivers/i2c/busses/i2c-mt65xx.o CC [M] drivers/media/i2c/uda1342.o mv: cannot stat 'fs/ext4/.tmp_mx_fsync.o': No such file or directory rm: cannot remove 'fs/proc/.tmp_mx_cpuinfo.o': No such file or directory CC [M] drivers/media/v4l2-core/v4l2-async.o CC [M] fs/jbd2/checkpoint.o CC drivers/input/keyboard/gpio_keys.o CC [M] drivers/hwmon/atxp1.o CC [M] drivers/i2c/busses/i2c-ocores.o LD [M] sound/core/snd-timer.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: cannot find sound/core/timer.o: No such file or directory make[3]: *** [sound/core/snd-timer.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CC [M] drivers/media/v4l2-core/v4l2-trace.o CC drivers/input/joystick/a3d.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/i2c-mux.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/i2c-mux.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/i2c-mux.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/.tmp_mc_i2c-mux.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/.tmp_mc_i2c-mux.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/i2c/.tmp_mc_i2c-mux.o CC [M] drivers/hwmon/dme1737.o 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: Unable to change endianness of input file(s) CC drivers/input/misc/ad714x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp857.o': No such file mv: cannot stat 'drivers/i2c/.tmp_mx_i2c-mux.o': No such file or directory LD kernel/time/built-in.o drivers/mfd/.tmp_gl_tps6507x.o: file not recognized: File truncated rm: cannot remove 'fs/nls/.tmp_mx_nls_cp857.o': No such file or directory CC [M] fs/nls/nls_iso8859-14.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fanotify/fanotify.o: 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/fanotify/fanotify.o: uses instructions which are incompatible with instructions used 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/fanotify/fanotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fanotify/.tmp_mc_fanotify.o: 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/fanotify/.tmp_mc_fanotify.o: uses instructions which are incompatible with instructions used 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/fanotify/.tmp_mc_fanotify.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_tps6507x.o': No such file rm: cannot remove 'drivers/mfd/.tmp_mx_tps6507x.o': No such file or directory CC fs/proc/interrupts.o mv: cannot stat 'fs/notify/fanotify/.tmp_mx_fanotify.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-fh.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-fh.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-fh.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-fh.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-fh.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-fh.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/mac.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/mac.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/mac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_mac.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_mac.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_mac.o fs/nls/.tmp_gl_nls_cp861.o: file not recognized: File truncatedmv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-fh.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find kernel/time/test_udelay.o: No such file or directory crypto/.tmp_gl_pcbc.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 make[3]: *** [kernel/time/built-in.o] Error 1 mv: cannot stat 'block/partitions/.tmp_mx_mac.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 make[2]: *** [kernel/time] Error 2 CC drivers/base/regmap/regcache-rbtree.o rm: cannot remove 'fs/nls/.tmp_mx_nls_cp861.o': No such file or directory CC [M] drivers/media/v4l2-core/v4l2-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/i2c/.tmp_gl_vs6624.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_pcbc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_vs6624.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_vs6624.o': No such file or directory CC [M] fs/ext4/resize.o CC [M] drivers/input/input-leds.o LD drivers/mfd/built-in.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: block/genhd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/genhd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/genhd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_genhd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_genhd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_genhd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/mfd/arizona-core.o: No such file or directory mv: cannot stat 'fs/proc/.tmp_mx_fd.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/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/ext4/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/ext4/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.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/ext4/.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/ext4/.tmp_mc_file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/mfd/wm831x-spi.o: No such file or directory CC fs/notify/fanotify/fanotify_user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/mfd/mc13xxx-spi.o: No such file or directory make[3]: *** [drivers/mfd/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv: cannot stat 'block/.tmp_mx_genhd.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/ext4/.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) CC [M] sound/core/seq/oss/seq_oss_event.o drivers/media/platform/.tmp_gl_mx2_emmaprp.o: file not recognized: File truncated 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 CC block/partitions/osf.o LD [M] drivers/char/ipmi/ipmi_si.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/platform/.tmp_mx_mx2_emmaprp.o': No such file rm: cannot remove 'drivers/media/platform/.tmp_mx_mx2_emmaprp.o': No such file or directory 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-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/i2c/wm8775.o CC [M] fs/nls/nls_koi8-r.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/char/ipmi/ipmi_kcs_sm.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/char/ipmi/ipmi_smic_sm.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/char/ipmi/ipmi_bt_sm.o: No such file or directory make[3]: *** [drivers/char/ipmi/ipmi_si.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CC block/partitions/sgi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] sound/core/seq/oss/seq_oss_rw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/segbuf.o: 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/nilfs2/segbuf.o: uses instructions which are incompatible with instructions used 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/nilfs2/segbuf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_segbuf.o: 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/nilfs2/.tmp_mc_segbuf.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_segbuf.o crypto/.tmp_gl_tgr192.o: file not recognized: File truncated drivers/i2c/.tmp_gl_i2c-stub.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_tgr192.o': No such file rm: cannot remove 'crypto/.tmp_mx_tgr192.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/.tmp_mx_i2c-stub.o': No such file CC [M] fs/nls/mac-centeuro.o mv: cannot stat 'fs/nilfs2/.tmp_mx_segbuf.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) rm: cannot remove 'drivers/i2c/.tmp_mx_i2c-stub.o' CC [M] fs/ext4/extents.o : No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda18271-maps.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda18271-maps.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tda18271-maps.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda18271-maps.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda18271-maps.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tda18271-maps.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: fs/jfs/jfs_umount.o: 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/jfs/jfs_umount.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_umount.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_umount.o: 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/jfs/.tmp_mc_jfs_umount.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_umount.o CC block/partitions/sun.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_tda18271-maps.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/jfs/.tmp_mx_jfs_umount.o': No such file or directory drivers/mfd/.tmp_gl_rn5t618.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/coredump.o: 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/coredump.o: uses instructions which are incompatible with instructions used 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/coredump.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_coredump.o: 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_coredump.o: uses instructions which are incompatible with instructions used 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_coredump.o fs/nls/.tmp_gl_nls_cp863.o: file not recognized: File truncated drivers/media/i2c/.tmp_gl_bt856.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp863.o': No such file /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_rn5t618.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_bt856.o': No such file mv: cannot stat 'fs/.tmp_mx_coredump.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/ext4/ext4_jbd2.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_bt856.o': No such file or directory rm: cannot remove 'drivers/mfd/.tmp_mx_rn5t618.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) rm: cannot remove 'fs/nls/.tmp_mx_nls_cp863.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/meta_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: fs/gfs2/meta_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 fs/gfs2/meta_io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_meta_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: fs/gfs2/.tmp_mc_meta_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 fs/gfs2/.tmp_mc_meta_io.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_blowfish_common.o': No such file or directory fs/proc/.tmp_gl_devices.o: file not recognized: File truncated drivers/media/platform/.tmp_gl_sh_veu.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_devices.o': No such file CC [M] sound/core/seq/oss/seq_oss_synth.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_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/jfs/jfs_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/jfs/jfs_mount.o/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_ringbuffer.o: compiled for a big endian system and target is little endian /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-ld: fs/jfs/.tmp_mc_jfs_mount.o: compiled for a big endian system and target is little endiandrivers/media/dvb-core/dvb_ringbuffer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: f a/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ifs/jfs/.tmp_mc_jfs_mount.o: uses instructions which are incompatible with instructions used in previous modulesl e/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldd: fato mergie talregdet sp ecifito merge target specific data of file fs/jfs/.tmp_mc_jfs_mount.o c data of file drivers/media/dvb-core/dvb_ringbuffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_ringbuffer.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_ringbuffer.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvb_ringbuffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/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/ext4/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/ext4/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.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/ext4/.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 o/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: f file fs/ext4/.tmp_mc_dir.o 'drivers/media/platform/.tmp_mx_sh_veu.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_devices.o': No such file or directory mv: cannot stat 'fs/jfs/.tmp_mx_jfs_mount.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 'drivers/media/dvb-core/.tmp_mx_dvb_ringbuffer.o': No such file or directory CC [M] sound/core/seq/oss/seq_oss_midi.o mv: cannot stat 'fs/ext4/.tmp_mx_dir.o': No such file or directory crypto/.tmp_gl_anubis.o: file not recognized: File truncated CC [M] fs/btrfs/extent-tree.o drivers/mfd/.tmp_gl_wm8994-core.o: file not recognized: File truncated rm: cannot remove 'drivers/media/platform/.tmp_mx_sh_veu.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_wm8994-core.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_anubis.o': No such file CC [M] drivers/media/tuners/xc5000.o mv: cannot stat 'fs/gfs2/.tmp_mx_meta_io.o': No such file or directory rm: cannot remove 'drivers/mfd/.tmp_mx_wm8994-core.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_anubis.o': No such file or directory CC fs/jfs/jfs_unicode.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: fs/udf/partition.o: 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/udf/partition.o: uses instructions which are incompatible with instructions used 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/udf/partition.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_partition.o: 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/udf/.tmp_mc_partition.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_partition.o crypto/.tmp_gl_crc32c_generic.o: file not recognized: File truncated CC [M] sound/core/seq/oss/seq_oss_readq.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_crc32c_generic.o': No such file mv: cannot stat 'fs/udf/.tmp_mx_partition.o': No such file or directory CC [M] fs/nls/mac-cyrillic.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: drivers/input/input-polldev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/input-polldev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/input-polldev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-polldev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_input-polldev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_input-polldev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda8290.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda8290.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tda8290.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda8290.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda8290.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tda8290.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 'drivers/media/tuners/.tmp_mx_tda8290.o': No such file or directory drivers/mfd/.tmp_gl_wl1273-core.o: file not recognized: File truncated CC [M] sound/core/seq/oss/seq_oss_writeq.o mv: cannot stat 'drivers/input/.tmp_mx_input-polldev.o': No such file or directory CC fs/jfs/jfs_dtree.o CC [M] fs/ext4/migrate.o CC [M] drivers/media/dvb-frontends/cx22700.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_wl1273-core.o': No such file rm: cannot remove 'crypto/.tmp_mx_crc32c_generic.o': No such file or directory CC [M] fs/nls/mac-gaelic.o CC [M] drivers/media/dvb-frontends/s5h1432.o rm: cannot remove 'drivers/mfd/.tmp_mx_wl1273-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) CC [M] fs/ext4/mballoc.o drivers/media/i2c/.tmp_gl_adv7393.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: 'drivers/media/i2c/.tmp_mx_adv7393.o': No such file CC [M] drivers/media/i2c/vp27smpx.o CC [M] drivers/media/dvb-frontends/cx24110.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: drivers/input/ff-memless.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/ff-memless.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/ff-memless.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_ff-memless.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_ff-memless.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_ff-memless.o CC [M] fs/gfs2/ops_fstype.o fs/nls/.tmp_gl_nls_iso8859-2.o: file not recognized: File truncated mv: cannot stat 'drivers/input/.tmp_mx_ff-memless.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) LD fs/notify/dnotify/built-in.o CC [M] fs/gfs2/inode.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_adv7393.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_iso8859-2.o': No such file CC [M] drivers/media/tuners/xc4000.o crypto/.tmp_gl_crc32.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/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/ext2/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/ext2/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext2/.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/ext2/.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/ext2/.tmp_mc_xattr.o 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_crc32.o': No such file CC [M] drivers/media/dvb-frontends/tda8083.o CC [M] drivers/media/i2c/upd64031a.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-2.o': No such file or directory CC fs/udf/symlink.o mv: cannot stat 'fs/ext2/.tmp_mx_xattr.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_crc32.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/mbcache.o: 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/mbcache.o: uses instructions which are incompatible with instructions used 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/mbcache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_mbcache.o: 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_mbcache.o: uses instructions which are incompatible with instructions used 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_mbcache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /home/kisskb/slave/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /home/kisskb/slave/src/fs/udf/truncate.c:105:16: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_camellia_generic.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/lp3943.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/lp3943.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/lp3943.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_lp3943.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_lp3943.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_lp3943.o rm: cannot remove 'crypto/.tmp_mx_camellia_generic.o': No such file or directory CC [M] drivers/media/tuners/msi001.o CC [M] drivers/media/tuners/mt2060.o mv: cannot stat 'fs/.tmp_mx_mbcache.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) drivers/mfd/.tmp_gl_sky81452.o: file not recognized: File truncated LD drivers/input/input-core.o mv: cannot stat 'drivers/mfd/.tmp_mx_lp3943.o': No such file or directory 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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/input.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/mfd/.tmp_mx_sky81452.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) make[3]: *** [drivers/input/input-core.o] Error 1 rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-13.o': No such file or directory make[3]: *** Waiting for unfinished jobs.... CC [M] drivers/media/tuners/mt2266.o drivers/media/i2c/.tmp_gl_adv7343.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: 'drivers/media/i2c/.tmp_mx_adv7343.o': No such file rm: cannot remove 'drivers/mfd/.tmp_mx_sky81452.o': No such file or directory rm: cannot remove 'drivers/media/i2c/.tmp_mx_adv7343.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: drivers/mfd/lm3533-ctrlbank.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/lm3533-ctrlbank.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/lm3533-ctrlbank.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_lm3533-ctrlbank.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_lm3533-ctrlbank.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_lm3533-ctrlbank.o CC fs/jfs/jfs_inode.o drivers/media/platform/.tmp_gl_m2m-deinterlace.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) drivers/hwmon/.tmp_gl_ads7828.o: file not recmv: ogcannot stat 'drivers/mfd/.tmp_mx_lm3533-ctrlbank.o'ni: No such file or directoryz ed: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/platform/.tmp_mx_m2m-deinterlace.o': No such file rm: cannot remove 'drivers/media/platform/.tmp_mx_m2m-deinterlace.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ads7828.o': No such file fs/gfs2/.tmp_gl_dentry.o: file not recognized: File truncated CC drivers/base/regmap/regcache-lzo.o CC [M] drivers/media/i2c/upd64083.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ads7828.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/gfs2/.tmp_mx_dentry.o': No such file CC [M] drivers/hwmon/emc1403.o CC [M] fs/reiserfs/file.o rm: cannot remove 'fs/gfs2/.tmp_mx_dentry.o': No such file or directory CC [M] fs/nls/mac-inuit.o /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 CC drivers/input/keyboard/newtonkbd.o CC [M] drivers/media/tuners/qt1010.o mv: cannot stat 'fs/proc/.tmp_mx_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_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: fs/jfs/jfs_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 fs/jfs/jfs_debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_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: fs/jfs/.tmp_mc_jfs_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 fs/jfs/.tmp_mc_jfs_debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/page-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: fs/ext4/page-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 fs/ext4/page-io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_page-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: fs/ext4/.tmp_mc_page-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 fs/ext4/.tmp_mc_page-io.o CC [M] drivers/media/i2c/ov7670.o mv: cannot stat 'fs/ext4/.tmp_mx_page-io.o': No such file or directory mv: cannot stat 'fs/jfs/.tmp_mx_jfs_debug.o': No such file or directory LD fs/nls/built-in.o CC [M] fs/jbd2/revoke.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: cannot find fs/nls/nls_cp775.o: No such file or directory /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_cp865.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp866.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/nls_cp949.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_cp1250.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-4.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-15.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nls/mac-croatian.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 make[3]: *** [fs/nls/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... fs/gfs2/.tmp_gl_export.o: file not recognized: File truncated CC [M] fs/jbd2/journal.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: 'fs/gfs2/.tmp_mx_export.o': No such file CC [M] fs/gfs2/quota.o CC [M] drivers/hwmon/emc6w201.o rm: cannot remove 'fs/gfs2/.tmp_mx_export.o': No such file or directory CC [M] drivers/media/i2c/mt9v011.o 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 CC [M] fs/btrfs/print-tree.o CC fs/jfs/jfs_discard.o CC [M] fs/ext4/block_validity.o 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-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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-sensor-hub.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-sensor-hub.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/hid-sensor-hub.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-sensor-hub.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-sensor-hub.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/.tmp_mc_hid-sensor-hub.o crypto/.tmp_gl_cts.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-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 CC [M] drivers/hwmon/f71805f.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_ca_en50221.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_ca_en50221.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dvb_ca_en50221.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_ca_en50221.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_ca_en50221.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvb_ca_en50221.o drivers/hwmon/.tmp_gl_adm1029.o: file not recognized: File truncated mv: cannot stat 'drivers/hid/.tmp_mx_hid-sensor-hub.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_cts.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adm1029.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_adm1029.o': No such file or directory CC fs/proc/loadavg.o mv: cannot stat 'crypto/.tmp_mx_aes_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-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: drivers/media/v4l2-core/v4l2-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 drivers/media/v4l2-core/v4l2-event.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-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: drivers/media/v4l2-core/.tmp_mc_v4l2-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 drivers/media/v4l2-core/.tmp_mc_v4l2-event.o mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvb_ca_en50221.o': No such file or directory fs/proc/.tmp_gl_interrupts.o: file not recognized: File truncated rm: cannot remove 'crypto/.tmp_mx_cts.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-event.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_interrupts.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) /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 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-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_w83627ehf.o: file not recognized: File truncated mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_signature.o': No such file or directory drivers/media/i2c/.tmp_gl_vpx3220.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83627ehf.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 'drivers/hwmon/.tmp_mx_w83627ehf.o': No such file or directory drivers/hwmon/.tmp_gl_adt7410.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_vpx3220.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adt7410.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 'drivers/media/i2c/.tmp_mx_vpx3220.o': No such file or directory CC [M] drivers/hwmon/f71882fg.o CC drivers/dma/dw/platform.o drivers/i2c/.tmp_gl_i2c-slave-eeprom.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_adt7410.o': No such file or directory CC fs/jfs/jfs_extent.o CC fs/proc/meminfo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/namei.o: 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/f2fs/namei.o: uses instructions which are incompatible with instructions used 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/f2fs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_namei.o: 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/f2fs/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/.tmp_mx_i2c-slave-eeprom.o': No such file CC [M] drivers/media/i2c/ir-kbd-i2c.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/tps65217.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/tps65217.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/tps65217.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_tps65217.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_tps65217.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_tps65217.o CC crypto/asymmetric_keys/public_key.o rm: cannot remove 'drivers/i2c/.tmp_mx_i2c-slave-eeprom.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) CC [M] drivers/media/i2c/ml86v7667.o mv: cannot stat 'fs/f2fs/.tmp_mx_namei.o': No such file or directory CC [M] drivers/media/v4l2-core/v4l2-dv-timings.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/f75375s.o mv: cannot stat 'drivers/mfd/.tmp_mx_tps65217.o': No such file or directory fs/nls/.tmp_gl_nls_euc-jp.o: file not recognized: File truncated drivers/hid/i2c-hid/.tmp_gl_i2c-hid.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_euc-jp.o': No such file /home/kisskb/slave/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /home/kisskb/slave/src/fs/udf/truncate.c:229:14: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_adm1021.o: file not recognized: File truncated CC [M] drivers/hwmon/g760a.o rm: cannot remove 'fs/nls/.tmp_mx_nls_euc-jp.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adm1021.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/i2c-hid/.tmp_mx_i2c-hid.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-14.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_adm1021.o': No such file or directory rm: cannot remove 'drivers/hid/i2c-hid/.tmp_mx_i2c-hid.o': No such file or directory /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-objcopy: 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'fs/nls/.tmp_mx_nls_iso8859-14.o': No such file /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:crypto/.tmp_gl_wp512.o f:a iflielde tnoo tm erregceo gtnairzgeedt: sFile truncatedp ecific data of file crypto/.tmp_mc_cast5_generic.o rm: cannot remove 'fs/nls/.tmp_mx_nls_iso8859-14.o': No such file or directory CC [M] drivers/hwmon/gl518sm.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: 'crypto/.tmp_mx_wp512.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/tps6105x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/tps6105x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/tps6105x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_tps6105x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_tps6105x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/mfd/.tmp_mc_tps6105x.o mv: cannot stat 'crypto/.tmp_mx_cast5_generic.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_wp512.o': No such file or directory drivers/input/.tmp_gl_evbug.o: file not recognized: File truncated drivers/dma/.tmp_gl_dmatest.o: file not recognized: File truncated mv: cannot stat 'drivers/mfd/.tmp_mx_tps6105x.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/.tmp_mx_evbug.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma/.tmp_mx_dmatest.o': No such file rm: cannot remove 'drivers/input/.tmp_mx_evbug.o': No such file or directory rm: cannot remove 'drivers/dma/.tmp_mx_dmatest.o': No such file or directory CC [M] drivers/media/i2c/ov2659.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/htu21.o fs/ext2/.tmp_gl_super.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext2/.tmp_mx_super.o': No such file CC [M] fs/f2fs/data.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/chacha20_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/chacha20_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/chacha20_generic.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_chacha20_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_chacha20_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_chacha20_generic.o LD drivers/media/i2c/built-in.o rm: cannot remove 'fs/ext2/.tmp_mx_super.o': No such file or directory LD [M] drivers/media/i2c/msp3400.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC crypto/asymmetric_keys/rsa.o CC fs/jfs/symlink.o mv: cannot stat 'crypto/.tmp_mx_chacha20_generic.o': No such file or directory CC [M] drivers/media/tuners/mxl5005s.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) drivers/media/i2c/.tmp_gl_m52790.o: file no CC [M] fs/f2fs/node.o t recognized: File truncated drivers/hwmon/.tmp_gl_ads7871.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_m52790.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 'drivers/media/i2c/.tmp_mx_m52790.o': No such file or directory CC [M] fs/btrfs/root-tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/lm3533-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: drivers/mfd/lm3533-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 drivers/mfd/lm3533-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/mfd/.tmp_mc_lm3533-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: drivers/mfd/.tmp_mc_lm3533-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 drivers/mfd/.tmp_mc_lm3533-core.o CC [M] drivers/hwmon/ibmaem.o mv: cannot stat 'drivers/mfd/.tmp_mx_lm3533-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ads7871.o': No such file CC [M] drivers/hwmon/ibmpex.o drivers/media/i2c/.tmp_gl_tw9903.o: file not recognized: File truncated CC [M] drivers/i2c/busses/i2c-pca-platform.o CC [M] fs/f2fs/segment.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ads7871.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tw9903.o': No such file crypto/.tmp_gl_ghash-generic.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tuner-xc2028.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tuner-xc2028.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tuner-xc2028.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tuner-xc2028.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tuner-xc2028.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tuner-xc2028.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC fs/udf/directory.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_tw9903.o': No such file or directory mm/.tmp_gl_vmscan.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-objcopy: Unable to change endianness of input file(s) mv: cannot stat 'drivers/media/tuners/.tmp_mx_tuner-xc2028.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_ghash-generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'mm/.tmp_mx_vmscan.o': No such file fs/nls/.tmp_gl_nls_koi8-r.o: file not recognized: File truncated rm: cannot remove 'mm/.tmp_mx_vmscan.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) drivers/hwmon/.tmp_gl_adm1025.o: file not recognized: File truncated CC [M] fs/ext4/move_extent.o CC [M] drivers/i2c/busses/i2c-riic.o LD fs/ext2/ext2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_koi8-r.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/recovery.o: 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/nilfs2/recovery.o: uses instructions which are incompatible with instructions used 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/nilfs2/recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_recovery.o: 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/nilfs2/.tmp_mc_recovery.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_recovery.o fs/nls/.tmp_gl_mac-centeuro.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adm1025.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_adm1025.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/bmap.o: 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/gfs2/bmap.o: uses instructions which are incompatible with instructions used 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/gfs2/bmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_bmap.o: 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/gfs2/.tmp_mc_bmap.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_bmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext2/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext2/xattr_user.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext2/xattr_trusted.o: No such file or directory mv: cannot stat 'fs/nilfs2/.tmp_mx_recovery.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_nls_koi8-r.o': No such file or directory make[3]: *** [fs/ext2/ext2.o] Error 1 make[2]: *** [fs/ext2] Error 2 CC fs/udf/misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-centeuro.o': No such file mv: cannot stat 'fs/gfs2/.tmp_mx_bmap.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_mac-centeuro.o': No such file or directory CC [M] drivers/i2c/busses/i2c-sh_mobile.o CC [M] fs/f2fs/recovery.o CC [M] drivers/hwmon/ina209.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_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: sound/core/seq/oss/seq_oss_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 sound/core/seq/oss/seq_oss_timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_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: sound/core/seq/oss/.tmp_mc_seq_oss_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 sound/core/seq/oss/.tmp_mc_seq_oss_timer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/copy_up.o: 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/overlayfs/copy_up.o: uses instructions which are incompatible with instructions used 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/overlayfs/copy_up.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/.tmp_mc_copy_up.o: 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/overlayfs/.tmp_mc_copy_up.o: uses instructions which are incompatible with instructions used 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/overlayfs/.tmp_mc_copy_up.o CC [M] fs/f2fs/shrinker.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/i2c/.tmp_gl_cs5345.o: file not recognized: File truncated CC [M] drivers/hwmon/it87.o crypto/.tmp_gl_vmac.o: file not recognized: File truncated CC fs/udf/udftime.o mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_timer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_cs5345.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_vmac.o': No such file drivers/hwmon/.tmp_gl_adt7411.o: file not recognized: File truncated CC [M] fs/gfs2/recovery.o CC [M] drivers/hwmon/lm63.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_cs5345.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/alloc.o: 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/nilfs2/alloc.o: uses instructions which are incompatible with instructions used 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/nilfs2/alloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_alloc.o: 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/nilfs2/.tmp_mc_alloc.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_alloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/vpdma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/vpdma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/ti-vpe/vpdma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_vpdma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/ti-vpe/.tmp_mc_vpdma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/ti-vpe/.tmp_mc_vpdma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adt7411.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 'fs/overlayfs/.tmp_mx_copy_up.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_vmac.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_adt7411.o': No such file or directory CC [M] drivers/media/tuners/max2165.o fs/nls/.tmp_gl_mac-gaelic.o: file not recognized: File truncated mv: cannot stat 'drivers/media/platform/ti-vpe/.tmp_mx_vpdma.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/nilfs2/.tmp_mx_alloc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-gaelic.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-gaelic.o': No such file or directory fs/nls/.tmp_gl_nls_cp932.o: file not recognized: File truncated CC [M] drivers/hwmon/lm70.o CC [M] drivers/media/dvb-frontends/l64781.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_nls_cp932.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) /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) drivers/media/i2c/.tmp_gl_uda1342.o: file not recognized: File truncated rm: cannot remove 'fs/nls/.tmp_mx_nls_cp932.o': No such file or directory drivers/mfd/.tmp_gl_mt6397-core.o: file not recognized: File truncated fs/nls/.tmp_gl_mac-cyrillic.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: 'drivers/mfd/.tmp_mx_mt6397-core.o': No such file CC [M] drivers/hwmon/lm77.o CC fs/udf/unicode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_uda1342.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/nls/.tmp_mx_mac-cyrillic.o': No such file drivers/hwmon/.tmp_gl_atxp1.o: file not recognized: File truncated rm: cannot remove 'drivers/mfd/.tmp_mx_mt6397-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) rm: cannot remove 'drivers/media/i2c/.tmp_mx_uda1342.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_unicode.o: 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/jfs/jfs_unicode.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_unicode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_unicode.o: 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/jfs/.tmp_mc_jfs_unicode.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_unicode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/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/overlayfs/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/overlayfs/readdir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/overlayfs/.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/overlayfs/.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/overlayfs/.tmp_mc_readdir.o drivers/i2c/busses/.tmp_gl_i2c-mt65xx.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_atxp1.o': No such file CC [M] drivers/hwmon/lm78.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/lops.o: 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/gfs2/lops.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: of fdrivers/input/matrix-keymap.o: compiled for a big endian system and target is little endianile fs/gfs2/lops.o /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-ld: drivers/input/matrix-keymap.o: uses instructions which are incompatible with instructions used in previous modules fs/gfs2/.tmp_mc_lops.o: compiled for a big endian system and target is little endian/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-ld: fs/gfs2/.tmp_mc_lops.o: uses instructions which are incompatible with instructions used in previous modulesf /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-lda:i ledf taoi merglee dt atroget mspeercigfe tairgect dsapetcai foifc fdialta oef drivers/input/matrix-keymap.of i/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ldrivers/input/.tmp_mc_matrix-keymap.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: fs/gfs2/.tmp_mc_lops.odrivers/input/.tmp_mc_matrix-keymap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_matrix-keymap.o CC [M] drivers/media/dvb-frontends/dib3000mc.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/overlayfs/.tmp_mx_readdir.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 rm: cannot remove 'drivers/hwmon/.tmp_mx_atxp1.o': No such file or directory mv: cannot stat 'drivers/input/.tmp_mx_matrix-keymap.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: 'drivers/i2c/busses/.tmp_mx_i2c-mt65xx.o': No such file rm: cannot remove 'fs/nls/.tmp_mx_mac-cyrillic.o': No such file or directory drivers/i2c/busses/.tmp_gl_i2c-kempld.o: file not recognized: File truncated mv: cannot stat 'fs/jfs/.tmp_mx_jfs_unicode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/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: fs/udf/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 fs/udf/truncate.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.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: fs/udf/.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 fs/udf/.tmp_mc_truncate.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-mt65xx.o': No such file or directory mv: cannot stat 'fs/gfs2/.tmp_mx_lops.o': No such file or directory CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.o CC [M] drivers/media/dvb-frontends/dibx000_common.o crypto/.tmp_gl_rmd128.o: file not recognized: File truncated CC [M] drivers/hwmon/lm80.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-kempld.o': No such file mv: cannot stat 'fs/udf/.tmp_mx_truncate.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_sha512_generic.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_rmd128.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/quota/quota.o: 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/quota/quota.o: uses instructions which are incompatible with instructions used 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/quota/quota.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/quota/.tmp_mc_quota.o: 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/quota/.tmp_mc_quota.o: uses instructions which are incompatible with instructions used 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/quota/.tmp_mc_quota.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/sgi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/sgi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/sgi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_sgi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_sgi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_sgi.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-kempld.o': No such file or directory CC [M] drivers/hwmon/lm83.o rm: cannot remove 'crypto/.tmp_mx_rmd128.o': No such file or directory mv: cannot stat 'block/partitions/.tmp_mx_sgi.o': No such file or directory mv: cannot stat 'fs/quota/.tmp_mx_quota.o': No such file or directory /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 CC fs/jfs/jfs_metapage.o mv: cannot stat 'fs/proc/.tmp_mx_array.o': No such file or directory CC drivers/input/misc/cma3000_d0x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/i2c/.tmp_gl_ks0127.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) CC [M] drivers/hwmon/lm92.o CC [M] fs/btrfs/dir-item.o LD fs/overlayfs/overlay.o fs/ext4/.tmp_gl_symlink.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_ks0127.o': No such file make[2]: *** [drivers/mfd] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/overlayfs/dir.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_symlink.o': No such file make[3]: *** [fs/overlayfs/overlay.o] Error 1 CC [M] drivers/hwmon/lm93.o CC fs/proc/stat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) make[2]: *** [fs/overlayfs] Error 2 CC fs/jfs/jfs_logmgr.o rm: cannot remove 'fs/ext4/.tmp_mx_symlink.o': No such file or directory rm: cannot remove 'drivers/media/i2c/.tmp_mx_ks0127.o': No such file or directory drivers/input/.tmp_gl_input-leds.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/hash.o: 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/ext4/hash.o: uses instructions which are incompatible with instructions used 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/ext4/hash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_hash.o: 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/ext4/.tmp_mc_hash.o: uses instructions which are incompatible 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 [M] fs/gfs2/rgrp.o data of file fs/ext4/.tmp_mc_hash.o CC block/partitions/ultrix.o CC [M] fs/btrfs/file-item.o CC [M] drivers/i2c/busses/i2c-simtec.o mv: cannot stat 'fs/ext4/.tmp_mx_hash.o': No such file or directory CC [M] drivers/media/v4l2-core/v4l2-mem2mem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/.tmp_mx_input-leds.o': No such file CC block/partitions/efi.o CC fs/proc/uptime.o rm: cannot remove 'drivers/input/.tmp_mx_input-leds.o': No such file or directory CC fs/jfs/jfs_txnmgr.o CC [M] drivers/media/v4l2-core/videobuf-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/i2c/busses/i2c-sun6i-p2wi.o drivers/media/i2c/.tmp_gl_tvp7002.o: file not recognized: File truncated CC [M] drivers/media/v4l2-core/videobuf-dma-contig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tvp7002.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_tvp7002.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: fs/f2fs/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/f2fs/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/f2fs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.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/f2fs/.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/f2fs/.tmp_mc_file.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) fs/.tmp_gl_binfmt_elf_fdpic.o: file not recognized: File truncated drivers/i2c/busses/.tmp_gl_i2c-jz4780.o: file not recognized: File truncated CC [M] fs/ext4/mmp.o 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: 'drivers/i2c/busses/.tmp_mx_i2c-jz4780.o': No such file CC fs/jfs/jfs_uniupr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_binfmt_elf_fdpic.o': No such file mv: cannot stat 'fs/f2fs/.tmp_mx_file.o': No such file or directory /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 'drivers/i2c/busses/.tmp_mx_i2c-jz4780.o': No such file or directory rm: cannot remove 'fs/nls/.tmp_mx_mac-inuit.o': No such file or directory rm: cannot remove 'fs/.tmp_mx_binfmt_elf_fdpic.o': No such file or directory CC [M] fs/ext4/indirect.o CC [M] drivers/media/v4l2-core/videobuf2-core.o CC fs/jfs/resize.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/osf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/osf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/osf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_osf.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_osf.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_osf.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /home/kisskb/slave/src/fs/ext4/ext4_jbd2.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/dvb-frontends/.tmp_gl_sp8870.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/oss/pcm_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/oss/pcm_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/oss/pcm_oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/oss/.tmp_mc_pcm_oss.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/oss/.tmp_mc_pcm_oss.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/oss/.tmp_mc_pcm_oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_sp8870.o': No such file drivers/i2c/busses/.tmp_gl_i2c-ocores.o: file not recognized: File truncated mv: cannot stat 'block/partitions/.tmp_mx_osf.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_rw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_rw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/seq_oss_rw.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_rw.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_rw.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/.tmp_mc_seq_oss_rw.o rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_sp8870.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-ocores.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda9887.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda9887.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tda9887.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda9887.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda9887.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tda9887.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-ocores.o': No such file or directory mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_rw.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/sun.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/sun.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/sun.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_sun.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_sun.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_sun.o mv: cannot stat 'sound/core/oss/.tmp_mx_pcm_oss.o': No such file or directory CC [M] fs/ext4/extents_status.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_tda9887.o': No such file or directory mv: cannot stat 'block/partitions/.tmp_mx_sun.o': No such file or directory make[2]: *** [fs/nls] Error 2 CC [M] drivers/i2c/busses/i2c-xiic.o CC [M] fs/ext4/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_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: sound/core/seq/oss/seq_oss_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 sound/core/seq/oss/seq_oss_ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_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: sound/core/seq/oss/.tmp_mc_seq_oss_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 sound/core/seq/oss/.tmp_mc_seq_oss_ioctl.o mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_ioctl.o': No such file or directory CC [M] drivers/i2c/busses/i2c-xlp9xx.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_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/jfs/jfs_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/jfs/jfs_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_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/jfs/.tmp_mc_jfs_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/jfs/.tmp_mc_jfs_inode.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) mv: cannot stat 'fs/jfs/.tmp_mx_jfs_inode.o': No such file or directory CC [M] drivers/media/dvb-frontends/dib7000m.o kernel/.tmp_gl_module.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/adt7x10.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/adt7x10.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/adt7x10.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_adt7x10.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_adt7x10.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hwmon/.tmp_mc_adt7x10.o CC block/partitions/karma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/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/gfs2/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/gfs2/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.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/gfs2/.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/gfs2/.tmp_mc_dir.o fs/proc/.tmp_gl_loadavg.o: file not recognized: File truncated mv: cannot stat 'drivers/hwmon/.tmp_mx_adt7x10.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'kernel/.tmp_mx_module.o': No such file mv: cannot stat 'fs/gfs2/.tmp_mx_dir.o': No such file or directory rm: cannot remove 'kernel/.tmp_mx_module.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_loadavg.o': No such file CC [M] drivers/media/dvb-frontends/dib7000p.o 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-ld: drivers/media/tuners/tda18271-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: drivers/media/tuners/tda18271-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 drivers/media/tuners/tda18271-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda18271-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: drivers/media/tuners/.tmp_mc_tda18271-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 drivers/media/tuners/.tmp_mc_tda18271-common.o LD [M] drivers/i2c/busses/i2c-designware-platform.o CC [M] fs/f2fs/extent_cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/i2c/busses/i2c-designware-platdrv.o: No such file or directory make[4]: *** [drivers/i2c/busses/i2c-designware-platform.o] Error 1 make[4]: *** Waiting for unfinished jobs.... mv: cannot stat 'drivers/media/tuners/.tmp_mx_tda18271-common.o': No such file or directory LD [M] sound/core/oss/snd-pcm-oss.o CC [M] drivers/media/tuners/tda18212.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/sparse-keymap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/sparse-keymap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/sparse-keymap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_sparse-keymap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/.tmp_mc_sparse-keymap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/.tmp_mc_sparse-keymap.o CC [M] fs/f2fs/debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) /home/kisskb/slave/src/fs/ext4/extents.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] drivers/media/tuners/si2157.o drivers/media/i2c/.tmp_gl_vp27smpx.o: file not recognized: File truncated CC fs/jfs/xattr.o mv: cannot stat 'drivers/input/.tmp_mx_sparse-keymap.o': No such file or directory CC [M] fs/f2fs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_vp27smpx.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_vp27smpx.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regcache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regcache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regcache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regcache.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regcache.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regcache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_discard.o: 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/jfs/jfs_discard.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_discard.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_discard.o: 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/jfs/.tmp_mc_jfs_discard.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_discard.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda827x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda827x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tda827x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda827x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda827x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tda827x.o CC [M] drivers/hwmon/lm95234.o CC fs/proc/version.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/namei.o: 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/jfs/namei.o: uses instructions which are incompatible with instructions used 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/jfs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_namei.o: 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/jfs/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_namei.o LD crypto/asymmetric_keys/asymmetric_keys.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_tda827x.o': No such file or directory mv: cannot stat 'fs/jfs/.tmp_mx_jfs_discard.o': No such file or directory CC [M] fs/gfs2/super.o mv: cannot stat 'drivers/base/regmap/.tmp_mx_regcache.o': No such file or directory CC [M] drivers/media/tuners/fc0011.o mv: cannot stat 'fs/jfs/.tmp_mx_namei.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/udf/.tmp_gl_symlink.o: file not recognized: File truncated CC drivers/base/regmap/regcache-flat.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb6100.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb6100.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stb6100.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb6100.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb6100.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stb6100.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/udf/.tmp_mx_symlink.o': No such file CC fs/proc/softirqs.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stb6100.o': No such file or directory rm: cannot remove 'fs/udf/.tmp_mx_symlink.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) drivers/media/i2c/.tmp_gl_wm8775.o: file not recognized: File truncated CC fs/jfs/ioctl.o CC drivers/base/regmap/regmap-debugfs.o CC [M] drivers/media/v4l2-core/videobuf2-memops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_wm8775.o': No such file CC [M] drivers/media/tuners/fc0013.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_wm8775.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: sound/core/seq/oss/seq_oss_readq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_readq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/seq_oss_readq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_readq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_readq.o: uses instructions which 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 fs/proc/namespaces.o t specific data of file sound/core/seq/oss/.tmp_mc_seq_oss_readq.o drivers/hwmon/.tmp_gl_htu21.o: file not recognized: File truncated drivers/memstick/core/.tmp_gl_ms_block.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: Unable to change endianness of input file(s) drivers/media/i2c/.tmp_gl_tvp514x.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/memstick/core/.tmp_mx_ms_block.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_htu21.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 'sound/core/seq/oss/.tmp_mx_seq_oss_readq.o': No such file or directory rm: cannot remove 'drivers/memstick/core/.tmp_mx_ms_block.o': No such file or directory drivers/hwmon/.tmp_gl_emc1403.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tvp514x.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_htu21.o': No such file or directory CC [M] drivers/media/dvb-frontends/dib9000.o drivers/input/keyboard/.tmp_gl_newtonkbd.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: 'drivers/input/keyboard/.tmp_mx_newtonkbd.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_writeq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_writeq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/seq_oss_writeq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_writeq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_writeq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/.tmp_mc_seq_oss_writeq.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_tvp514x.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_emc1403.o': No such file rm: cannot remove 'drivers/input/keyboard/.tmp_mx_newtonkbd.o': No such file or directory mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_writeq.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_emc1403.o': No such file or directory CC [M] drivers/media/dvb-frontends/mt312.o drivers/media/i2c/.tmp_gl_upd64031a.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/sysfs.o: 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/nilfs2/sysfs.o: uses instructions which are incompatible with instructions used 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/nilfs2/sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_sysfs.o: 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/nilfs2/.tmp_mc_sysfs.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_upd64031a.o': No such file CC [M] drivers/media/dvb-frontends/ves1x93.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_upd64031a.o': No such file or directory CC [M] fs/btrfs/inode-item.o CC [M] drivers/hwmon/lm95241.o mv: cannot stat 'fs/nilfs2/.tmp_mx_sysfs.o': No such file or directory CC [M] drivers/input/keyboard/adp5588-keys.o CC [M] drivers/hwmon/lm95245.o CC [M] fs/reiserfs/dir.o CC [M] drivers/media/tuners/r820t.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: drivers/media/v4l2-core/v4l2-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: drivers/media/v4l2-core/v4l2-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 drivers/media/v4l2-core/v4l2-dev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-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: drivers/media/v4l2-core/.tmp_mc_v4l2-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 drivers/media/v4l2-core/.tmp_mc_v4l2-dev.o drivers/input/keyboard/.tmp_gl_gpio_keys.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-dev.o': No such file or directory mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc.o': No such file or directory CC [M] drivers/media/tuners/mxl301rf.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: 'drivers/input/keyboard/.tmp_mx_gpio_keys.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) drivers/media/i2c/.tmp_gl_upd64083.o: file not recognized: File truncated fs/proc/.tmp_gl_meminfo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_upd64083.o': No such filerm: cannot remove 'drivers/input/keyboard/.tmp_mx_gpio_keys.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] drivers/media/tuners/qm1d1c0042.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_upd64083.o': No such file or directory CC [M] fs/f2fs/trace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_meminfo.o': No such file drivers/hwmon/.tmp_gl_g760a.o: file not recognized: File truncated rm: cannot remove 'fs/proc/.tmp_mx_meminfo.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_g760a.o': No such file /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_g760a.o': No such file or directory mv: cannot stat 'fs/fscache/.tmp_mx_object.o': No such file or directory CC [M] drivers/media/v4l2-core/videobuf2-vmalloc.o drivers/hwmon/.tmp_gl_adm9240.o: file not recognized: File truncated CC [M] drivers/input/keyboard/cros_ec_keyb.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/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/ext4/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/ext4/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.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/ext4/.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/ext4/.tmp_mc_ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adm9240.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/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/nilfs2/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: /home/kisskb/slave/src/fs/ext4/move_extent.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] failed to merge target specific data drivers/hwmon/.tmp_gl_nct6775.oof: ffiillee not recognized: File truncated fs/nilfs2/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.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/nilfs2/.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/nilfs2/.tmp_mc_ioctl.ofs/jbd2/.tmp_gl_transaction.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_ioctl.o': No such file or directory CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_pm.o drivers/i2c/busses/.tmp_gl_i2c-img-scb.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb0899_drv.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb0899_drv.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stb0899_drv.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb0899_drv.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb0899_drv.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stb0899_drv.o rm: cannot remove 'drivers/hwmon/.tmp_mx_adm9240.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_nct6775.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/jbd2/.tmp_mx_transaction.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-img-scb.o': No such file mv: cannot stat 'fs/nilfs2/.tmp_mx_ioctl.o': No such file or directory rm: cannot remove 'fs/jbd2/.tmp_mx_transaction.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_nct6775.o': No such file or directory rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-img-scb.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] drivers/input/keyboard/tca8418_keypad.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stb0899_drv.o': No such file or directory CC fs/proc/self.o CC [M] drivers/hwmon/ltc2945.o drivers/base/regmap/.tmp_gl_regcache-lzo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/dw/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: drivers/dma/dw/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 drivers/dma/dw/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/dma/dw/.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: drivers/dma/dw/.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 drivers/dma/dw/.tmp_mc_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/s5h1432.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/s5h1432.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/s5h1432.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_s5h1432.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_s5h1432.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_s5h1432.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: sound/core/seq/oss/seq_oss_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: sound/core/seq/oss/seq_oss_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 sound/core/seq/oss/seq_oss_event.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_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: sound/core/seq/oss/.tmp_mc_seq_oss_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 sound/core/seq/oss/.tmp_mc_seq_oss_event.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/regmap/.tmp_mx_regcache-lzo.o': No such file mv: cannot stat 'drivers/dma/dw/.tmp_mx_core.o': No such file or directory rm: cannot remove 'drivers/base/regmap/.tmp_mx_regcache-lzo.o': No such file or directory mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_event.o': No such file or directory drivers/media/platform/ti-vpe/.tmp_gl_vpe.o: file not recognized: File truncated CC [M] drivers/hwmon/ltc4222.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_s5h1432.o': No such file or directory CC [M] drivers/input/keyboard/lm8323.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-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: drivers/media/v4l2-core/v4l2-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 drivers/media/v4l2-core/v4l2-async.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-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: drivers/media/v4l2-core/.tmp_mc_v4l2-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 drivers/media/v4l2-core/.tmp_mc_v4l2-async.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/platform/ti-vpe/.tmp_mx_vpe.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-clk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-clk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-clk.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-clk.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-clk.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-clk.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-async.o': No such file or directory mv: cannot stat 'crypto/asymmetric_keys/.tmp_mx_public_key.o': No such file or directory rm: cannot remove 'drivers/media/platform/ti-vpe/.tmp_mx_vpe.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/inline.o: 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/f2fs/inline.o: uses instructions which are incompatible with instructions used 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/f2fs/inline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_inline.o: 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/f2fs/.tmp_mc_inline.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_inline.o CC [M] drivers/input/keyboard/lm8333.o mv: cannot stat 'fs/f2fs/.tmp_mx_inline.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-clk.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: /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-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: drivers/media/v4l2-core/v4l2-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 drivers/media/v4l2-core/v4l2-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-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: drivers/media/v4l2-core/.tmp_mc_v4l2-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 t CC [M] drivers/media/dvb-frontends/tda1004x.o o/home/kisskb/slave/src/fs/ext4/mballoc.c: In function 'ext4_inode_journal_mode': merge tar get specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-common.o/home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] 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 CC [M] drivers/hwmon/ltc4260.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_lm70.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm70.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) drivers/input/joystick/.tmp_gl_a3d.o: file not recognized: File truncated CC [M] drivers/input/keyboard/max7359_keypad.o rm: cannot remove 'drivers/hwmon/.tmp_mx_lm70.o': No such file or directory CC [M] fs/btrfs/inode-map.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-common.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_a3d.o': No such file mv: cannot stat 'crypto/.tmp_mx_serpent_generic.o': No such file or directory rm: cannot remove 'drivers/input/joystick/.tmp_mx_a3d.o': No such file or directory CC [M] drivers/hwmon/max1619.o CC [M] fs/ext4/xattr_user.o drivers/dma/dw/.tmp_gl_platform.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-subdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-subdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-subdev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-subdev.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-subdev.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-subdev.o CC [M] drivers/hwmon/max1668.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma/dw/.tmp_mx_platform.o': No such file CC drivers/base/regmap/regmap-spi.o LD drivers/dma/dw/dw_dmac_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_dec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_dec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_dec.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_dec.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_dec.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_dec.o rm: cannot remove 'drivers/dma/dw/.tmp_mx_platform.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-subdev.o': No such file or directory CC drivers/base/regmap/regmap-mmio.o CC [M] fs/btrfs/disk-io.o CC [M] drivers/media/v4l2-core/videobuf2-dma-contig.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_dec.o': No such file or directory LD [M] drivers/media/platform/ti-vpe/ti-vpe.o CC drivers/base/regmap/regmap-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/media/platform/ti-vpe/vpe.o: No such file or directory make[5]: *** [drivers/media/platform/ti-vpe/ti-vpe.o] Error 1 make[4]: *** [drivers/media/platform/ti-vpe] Error 2 CC [M] drivers/base/regmap/regmap-i2c.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) CC [M] drivers/hwmon/max197.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_adm1031.o: file not recognized: File truncated CC drivers/input/misc/e3x0-button.o crypto/.tmp_gl_drbg.o: file not recognized: File truncated CC [M] drivers/media/tuners/m88rs6000t.o /home/kisskb/slave/src/fs/nilfs2/btree.c: In function 'nilfs_btree_convert_and_insert': /home/kisskb/slave/src/include/asm-generic/bitops/non-atomic.h:105:20: warning: 'bh' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/nilfs2/btree.c:1859:22: note: 'bh' was declared here drivers/hwmon/.tmp_gl_lm83.o: file not recognized: File truncated CC [M] drivers/hwmon/max6639.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm83.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_drbg.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_lm83.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adm1031.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) CC drivers/input/joystick/analog.o rm: cannot remove 'drivers/hwmon/.tmp_mx_adm1031.o': No such file or directory rm: cannot remove 'crypto/.tmp_mx_drbg.o': No such file or directory drivers/base/regmap/.tmp_gl_regcache-rbtree.o: file not recognized: File truncated CC drivers/input/joystick/cobra.o LD drivers/dma/dw/dw_dmac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/log.o: 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/gfs2/log.o: uses instructions which are incompatible with instructions used 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/gfs2/log.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_log.o: 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/gfs2/.tmp_mc_log.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_log.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: cannot find drivers/dma/dw/platform.o: No such file or directory CC [M] drivers/hwmon/max6650.o make[4]: *** [drivers/dma/dw/dw_dmac.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/regmap/.tmp_mx_regcache-rbtree.o': No such file make[3]: *** [drivers/dma/dw] Error 2 drivers/input/.tmp_gl_joydev.o: file not recognized: File truncated CC [M] fs/btrfs/transaction.o mv: cannot stat 'fs/gfs2/.tmp_mx_log.o': No such file or directory rm: cannot remove 'drivers/base/regmap/.tmp_mx_regcache-rbtree.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: 'drivers/input/.tmp_mx_joydev.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) CC drivers/input/joystick/grip_mp.o fs/proc/.tmp_gl_uptime.o: file not recognized: File truncated drivers/i2c/busses/.tmp_gl_i2c-riic.o: file not recognized: File truncated CC drivers/input/misc/gpio_tilt_polled.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_uptime.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-riic.o': No such file rm: cannot remove 'fs/proc/.tmp_mx_uptime.o': No such file or directory rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-riic.o': No such file or directory CC [M] drivers/hwmon/max6697.o rm: cannot remove 'drivers/input/.tmp_mx_joydev.o' CC [M] fs/gfs2/sys.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) LD kernel/trace/libftrace.o CC [M] drivers/hwmon/mcp3021.o drivers/media/tuners/.tmp_gl_msi001.o: file not recognized: File truncated CC [M] fs/reiserfs/fix_node.o CC [M] drivers/hwmon/nct7802.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: 'drivers/media/tuners/.tmp_mx_msi001.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/blk-mq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/blk-mq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/.tmp_mc_blk-mq.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/.tmp_mc_blk-mq.o rm: cannot remove 'drivers/media/tuners/.tmp_mx_msi001.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/udftime.o: 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/udf/udftime.o: uses instructions which are incompatible with instructions used 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/udf/udftime.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_udftime.o: 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/udf/.tmp_mc_udftime.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_udftime.o drivers/hid/.tmp_gl_hid-wiimote-modules.o: file not recognized: File truncated mv: cannot stat 'fs/udf/.tmp_mx_udftime.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_extent.o: 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/jfs/jfs_extent.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_extent.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_extent.o: 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/jfs/.tmp_mc_jfs_extent.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_extent.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: fs/f2fs/shrinker.o: 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/f2fs/shrinker.o: uses instructions which are incompatible with instructions used 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/f2fs/shrinker.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_shrinker.o: 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/f2fs/.tmp_mc_shrinker.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_shrinker.o mv: cannot stat 'block/.tmp_mx_blk-mq.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hid/.tmp_mx_hid-wiimote-modules.o': No such file mv: cannot stat 'fs/f2fs/.tmp_mx_shrinker.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) rm: cannot remove 'drivers/hid/.tmp_mx_hid-wiimote-modules.o': No such file or directory /home/kisskb/slave/src/fs/ext4/super.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] drivers/i2c/busses/.tmp_gl_i2c-simtec.o: file not recognized: File truncated mv: cannot stat 'fs/jfs/.tmp_mx_jfs_extent.o': No such file or directory CC [M] drivers/hwmon/nct7904.o drivers/i2c/busses/.tmp_gl_i2c-pca-platform.o: file not recognized: File truncated CC [M] fs/reiserfs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-simtec.o': No such file CC fs/proc/thread_self.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/aops.o: 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/gfs2/aops.o: uses instructions which are incompatible with instructions used 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/gfs2/aops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_aops.o: 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/gfs2/.tmp_mc_aops.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_aops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-pca-platform.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mt2060.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mt2060.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/mt2060.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mt2060.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mt2060.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_mt2060.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-pca-platform.o': No such file or directory CC [M] fs/reiserfs/prints.o mv: cannot stat 'fs/gfs2/.tmp_mx_aops.o': No such file or directory mv: cannot stat 'drivers/media/tuners/.tmp_mx_mt2060.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/ultrix.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/ultrix.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/ultrix.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_ultrix.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_ultrix.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_ultrix.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-simtec.o': No such file or directory mv: cannot stat 'block/partitions/.tmp_mx_ultrix.o': No such file or directory CC [M] fs/gfs2/trans.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_midi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_midi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/seq_oss_midi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_midi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_midi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/.tmp_mc_seq_oss_midi.o drivers/hwmon/.tmp_gl_emc6w201.o: file not recognized: File truncated CC drivers/input/misc/pcap_keys.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 'sound/core/seq/oss/.tmp_mx_seq_oss_midi.o': No such file or directory CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_opr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_emc6w201.o': No such file CC drivers/input/misc/rotary_encoder.o crypto/asymmetric_keys/.tmp_gl_rsa.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_emc6w201.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx22700.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx22700.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cx22700.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx22700.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx22700.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cx22700.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/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: fs/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 fs/namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.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: fs/.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 fs/.tmp_mc_namespace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/asymmetric_keys/.tmp_mx_rsa.o': No such file CC [M] fs/gfs2/util.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cx22700.o': No such file or directory rm: cannot remove 'crypto/asymmetric_keys/.tmp_mx_rsa.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_namespace.o': No such file or directory CC drivers/input/misc/uinput.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/directory.o: 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/udf/directory.o: uses instructions which are incompatible with instructions used 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/udf/directory.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_directory.o: 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/udf/.tmp_mc_directory.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_directory.o crypto/.tmp_gl_rmd320.o: file not recognized: File truncated drivers/base/regmap/.tmp_gl_regcache-flat.o: file not recognized: File truncated CC [M] drivers/input/misc/ad714x-i2c.o CC [M] fs/btrfs/inode.o mv: cannot stat 'fs/udf/.tmp_mx_directory.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'crypto/.tmp_mx_rmd320.o': No such file CC [M] drivers/media/dvb-frontends/sp887x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/base/regmap/.tmp_mx_regcache-flat.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 'crypto/.tmp_mx_rmd320.o': No such file or directory CC [M] fs/btrfs/file.o CC [M] drivers/input/keyboard/mcs_touchkey.o CC [M] drivers/hwmon/pc87427.o rm: cannot remove 'drivers/base/regmap/.tmp_mx_regcache-flat.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/block_validity.o: 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/ext4/block_validity.o: uses instructions which are incompatible with instructions used 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/ext4/block_validity.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_block_validity.o: 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/ext4/.tmp_mc_block_validity.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_block_validity.o drivers/hwmon/.tmp_gl_ina209.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_block_validity.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/i2c/busses/.tmp_gl_i2c-sun6i-p2wi.o: file not recognized: File truncated drivers/media/i2c/.tmp_gl_ml86v7667.o: file not recognized: File truncated CC [M] fs/reiserfs/objectid.o CC [M] drivers/media/dvb-frontends/nxt6000.o fs/proc/.tmp_gl_version.o: file not recognized: File truncated LD crypto/asymmetric_keys/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_ml86v7667.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-sun6i-p2wi.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_ml86v7667.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb0899_algo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb0899_algo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stb0899_algo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb0899_algo.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb0899_algo.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stb0899_algo.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/pcm_lib.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_lib.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_lib.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_pcm_lib.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-sun6i-p2wi.o': No such file or directory /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/recovery.o: 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/jbd2/recovery.o: uses instructions which are incompatible with instructions used 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/jbd2/recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/.tmp_mc_recovery.o: 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/jbd2/.tmp_mc_recovery.o: uses instructions which are incompatible with instructions used 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/jbd2/.tmp_mc_recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/dvb-frontends/mt352.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ina209.o': No such file make[3]: *** [crypto/asymmetric_keys/built-in.o] Error 1 make[2]: *** [crypto/asymmetric_keys] Error 2 mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stb0899_algo.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_ina209.o': No such file or directory mv: cannot stat 'fs/jbd2/.tmp_mx_recovery.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda8083.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda8083.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/tda8083.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda8083.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda8083.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_tda8083.o mv: cannot stat 'sound/core/.tmp_mx_pcm_lib.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: sound/core/seq/oss/seq_oss_synth.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/seq_oss_synth.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/seq/oss/seq_oss_synth.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_synth.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/seq/oss/.tmp_mc_seq_oss_synth.o: uses instructions which are 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 CC [M] fs/reiserfs/lbalance.o ic data of file sound/core/seq/oss/.tmp_mc_seq_oss_synth.o drivers/media/i2c/.tmp_gl_mt9v011.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mt2266.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mt2266.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/mt2266.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mt2266.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mt2266.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_mt2266.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_mt9v011.o': No such file fs/proc/.tmp_gl_softirqs.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/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/reiserfs/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/reiserfs/file.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.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/reiserfs/.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/reiserfs/.tmp_mc_file.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_mt9v011.o': No such file or directory mv: cannot stat 'sound/core/seq/oss/.tmp_mx_seq_oss_synth.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_tda8083.o': No such file or directory rm: cannot remove 'fs/proc/.tmp_mx_version.o': No such file or directory mv: cannot stat 'drivers/media/tuners/.tmp_mx_mt2266.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_softirqs.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-wiimote-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: drivers/hid/hid-wiimote-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 drivers/hid/hid-wiimote-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-wiimote-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: drivers/hid/.tmp_mc_hid-wiimote-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 drivers/hid/.tmp_mc_hid-wiimote-core.o mv: cannot stat 'fs/reiserfs/.tmp_mx_file.o': No such file or directory rm: cannot remove 'fs/proc/.tmp_mx_softirqs.o': No such file or directory CC [M] fs/reiserfs/ibalance.o mv: cannot stat 'drivers/hid/.tmp_mx_hid-wiimote-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/checkpoint.o: 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/jbd2/checkpoint.o: uses instructions which are incompatible with instructions used 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/jbd2/checkpoint.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/.tmp_mc_checkpoint.o: 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/jbd2/.tmp_mc_checkpoint.o: uses instructions which are incompatible with instructions used 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/jbd2/.tmp_mc_checkpoint.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: drivers/char/ipmi/ipmi_msghandler.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/ipmi_msghandler.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/ipmi_msghandler.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_msghandler.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/char/ipmi/.tmp_mc_ipmi_msghandler.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/char/ipmi/.tmp_mc_ipmi_msghandler.o mv: cannot stat 'fs/jbd2/.tmp_mx_checkpoint.o': No such file or directory fs/proc/.tmp_gl_stat.o: file not recognized: File truncated CC [M] fs/reiserfs/stree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/proc/.tmp_mx_stat.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) CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.o rm: cannot remove 'fs/proc/.tmp_mx_stat.o': No such file or directory mv: cannot stat 'drivers/char/ipmi/.tmp_mx_ipmi_msghandler.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) CC [M] drivers/media/dvb-frontends/zl10353.o /home/kisskb/slave/src/drivers/base/regmap/regmap-mmio.c: In function 'regmap_mmio_get_offset': /home/kisskb/slave/src/drivers/base/regmap/regmap-mmio.c:86:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] drivers/input/misc/ad714x-spi.o CC [M] fs/ext4/xattr_trusted.o drivers/media/i2c/.tmp_gl_ov2659.o: file not recognized: File truncated drivers/hwmon/.tmp_gl_lm92.o: file not recognized: File truncated drivers/media/i2c/.tmp_gl_ir-kbd-i2c.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/ext4_jbd2.o: 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/ext4/ext4_jbd2.o: uses instructions which are incompatible with instructions used 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/ext4/ext4_jbd2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_ext4_jbd2.o: 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/ext4/.tmp_mc_ext4_jbd2.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_ext4_jbd2.o CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_ov2659.o': No such file rm: cannot remove 'drivers/media/i2c/.tmp_mx_ov2659.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm92.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_ir-kbd-i2c.o': No such file mv: cannot stat 'fs/ext4/.tmp_mx_ext4_jbd2.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/misc.o: 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/udf/misc.o: uses instructions which are incompatible with instructions used 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/udf/misc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_misc.o: 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/udf/.tmp_mc_misc.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_misc.o rm: cannot remove 'drivers/hwmon/.tmp_mx_lm92.o': No such file or directory CC [M] fs/reiserfs/hashes.o rm: cannot remove 'drivers/media/i2c/.tmp_mx_ir-kbd-i2c.o': No such file or directory CC [M] drivers/media/dvb-frontends/drxd_firm.o mv: cannot stat 'fs/udf/.tmp_mx_misc.o': No such file or directory CC [M] drivers/hwmon/pcf8591.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/qt1010.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/qt1010.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/qt1010.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_qt1010.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_qt1010.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_qt1010.o CC [M] drivers/media/dvb-frontends/drxd_hard.o CC fs/proc/proc_sysctl.o CC [M] fs/ext4/inline.o CC [M] drivers/input/keyboard/mpr121_touchkey.o mv: CC [M] drivers/input/misc/adxl34x.o cannot stat 'drivers/media/tuners/.tmp_mx_qt1010.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] fs/reiserfs/tail_conversion.o CC [M] drivers/input/keyboard/sunkbd.o drivers/hwmon/.tmp_gl_lm77.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/karma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/karma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/karma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_karma.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_karma.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_karma.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm77.o': No such file mv: cannot stat 'kernel/.tmp_mx_signal.o': No such file or directory CC [M] drivers/hwmon/powr1220.o mv: cannot stat 'block/partitions/.tmp_mx_karma.o': No such file or directory make[2]: *** [drivers/char/ipmi] Error 2 CC fs/proc/kmsg.o CC [M] fs/ext4/readpage.o rm: cannot remove 'drivers/hwmon/.tmp_mx_lm77.o': No such file or directory CC [M] fs/reiserfs/journal.o LD [M] sound/core/seq/oss/snd-seq-oss.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find sound/core/seq/oss/seq_oss.o: No such file or directory make[5]: *** [sound/core/seq/oss/snd-seq-oss.o] Error 1 make[4]: *** [sound/core/seq/oss] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fanotify/fanotify_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/fanotify/fanotify_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/fanotify/fanotify_user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/notify/fanotify/.tmp_mc_fanotify_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/fanotify/.tmp_mc_fanotify_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/fanotify/.tmp_mc_fanotify_user.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) make[3]: *** [sound/core/seq] Error 2 LD drivers/input/keyboard/built-in.o drivers/hwmon/.tmp_gl_ltc4260.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/lgdt3305.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/pwm-fan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/keyboard/gpio_keys.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/keyboard/newtonkbd.o: No such file or directory fs/fscache/.tmp_gl_operation.o: file not recognized: File truncated make[4]: *** [drivers/input/keyboard/built-in.o] Error 1 make[4]: *** Waiting for unfinished jobs.... mv: cannot stat 'fs/notify/fanotify/.tmp_mx_fanotify_user.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ltc4260.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/fscache/.tmp_mx_operation.o': No such file CC [M] drivers/input/misc/adxl34x-spi.o CC [M] drivers/media/dvb-frontends/bcm3510.o CC [M] drivers/media/dvb-frontends/lgdt3306a.o rm: cannot remove 'fs/fscache/.tmp_mx_operation.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/btree.o: 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/nilfs2/btree.o: uses instructions which are incompatible with instructions used 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/nilfs2/btree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_btree.o: 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/nilfs2/.tmp_mc_btree.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_btree.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ltc4260.o': No such file or directory mv: cannot stat 'fs/nilfs2/.tmp_mx_btree.o': No such file or directory CC [M] fs/ext4/xattr_security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/revoke.o: 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/jbd2/revoke.o: uses instructions which are incompatible with instructions used in previous modules CC [M] drivers/hwmon/sch56xx-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file fs/jbd2/revoke.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/.tmp_mc_revoke.o: 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/jbd2/.tmp_mc_revoke.o: uses instructions which are incompatible with instructions used 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/jbd2/.tmp_mc_revoke.o /home/kisskb/slave/src/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] fs/ext4/crypto_policy.o fs/gfs2/.tmp_gl_file.o: file not recognized: File truncated mv: cannot stat 'fs/jbd2/.tmp_mx_revoke.o': No such file or directory CC [M] drivers/hwmon/sch5627.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/gfs2/.tmp_mx_file.o': No such file CC [M] drivers/hwmon/sch5636.o rm: cannot remove 'fs/gfs2/.tmp_mx_file.o': No such file or directory CC [M] fs/ext4/crypto.o CC [M] drivers/hwmon/sht15.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_native.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/pcm_native.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/pcm_native.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_native.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: sound/core/.tmp_mc_pcm_native.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file sound/core/.tmp_mc_pcm_native.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/tuners/.tmp_gl_tda18212.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/tuners/.tmp_mx_tda18212.o': No such file mv: cannot stat 'sound/core/.tmp_mx_pcm_native.o': No such file or directory rm: cannot remove 'drivers/media/tuners/.tmp_mx_tda18212.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/ext4/crypto_key.o CC [M] drivers/hwmon/sht21.o drivers/input/keyboard/.tmp_gl_cros_ec_keyb.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-ld: fs/jfs/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/jfs/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/jfs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.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/jfs/.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/jfs/.tmp_mc_ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_cros_ec_keyb.o': No such file LD fs/notify/fanotify/built-in.o mv: cannot stat 'fs/jfs/.tmp_mx_ioctl.o': No such file or directory drivers/hwmon/.tmp_gl_ibmpex.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/page_alloc.o: 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_alloc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed CC [M] fs/ext4/crypto_fname.o to merge target specific data of file mm/page_alloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: mm/.tmp_mc_page_alloc.o: 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_alloc.o: uses instructions which are incompatible with instructions used 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_alloc.o rm: cannot remove 'drivers/input/keyboard/.tmp_mx_cros_ec_keyb.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ibmpex.o': No such file LD fs/notify/built-in.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ibmpex.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/resize.o: 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/jfs/resize.o: uses instructions which are incompatible with instructions used 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/jfs/resize.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_resize.o: 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/jfs/.tmp_mc_resize.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_resize.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 /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 make[2]: *** [sound/core] Error 2 mv: cannot stat 'fs/proc/.tmp_mx_self.o': No such file or directory mv: cannot stat 'mm/.tmp_mx_page_alloc.o': No such file or directory make[1]: *** [sound] Error 2 CC [M] fs/reiserfs/resize.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/jfs/.tmp_mx_resize.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_fs-writeback.o': No such file or directory drivers/dma/.tmp_gl_xgene-dma.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/dma/.tmp_mx_xgene-dma.o': No such file CC [M] drivers/input/misc/bma150.o /home/kisskb/slave/src/fs/ext4/indirect.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/shtc1.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/dma/.tmp_mx_xgene-dma.o': No such file or directory drivers/hwmon/.tmp_gl_lm80.o: file n/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: ot rUnable to change endianness of input file(s)ec ognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/wacom_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: drivers/hid/wacom_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 drivers/hid/wacom_sys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_wacom_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: drivers/hid/.tmp_mc_wacom_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 drivers/hid/.tmp_mc_wacom_sys.o drivers/hwmon/.tmp_gl_lm78.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm80.o': No such file mv: cannot stat 'drivers/hid/.tmp_mx_wacom_sys.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm78.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_lm80.o': No such file or directory CC [M] drivers/hwmon/smm665.o drivers/hwmon/.tmp_gl_ltc4222.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_lm78.o': No such file or directory CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_cmd.o CC [M] drivers/input/misc/cma3000_d0x_i2c.o LD mm/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/cma3000_d0x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/cma3000_d0x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/cma3000_d0x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_cma3000_d0x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_cma3000_d0x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/.tmp_mc_cma3000_d0x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ltc4222.o': No such file CC [M] drivers/hwmon/smsc47b397.o CC [M] drivers/input/misc/drv2665.o rm: cannot remove 'drivers/hwmon/.tmp_mx_ltc4222.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 'drivers/input/misc/.tmp_mx_cma3000_d0x.o': No such file or directory fs/proc/.tmp_gl_namespaces.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-ld: cannot find mm/oom_kill.o: No such file or directory CC [M] drivers/input/misc/drv2667.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/input/misc/.tmp_gl_gpio_tilt_polled.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 make[2]: *** [drivers/dma] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/vmscan.o: No such file or directory CC [M] drivers/hwmon/smsc47m192.o CC [M] drivers/input/misc/gpio-beeper.o rm: cannot remove 'fs/proc/.tmp_mx_namespaces.o': No such file or directory /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-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_lm95241.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_gpio_tilt_polled.o': No such file drivers/hwmon/.tmp_gl_lm95245.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find mm/slab.o: No such file or directory rm: CC [M] fs/btrfs/tree-defrag.o cannot remove 'drivers/input/misc/.tmp_mx_gpio_tilt_polled.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm95241.o': No such file make[2]: *** [mm/built-in.o] Error 1 make[1]: *** [mm] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm95245.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_lm95241.o': No such file or directory CC [M] drivers/hwmon/amc6821.o rm: cannot remove 'drivers/hwmon/.tmp_mx_lm95245.o': No such file or directory CC [M] drivers/input/misc/mma8450.o CC [M] drivers/media/dvb-frontends/lg2160.o CC [M] drivers/input/misc/mpu3050.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24110.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24110.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cx24110.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24110.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24110.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cx24110.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/tc74.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cx24110.o': No such file or directory drivers/hwmon/.tmp_gl_mcp3021.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_mcp3021.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_mcp3021.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf2-memops.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf2-memops.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/videobuf2-memops.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf2-memops.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf2-memops.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_videobuf2-memops.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) mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_videobuf2-memops.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] drivers/input/misc/soc_button_array.o drivers/hwmon/.tmp_gl_max1619.o: file not recognized: File truncated CC [M] drivers/hwmon/thmc50.o drivers/i2c/busses/.tmp_gl_i2c-xlp9xx.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/migrate.o: 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/ext4/migrate.o: uses instructions which are incompatible with instructions used 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/ext4/migrate.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_migrate.o: 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/ext4/.tmp_mc_migrate.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_migrate.o CC [M] drivers/media/dvb-frontends/cx24123.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max1619.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_max1619.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-xlp9xx.o': No such file drivers/hwmon/.tmp_gl_gl518sm.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_migrate.o': No such file or directory rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-xlp9xx.o': No such file or directory CC [M] drivers/hwmon/tmp102.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_gl518sm.o': No such file /home/kisskb/slave/src/fs/reiserfs/prints.c: In function '__reiserfs_panic': /home/kisskb/slave/src/fs/reiserfs/prints.c:372:1: warning: 'noreturn' function does return [enabled by default] rm: cannot remove 'drivers/hwmon/.tmp_mx_gl518sm.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/unicode.o: 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/udf/unicode.o: uses instructions which are incompatible with instructions used 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/udf/unicode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_unicode.o: 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/udf/.tmp_mc_unicode.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_unicode.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: fs/quota/dquot.o: 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/quota/dquot.o: uses instructions which are incompatible with instructions used 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/quota/dquot.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/quota/.tmp_mc_dquot.o: 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/quota/.tmp_mc_dquot.o: uses instructions which are incompatible with instructions used 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/quota/.tmp_mc_dquot.o drivers/hwmon/.tmp_gl_max197.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/lnbp21.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max197.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 'fs/quota/.tmp_mx_dquot.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/udf/.tmp_mx_unicode.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_max197.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/dcache.o: 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/dcache.o: uses instructions which are incompatible with instructions used 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/dcache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_dcache.o: 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_dcache.o: uses instructions which are incompatible with instructions used 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_dcache.o drivers/hwmon/.tmp_gl_ltc2945.o: file not recognized: File truncated CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.o drivers/input/misc/.tmp_gl_e3x0-button.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/cpfile.o: 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/nilfs2/cpfile.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file mv: fs/nilfs2/cpfile.o cannot stat 'fs/.tmp_mx_dcache.o'/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_cpfile.o: compiled for a big endian system and target is little endian : No such file or directory/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_cpfile.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_cpfile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_e3x0-button.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ltc2945.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 'drivers/input/misc/.tmp_mx_e3x0-button.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) rm: cannot remove 'drivers/hwmon/.tmp_mx_ltc2945.o': No such file or directory CC [M] fs/reiserfs/item_ops.o mv: cannot stat 'fs/nilfs2/.tmp_mx_cpfile.o': No such file or directory drivers/media/tuners/.tmp_gl_si2157.o: file not recognized: File truncated fs/ext4/.tmp_gl_xattr_user.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/tuners/.tmp_mx_si2157.o': No such file CC [M] drivers/hwmon/tmp103.o rm: cannot remove 'drivers/media/tuners/.tmp_mx_si2157.o': No such file or directory CC [M] drivers/media/dvb-frontends/lnbp22.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_xattr_user.o': No such file LD fs/quota/built-in.o rm: cannot remove 'fs/ext4/.tmp_mx_xattr_user.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) drivers/media/tuners/.tmp_gl_mxl301rf.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/isl6405.o CC [M] fs/reiserfs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/tuners/.tmp_mx_mxl301rf.o': No such file CC [M] drivers/hwmon/tmp401.o rm: cannot remove 'drivers/media/tuners/.tmp_mx_mxl301rf.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_aio.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_aio.o': No such file CC [M] drivers/input/misc/wm831x-on.o rm: cannot remove 'fs/.tmp_mx_aio.o': No such file or directory CC [M] drivers/hwmon/tmp421.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: 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 CC [M] drivers/media/dvb-frontends/isl6421.o drivers/input/keyboard/.tmp_gl_max7359_keypad.o: file not recognized: File truncated CC drivers/input/joystick/spaceball.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/l64781.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/l64781.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/l64781.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_l64781.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_l64781.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_l64781.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/max2165.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/max2165.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/max2165.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_max2165.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_max2165.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_max2165.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: 'drivers/input/keyboard/.tmp_mx_max7359_keypad.o': No such file CC drivers/input/joystick/stinger.o CC [M] fs/btrfs/extent_map.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_l64781.o': No such file or directory mv: cannot stat 'drivers/media/tuners/.tmp_mx_max2165.o': No such file or directory drivers/input/keyboard/.tmp_gl_tca8418_keypad.o: file not recognized: File truncated CC [M] fs/reiserfs/xattr.o rm: cannot remove 'drivers/input/keyboard/.tmp_mx_max7359_keypad.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: 'drivers/input/keyboard/.tmp_mx_tca8418_keypad.o': No such file rm: cannot remove 'drivers/input/keyboard/.tmp_mx_tca8418_keypad.o': No such file or directory drivers/hwmon/.tmp_gl_ibmaem.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_ibmaem.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_ibmaem.o': No such file or directory CC [M] fs/reiserfs/lock.o mv: cannot stat 'fs/proc/.tmp_mx_thread_self.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/namei.o: 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/udf/namei.o: uses instructions which are incompatible with instructions used 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/udf/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.tmp_mc_namei.o: 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/udf/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/udf/.tmp_mc_namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_pm.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_pm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_pm.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_pm.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_pm.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific d/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ata of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_pm.o fs/f2fs/trace.o: 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/f2fs/trace.o: uses instructions which are incompatible with instructions used 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/f2fs/trace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_trace.o: 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/f2fs/.tmp_mc_trace.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_trace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/recovery.o: 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/gfs2/recovery.o: uses instructions which are incompatible with instructions used 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/gfs2/recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_recovery.o: 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/gfs2/.tmp_mc_recovery.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_recovery.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_pm.o': No such file or directory mv: cannot stat 'fs/udf/.tmp_mx_namei.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/gfs2/.tmp_mx_recovery.o': No such file or directory mv: cannot stat 'fs/f2fs/.tmp_mx_trace.o': No such file or directory drivers/input/misc/.tmp_gl_ad714x-i2c.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/tda10086.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_ad714x-i2c.o': No such file rm: cannot remove 'drivers/input/misc/.tmp_mx_ad714x-i2c.o': No such file or directory CC [M] fs/btrfs/sysfs.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/btrfs/struct-funcs.o drivers/hwmon/.tmp_gl_powr1220.o: file not recognized: File truncated CC [M] drivers/hwmon/w83l785ts.o CC [M] drivers/media/dvb-frontends/dib0090.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_powr1220.o': No such file CC [M] fs/btrfs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/w83l786ng.o drivers/hwmon/.tmp_gl_lm95234.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_powr1220.o': No such file or directory CC drivers/input/joystick/tmdc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm95234.o': No such file CC [M] drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_lm95234.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) drivers/hwmon/.tmp_gl_adt7475.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) CC [M] fs/btrfs/ordered-data.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_adt7475.o': No such file drivers/hwmon/.tmp_gl_f71805f.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-ld: fs/gfs2/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: fs/gfs2/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 fs/gfs2/util.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.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: fs/gfs2/.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 fs/gfs2/.tmp_mc_util.o drivers/hwmon/.tmp_gl_nct7904.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/keyboard/lm8333.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/keyboard/lm8333.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/keyboard/lm8333.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/keyboard/.tmp_mc_lm8333.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/keyboard/.tmp_mc_lm8333.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/keyboard/.tmp_mc_lm8333.o rm: cannot remove 'drivers/hwmon/.tmp_mx_adt7475.o': No such file or directory mv: cannot stat 'fs/gfs2/.tmp_mx_util.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_kmsg.o: file not recogniz/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: ed:'drivers/hwmon/.tmp_mx_f71805f.o': No such file File truncated /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-objcopy: fs/reiserfs/dir.o: compiled for a big endian system and target is little endian'drivers/hwmon/.tmp_mx_nct7904.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/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/reiserfs/dir.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.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/reiserfs/.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/reiserfs/.tmp_mc_dir.o rm: cannot remove 'drivers/hwmon/.tmp_mx_f71805f.o': No such file or directory CC [M] drivers/media/dvb-frontends/itd1000.o mv: cannot stat 'fs/reiserfs/.tmp_mx_dir.o': No such file or directory mv: cannot stat 'drivers/input/keyboard/.tmp_mx_lm8333.o': No such file or directory drivers/hwmon/.tmp_gl_max1668.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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_pcf8591.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max1668.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_nct7904.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/xor.o: 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/xor.o: uses instructions which are incompatible with instructions used 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/xor.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: crypto/.tmp_mc_xor.o: 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_xor.o: uses instructions which are incompatible with instructions used 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_xor.o rm: cannot remove 'drivers/hwmon/.tmp_mx_max1668.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_pcf8591.o': No such file LD drivers/hwmon/pmbus/built-in.o 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-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_pcf8591.o': No such file or directory mv: cannot stat 'crypto/.tmp_mx_xor.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dibx000_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: drivers/media/dvb-frontends/dibx000_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 drivers/media/dvb-frontends/dibx000_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dibx000_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: drivers/media/dvb-frontends/.tmp_mc_dibx000_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 drivers/media/dvb-frontends/.tmp_mc_dibx000_common.o drivers/input/misc/.tmp_gl_rotary_encoder.o: file not recognized: File truncated mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dibx000_common.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) CC [M] drivers/input/joystick/guillemot.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: drivers/base/regmap/regmap-mmio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-mmio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regmap-mmio.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-mmio.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-mmio.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regmap-mmio.o drivers/input/misc/.tmp_gl_pcap_keys.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_rotary_encoder.o': No such file fs/f2fs/.tmp_gl_gc.o: file not recognized: File truncated rm: cannot remove 'drivers/input/misc/.tmp_mx_rotary_encoder.o': No such file or directory CC [M] drivers/hwmon/pmbus/pmbus_core.o drivers/hwmon/.tmp_gl_max6650.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_pcap_keys.o': No such file LD drivers/hwmon/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/f2fs/.tmp_mx_gc.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max6650.o': No such file mv: cannot stat 'drivers/base/regmap/.tmp_mx_regmap-mmio.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) rm: cannot remove 'drivers/input/misc/.tmp_mx_pcap_keys.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) rm: cannot remove 'drivers/hwmon/.tmp_mx_max6650.o': No such file or directory CC [M] drivers/hwmon/pmbus/pmbus.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: cannot find drivers/hwmon/max1111.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/mc13783-adc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/nct6683.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/nct6775.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/ntc_thermistor.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/w83627ehf.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/hwmon/wm831x-hwmon.o: No such file or directory drivers/media/i2c/.tmp_gl_tvp5150.o: file not recognized: File truncated rm: cannot remove 'fs/f2fs/.tmp_mx_gc.o': No such file or directory CC [M] fs/btrfs/extent_io.o make[3]: *** [drivers/hwmon/built-in.o] Error 1 make[3]: *** Waiting for unfinished jobs.... drivers/hwmon/.tmp_gl_f75375s.o: file not recognized: File truncated CC [M] drivers/input/joystick/warrior.o drivers/hwmon/.tmp_gl_pwm-fan.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_tvp5150.o': No such file drivers/input/keyboard/.tmp_gl_adp5588-keys.o: file not recognized: File truncated rm: cannot remove 'drivers/media/i2c/.tmp_mx_tvp5150.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_pwm-fan.o': No such file CC [M] drivers/media/dvb-frontends/au8522_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-dv-timings.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-dv-timings.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-dv-timings.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-dv-timings.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-dv-timings.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-dv-timings.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_adp5588-keys.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_f75375s.o': No such file CC [M] fs/btrfs/volumes.o CC [M] drivers/hwmon/pmbus/lm25066.o CC [M] drivers/input/joystick/zhenhua.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-i2c.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-i2c.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regmap-i2c.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-i2c.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-i2c.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regmap-i2c.o rm: cannot remove 'drivers/input/keyboard/.tmp_mx_adp5588-keys.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_pwm-fan.o': No such file or directory CC [M] fs/btrfs/async-thread.o rm: cannot remove 'drivers/hwmon/.tmp_mx_f75375s.o': No such file or directory CC [M] drivers/media/dvb-frontends/au8522_dig.o mv: cannot stat 'drivers/base/regmap/.tmp_mx_regmap-i2c.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-dv-timings.o': No such file or directory CC [M] fs/btrfs/ioctl.o CC [M] drivers/hwmon/pmbus/ltc2978.o CC [M] drivers/media/dvb-frontends/au8522_decoder.o /home/kisskb/slave/src/fs/ext4/inline.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] fs/btrfs/locking.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-spi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-spi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regmap-spi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-spi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-spi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regmap-spi.o LD drivers/input/joystick/iforce/built-in.o CC [M] drivers/hwmon/pmbus/max16064.o CC [M] drivers/media/dvb-frontends/tda10048.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 'drivers/base/regmap/.tmp_mx_regmap-spi.o': No such file or directory CC [M] drivers/hwmon/pmbus/max20751.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/btrfs/orphan.o drivers/input/joystick/.tmp_gl_cobra.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_cobra.o': No such file drivers/media/i2c/.tmp_gl_ov7670.o: file not recognized: File truncated CC [M] drivers/input/joystick/iforce/iforce-ff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/mmp.o: 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/ext4/mmp.o: uses instructions which are incompatible with instructions used 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/ext4/mmp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_mmp.o: 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/ext4/.tmp_mc_mmp.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_mmp.o CC [M] drivers/media/dvb-frontends/lgs8gl5.o rm: cannot remove 'drivers/input/joystick/.tmp_mx_cobra.o': No such file or directory mv: cannot stat 'fs/ext4/.tmp_mx_mmp.o': No such file or directory CC [M] drivers/media/dvb-frontends/tda665x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/i2c/.tmp_mx_ov7670.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) CC [M] drivers/media/dvb-frontends/lgs8gxx.o CC [M] drivers/hwmon/pmbus/max8688.o drivers/input/misc/.tmp_gl_ad714x-spi.o: file not recognized: File truncated rm: cannot remove 'drivers/media/i2c/.tmp_mx_ov7670.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: 'drivers/input/misc/.tmp_mx_ad714x-spi.o': No such file CC [M] drivers/input/joystick/iforce/iforce-main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_opr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_opr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_opr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr.o drivers/hwmon/.tmp_gl_max6639.o: file not recognized: File truncated rm: cannot remove 'drivers/input/misc/.tmp_mx_ad714x-spi.o': No such file or directory CC [M] drivers/media/dvb-frontends/atbm8830.o CC [M] drivers/input/joystick/iforce/iforce-packets.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max6639.o': No such file mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_opr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/ad714x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/ad714x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/ad714x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_ad714x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_ad714x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/.tmp_mc_ad714x.o rm: cannot remove 'drivers/hwmon/.tmp_mx_max6639.o': No such file or directory mv: cannot stat 'drivers/input/misc/.tmp_mx_ad714x.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) drivers/media/tuners/.tmp_gl_qm1d1c0042.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/dvb_dummy_fe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_lm63.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: 'drivers/media/tuners/.tmp_mx_qm1d1c0042.o': No such file drivers/input/keyboard/.tmp_gl_mpr121_touchkey.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) drivers/input/keyboard/.tmp_gl_mcs_touchkey.o: file not recognized: File truncated rm: cannot remove 'drivers/media/tuners/.tmp_mx_qm1d1c0042.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_mpr121_touchkey.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm63.o': No such file drivers/input/misc/.tmp_gl_cma3000_d0x_i2c.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_mcs_touchkey.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_lm63.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) rm: cannot remove 'drivers/input/keyboard/.tmp_mx_mcs_touchkey.o': No such file or directory rm: cannot remove 'drivers/input/keyboard/.tmp_mx_mpr121_touchkey.o': No such file or directory CC [M] drivers/hwmon/pmbus/tps40422.o CC [M] drivers/media/dvb-frontends/af9013.o CC [M] fs/btrfs/export.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_cma3000_d0x_i2c.o': No such file rm: cannot remove 'drivers/input/misc/.tmp_mx_cma3000_d0x_i2c.o' CC [M] fs/btrfs/tree-log.o : No such file or directory drivers/hwmon/.tmp_gl_sht21.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-ld: drivers/media/tuners/fc0011.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/fc0011.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to CC [M] drivers/media/dvb-frontends/cx24116.o merge target specific data of file drivers/media/tuners/fc0011.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_fc0011.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_fc0011.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: faile/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf-dma-contig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf-dma-contig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/videobuf-dma-contig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf-dma-contig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf-dma-contig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_videobuf-dma-contig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-debugfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-debugfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regmap-debugfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-debugfs.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-debugfs.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regmap-debugfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_sht21.o': No such file d to merge target specific data of file drivers/media/tuners/.tmp_mc_fc0011.o drivers/input/misc/.tmp_gl_adxl34x-spi.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_sht21.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_videobuf-dma-contig.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_adxl34x-spi.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/hashes.o: 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/reiserfs/hashes.o: uses instructions which are incompatible with instructions used 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/reiserfs/hashes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_hashes.o: compiled for a big endian system and target is little endian drivers/hwmon/.tmp_gl_max6697.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_hashes.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_hashes.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_fc0011.o': No such file or directory rm: cannot remove 'drivers/input/misc/.tmp_mx_adxl34x-spi.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/objectid.o: 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/reiserfs/objectid.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: faifs/btrfs/.tmp_gl_print-tree.ole:d ftiol merge target specific data of file fs/reiserfs/objectid.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_objectid.o: 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/reiserfs/.tmp_mc_objectid.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_objectid.o mv: cannot stat 'drivers/base/regmap/.tmp_mx_regmap-debugfs.o': No such file or directory drivers/hwmon/.tmp_gl_shtc1.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_max6697.o': No such file e not recognized: File truncated LD kernel/locking/built-in.o rm: cannot remove 'drivers/hwmon/.tmp_mx_max6697.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_print-tree.o': No such file /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-objcopy: 'drivers/hwmon/.tmp_mx_shtc1.o': No such file mv: cannot stat 'fs/reiserfs/.tmp_mx_hashes.o': No such file or directory mv: cannot stat 'fs/reiserfs/.tmp_mx_objectid.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_shtc1.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 make[3]: *** [kernel/locking/built-in.o] Error 1 make[2]: *** [kernel/locking] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/xattr_security.o: 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/ext4/xattr_security.o: uses instructions which are incompatible with instructions used 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/ext4/xattr_security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_xattr_security.o: 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/ext4/.tmp_mc_xattr_security.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_xattr_security.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/dvb-frontends/cx24117.o CC [M] drivers/hwmon/pmbus/ucd9000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/hwmon/pmbus/ucd9200.o rm: cannot remove 'fs/btrfs/.tmp_mx_print-tree.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/btrfs/free-space-cache.o mv: cannot stat 'fs/ext4/.tmp_mx_xattr_security.o': No such file or directory fs/ext4/.tmp_gl_xattr_trusted.o: file not recognized: File truncated drivers/hwmon/.tmp_gl_sht15.o: file not recognized: File truncated drivers/i2c/busses/.tmp_gl_i2c-sh_mobile.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/namei.o: 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/reiserfs/namei.o: uses instructions which are incompatible with instructions used 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/reiserfs/namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_namei.o: 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/reiserfs/.tmp_mc_namei.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_namei.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-sh_mobile.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_sht15.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_xattr_trusted.o': No such file CC [M] drivers/media/dvb-frontends/stv0288.o CC [M] fs/btrfs/zlib.o rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-sh_mobile.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_sht15.o': No such file or directory rm: cannot remove 'fs/ext4/.tmp_mx_xattr_trusted.o': No such file or directory mv: cannot stat 'fs/reiserfs/.tmp_mx_namei.o': No such file or directory CC [M] drivers/media/dvb-frontends/stb6000.o CC [M] fs/btrfs/lzo.o CC [M] fs/btrfs/compression.o CC [M] drivers/media/dvb-frontends/stv6110.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/root-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: fs/btrfs/root-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 fs/btrfs/root-tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_root-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: fs/btrfs/.tmp_mc_root-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 fs/btrfs/.tmp_mc_root-tree.o CC [M] fs/btrfs/delayed-ref.o CC [M] drivers/media/dvb-frontends/stv090x.o mv: cannot stat 'fs/btrfs/.tmp_mx_root-tree.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/dir-item.o: 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/btrfs/dir-item.o: uses instructions which are incompatible with instructions used 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/btrfs/dir-item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_dir-item.o: 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/btrfs/.tmp_mc_dir-item.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_dir-item.o CC [M] fs/btrfs/relocation.o mv: cannot stat 'fs/btrfs/.tmp_mx_dir-item.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_cmd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd.o CC [M] drivers/media/dvb-frontends/m88ds3103.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_cmd.o': No such file or directory CC [M] drivers/media/dvb-frontends/isl6423.o CC [M] fs/btrfs/delayed-inode.o CC [M] fs/btrfs/scrub.o CC [M] drivers/media/dvb-frontends/hd29l2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) CC [M] drivers/media/dvb-frontends/ds3000.o CC [M] fs/btrfs/reada.o drivers/input/misc/.tmp_gl_gpio-beeper.o: file not recognized: File truncated /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 CC [M] fs/btrfs/backref.o CC [M] drivers/media/dvb-frontends/ts2020.o mv: cannot stat 'fs/.tmp_mx_locks.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_gpio-beeper.o': No such file rm: cannot remove 'drivers/input/misc/.tmp_mx_gpio-beeper.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: fs/ext4/move_extent.o: 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/ext4/move_extent.o: uses instructions which are incompatible with instructions used 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/ext4/move_extent.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_move_extent.o: 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/ext4/.tmp_mc_move_extent.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_move_extent.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ves1x93.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ves1x93.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/ves1x93.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ves1x93.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ves1x93.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_ves1x93.o CC [M] fs/btrfs/ulist.o drivers/media/v4l2-core/.tmp_gl_videobuf2-vmalloc.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_move_extent.o': No such file or directory CC [M] drivers/media/dvb-frontends/mb86a20s.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/v4l2-core/.tmp_mx_videobuf2-vmalloc.o': No such file mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_ves1x93.o': No such file or directory rm: cannot remove 'drivers/media/v4l2-core/.tmp_mx_videobuf2-vmalloc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data CC [M] drivers/media/dvb-frontends/ix2505v.o of file drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_ctrl.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_ctrl.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_ctrl.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_ctrl.o': No such file or directory CC [M] fs/btrfs/qgroup.o /home/kisskb/slave/src/fs/ext4/crypto_key.c: In function '_ext4_get_encryption_info': /home/kisskb/slave/src/fs/ext4/ext4_crypto.h:115:2: warning: 'mode' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/ext4/crypto_key.c:129:7: note: 'mode' was declared here /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/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/f2fs/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/f2fs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.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/f2fs/.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/f2fs/.tmp_mc_xattr.o CC [M] fs/btrfs/send.o mv: cannot stat 'fs/f2fs/.tmp_mx_xattr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/sufile.o: 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/nilfs2/sufile.o: uses instructions which are incompatible with instructions used 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/nilfs2/sufile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_sufile.o: 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/nilfs2/.tmp_mc_sufile.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_sufile.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/fc0013.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/fc0013.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to mer/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: ge tUnable to change endianness of input file(s)a rget specific data of file drivers/media/tuners/fc0013.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_fc0013.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_fc0013.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_fc0013.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/xc5000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/xc5000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/xc5000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_xc5000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_xc5000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_xc5000.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/nilfs2/.tmp_mx_sufile.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 'drivers/media/tuners/.tmp_mx_xc5000.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 'drivers/media/tuners/.tmp_mx_fc0013.o': No such file or directory drivers/input/misc/.tmp_gl_drv2665.o: file not recognidrivers/hwmon/.tmp_gl_tc74.o: file nzoetd :r eFile truncatedc ognized: File truncated drivers/hwmon/.tmp_gl_tmp102.o: filedrivers/input/misc/.tmp_gl_soc_button_array.o :n ofti le rneocto grneiczoegdn:i zFile truncatede d: 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: 'drivers/hwmon/.tmp_mx_tc74.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_tmp102.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) /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) rm: cannot remove 'drivers/hwmon/.tmp_mx_tc74.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_drv2665.o': No such file CC [M] fs/btrfs/dev-replace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_soc_button_array.o': No such file rm: cannot remove 'drivers/input/misc/.tmp_mx_drv2665.o': No such file or directory CC [M] drivers/media/dvb-frontends/cxd2820r_core.o rm: cannot remove 'drivers/input/misc/.tmp_mx_soc_button_array.o': No such file or directory drivers/input/misc/.tmp_gl_mma8450.o: file not recognized:rm: cannot remove 'drivers/hwmon/.tmp_mx_tmp102.o'File truncated : No such file or directory drivers/hwmon/.tmp_gl_nct7802.o: file not recognized: File truncated drivers/input/keyboard/.tmp_gl_lm8323.o: file not recognized: File truncated drivers/hwmon/.tmp_gl_smsc47b397.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_mma8450.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_nct7802.o': No such file CC [M] drivers/media/dvb-frontends/cxd2820r_c.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_lm8323.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_smsc47b397.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_nct7802.o': No such file or directory rm: cannot remove 'drivers/input/misc/.tmp_mx_mma8450.o': No such file or directory rm: cannot remove 'drivers/input/keyboard/.tmp_mx_lm8323.o': No such file or directory CC [M] fs/btrfs/raid56.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_smsc47b397.o': No such file or directory drivers/hwmon/.tmp_gl_tmp103.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/inode-item.o: 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/btrfs/inode-item.o: uses instructions which are incompatible with instructions used 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/btrfs/inode-item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_inode-item.o: 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/btrfs/.tmp_mc_inode-item.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_inode-item.o CC [M] fs/btrfs/uuid-tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_tmp103.o': No such file CC [M] fs/btrfs/props.o mv: cannot stat 'fs/btrfs/.tmp_mx_inode-item.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_tmp103.o': No such file or directory CC [M] drivers/media/dvb-frontends/cxd2820r_t.o CC [M] fs/btrfs/hash.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) drivers/input/keyboard/.tmp_gl_sunkbd.o: file not recognized: File truncated drivers/i2c/busses/.tmp_gl_i2c-xiic.o: file not recognized: File truncated CC [M] fs/btrfs/tests/free-space-tests.o CC [M] drivers/media/dvb-frontends/cxd2820r_t2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/i2c/busses/.tmp_mx_i2c-xiic.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/keyboard/.tmp_mx_sunkbd.o': No such file rm: cannot remove 'drivers/i2c/busses/.tmp_mx_i2c-xiic.o': No such file or directory CC [M] fs/btrfs/tests/extent-buffer-tests.o rm: cannot remove 'drivers/input/keyboard/.tmp_mx_sunkbd.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/trans.o: 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/gfs2/trans.o: uses instructions which are incompatible with instructions used 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/gfs2/trans.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_trans.o: 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/gfs2/.tmp_mc_trans.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_trans.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/tail_conversion.o: 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/reiserfs/tail_conversion.o: uses instructions which are incompatible with instructions used 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/reiserfs/tail_conversion.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_tail_conversion.o: 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/reiserfs/.tmp_mc_tail_conversion.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_tail_conversion.o CC [M] drivers/media/dvb-frontends/drxk_hard.o CC [M] fs/btrfs/tests/btrfs-tests.o mv: cannot stat 'fs/reiserfs/.tmp_mx_tail_conversion.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/ialloc.o: 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/ext4/ialloc.o: uses instructions which are incompatible with instructions used 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/ext4/ialloc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_ialloc.o: 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/ext4/.tmp_mc_ialloc.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_ialloc.o mv: cannot stat 'fs/gfs2/.tmp_mx_trans.o': No such file or directory CC [M] drivers/media/dvb-frontends/tda18271c2dd.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/btrfs/tests/extent-io-tests.o CC [M] drivers/media/dvb-frontends/si2165.o drivers/input/joystick/.tmp_gl_grip_mp.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) CC [M] fs/btrfs/tests/inode-tests.o mv: cannot stat 'fs/ext4/.tmp_mx_ialloc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_grip_mp.o': No such file drivers/input/misc/.tmp_gl_wm831x-on.o: file not recognized: File truncated rm: cannot remove 'drivers/input/joystick/.tmp_mx_grip_mp.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/crypto_policy.o: 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/ext4/crypto_policy.o: uses instructions which are incompatible with instructions used 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/ext4/crypto_policy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_crypto_policy.o: 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/ext4/.tmp_mc_crypto_policy.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_crypto_policy.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_wm831x-on.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap-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: drivers/base/regmap/regmap-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 drivers/base/regmap/regmap-irq.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap-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: drivers/base/regmap/.tmp_mc_regmap-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 drivers/base/regmap/.tmp_mc_regmap-irq.o mv: cannot stat 'fs/ext4/.tmp_mx_crypto_policy.o': No such file or directory rm: cannot remove 'drivers/input/misc/.tmp_mx_wm831x-on.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib3000mc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib3000mc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dib3000mc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib3000mc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib3000mc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_dib3000mc.o drivers/input/misc/.tmp_gl_drv2667.o: file not recognized: File truncated mv: cannot stat 'drivers/base/regmap/.tmp_mx_regmap-irq.o': No such file or directory CC [M] fs/btrfs/tests/qgroup-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/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: fs/f2fs/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 fs/f2fs/debug.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.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: fs/f2fs/.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 fs/f2fs/.tmp_mc_debug.o make[3]: *** [drivers/i2c/busses] Error 2 make[3]: *** Waiting for unfinished jobs.... /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_drv2667.o': No such file CC [M] drivers/media/dvb-frontends/a8293.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 'drivers/media/dvb-frontends/.tmp_mx_dib3000mc.o': No such file or directory rm: cannot remove 'drivers/input/misc/.tmp_mx_drv2667.o': No such file or directory mv: cannot stat 'fs/f2fs/.tmp_mx_debug.o': No such file or directory make[3]: *** [drivers/input/keyboard] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/.tmp_gl_tmp421.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/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: fs/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 fs/buffer.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_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: fs/.tmp_mc_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 fs/.tmp_mc_buffer.o drivers/media/tuners/.tmp_gl_m88rs6000t.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_tmp421.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/tuners/.tmp_mx_m88rs6000t.o': No such file CC [M] drivers/media/dvb-frontends/sp2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/media/tuners/.tmp_mx_m88rs6000t.o': No such file or directory drivers/hwmon/pmbus/.tmp_gl_max16064.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_tmp421.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_buffer.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_max16064.o': No such file CC [M] drivers/media/dvb-frontends/tda10071.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_cmd_v5.o': No such file or directory drivers/hwmon/.tmp_gl_smm665.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_max16064.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_enc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_enc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specifi/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: c dUnable to change endianness of input file(s)ata of file drivers/media/platform/s5p-mfc/s5p_mfc_enc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_enc.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_enc.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_enc.o /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_smm665.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/mt312.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/mt312.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/mt312.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mt312.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mt312.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_mt312.o CC [M] drivers/media/dvb-frontends/rtl2830.o rm: cannot remove 'drivers/hwmon/.tmp_mx_smm665.o': No such file or directory drivers/input/joystick/.tmp_gl_stinger.o: file not recognized: File truncated mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_enc.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] drivers/media/dvb-frontends/rtl2832.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_stinger.o': No such file mv: cannot stat 'fs/fscache/.tmp_mx_page.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_mt312.o': No such file or directory drivers/hwmon/.tmp_gl_sch5627.o: file not recognized: File truncated rm: cannot remove 'drivers/input/joystick/.tmp_mx_stinger.o': No such file or directory CC [M] drivers/media/dvb-frontends/m88rs2000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/lock.o: 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/reiserfs/lock.o: uses instructions which are incompatible with instructions used 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/reiserfs/lock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_lock.o: 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/reiserfs/.tmp_mc_lock.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_lock.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: 'drivers/hwmon/.tmp_mx_sch5627.o': No such file fs/f2fs/.tmp_gl_checkpoint.o: file not recognized: File truncated rm: cannot remove 'drivers/hwmon/.tmp_mx_sch5627.o': No such file or directory mv: cannot stat 'fs/reiserfs/.tmp_mx_lock.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lnbp22.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lnbp22.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lnbp22.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lnbp22.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lnbp22.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lnbp22.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/f2fs/.tmp_mx_checkpoint.o': No such file CC [M] drivers/media/dvb-frontends/tc90522.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/resize.o: 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/reiserfs/resize.o: uses instructions which are incompatible with instructions used 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/reiserfs/resize.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_resize.o: 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/reiserfs/.tmp_mc_resize.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_resize.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lnbp22.o': No such file or directory CC [M] drivers/media/dvb-frontends/horus3a.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: rm: cannot remove 'fs/f2fs/.tmp_mx_checkpoint.o'Unable to change endianness of input file(s): 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) mv: cannot stat 'fs/reiserfs/.tmp_mx_resize.o': No such file or directory drivers/hwmon/.tmp_gl_w83l785ts.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/ascot2e.o drivers/input/misc/.tmp_gl_mpu3050.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83l785ts.o': No such file LD fs/fscache/fscache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/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/reiserfs/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/reiserfs/ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.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/reiserfs/.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/reiserfs/.tmp_mc_ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_mpu3050.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/direct-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: fs/direct-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 fs/direct-io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/.tmp_mc_direct-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: fs/.tmp_mc_direct-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 fs/.tmp_mc_direct-io.o drivers/hwmon/pmbus/.tmp_gl_max20751.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-ld: drivers/media/dvb-frontends/mt352.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/mt352.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/mt352.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mt352.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mt352.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_mt352.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_max20751.o': No such file /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 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/fscache/histogram.o: No such file or directory mv: cannot stat 'fs/reiserfs/.tmp_mx_ioctl.o': No such file or directory rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_max20751.o': No such file or directory make[3]: *** [fs/fscache/fscache.o] Error 1 mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_mt352.o': No such file or directory rm: cannot remove 'drivers/input/misc/.tmp_mx_mpu3050.o': No such file or directory mv: cannot stat 'fs/.tmp_mx_direct-io.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_w83l785ts.o': No such file or directory make[2]: *** [fs/fscache] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/hwmon/pmbus/.tmp_gl_tps40422.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_tps40422.o': No such file drivers/hwmon/.tmp_gl_sch5636.o: file not recognized: File truncated LD [M] drivers/media/dvb-frontends/stb0899.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_sch5636.o': No such file rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_tps40422.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lnbp21.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lnbp21.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lnbp21.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lnbp21.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lnbp21.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lnbp21.o LD drivers/media/dvb-frontends/drx39xyj/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-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_sch5636.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lnbp21.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/crypto_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: fs/ext4/crypto_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 fs/ext4/crypto_key.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_crypto_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: fs/ext4/.tmp_mc_crypto_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 fs/ext4/.tmp_mc_crypto_key.o drivers/hwmon/pmbus/.tmp_gl_max8688.o: file not recognized: File truncated drivers/input/joystick/.tmp_gl_zhenhua.o: file not recognized: File truncated CC [M] drivers/media/dvb-frontends/drx39xyj/drxj.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_max8688.o': No such file mv: cannot stat 'fs/ext4/.tmp_mx_crypto_key.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_zhenhua.o': No such file rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_max8688.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) rm: cannot remove 'drivers/input/joystick/.tmp_mx_zhenhua.o': No such file or directory drivers/hwmon/.tmp_gl_thmc50.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_metapage.o: 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/jfs/jfs_metapage.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_metapage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_metapage.o: 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/jfs/.tmp_mc_jfs_metapage.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_metapage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_thmc50.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_thmc50.o': No such file or directory mv: cannot stat 'fs/jfs/.tmp_mx_jfs_metapage.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/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: fs/gfs2/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 fs/gfs2/sys.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.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: fs/gfs2/.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 fs/gfs2/.tmp_mc_sys.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: drivers/media/dvb-frontends/isl6421.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/isl6421.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/isl6421.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6421.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6421.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_isl6421.o mv: cannot stat 'fs/gfs2/.tmp_mx_sys.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) drivers/hwmon/pmbus/.tmp_gl_pmbus.o: file not recognized: File truncated mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_isl6421.o': No such file or directory drivers/input/misc/.tmp_gl_bma150.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v6.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v6.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_cmd_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_bma150.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_pmbus.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/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/jfs/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/jfs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.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/jfs/.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/jfs/.tmp_mc_xattr.o rm: cannot remove 'drivers/input/misc/.tmp_mx_bma150.o': No such file or directory mv: cannot stat 'fs/jfs/.tmp_mx_xattr.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/sch56xx-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: drivers/hwmon/sch56xx-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 drivers/hwmon/sch56xx-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/.tmp_mc_sch56xx-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: drivers/hwmon/.tmp_mc_sch56xx-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 drivers/hwmon/.tmp_mc_sch56xx-common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: rm: fs/jbd2/commit.o: compiled for a big endian system and target is little endiancannot remove 'drivers/hwmon/pmbus/.tmp_mx_pmbus.o' : No such file or directory/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/commit.o: uses instructions which are incompatible with instructions used 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/jbd2/commit.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jbd2/.tmp_mc_commit.o: 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/jbd2/.tmp_mc_commit.o: uses instructions which are incompatible with instructions used 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/jbd2/.tmp_mc_commit.o mv: cannot stat 'drivers/hwmon/.tmp_mx_sch56xx-common.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/isl6405.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/isl6405.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/isl6405.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6405.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6405.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_isl6405.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_cmd_v6.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/nxt6000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/nxt6000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/nxt6000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_nxt6000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_nxt6000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_nxt6000.o mv: cannot stat 'fs/jbd2/.tmp_mx_commit.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_isl6405.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) drivers/input/joystick/.tmp_gl_spaceball.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-mem2mem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-mem2mem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-mem2mem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-mem2mem.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-mem2mem.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-mem2mem.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda18271-fe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/tda18271-fe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/tda18271-fe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda18271-fe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_tda18271-fe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_tda18271-fe.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_nxt6000.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_spaceball.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tree-defrag.o: 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/btrfs/tree-defrag.o: uses instructions which are incompatible with instructions used 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/btrfs/tree-defrag.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_tree-defrag.o: 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/btrfs/.tmp_mc_tree-defrag.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_tree-defrag.o rm: cannot remove 'drivers/input/joystick/.tmp_mx_spaceball.o': No such file or directory mv: cannot stat 'drivers/media/tuners/.tmp_mx_tda18271-fe.o': No such file or directory mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-mem2mem.o': No such file or directory mv: cannot stat 'fs/btrfs/.tmp_mx_tree-defrag.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) drivers/input/joystick/.tmp_gl_warrior.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/extent_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: fs/f2fs/extent_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 fs/f2fs/extent_cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_extent_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: fs/f2fs/.tmp_mc_extent_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 fs/f2fs/.tmp_mc_extent_cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_warrior.o': No such file rm: cannot remove 'drivers/input/joystick/.tmp_mx_warrior.o': No such file or directory mv: cannot stat 'fs/f2fs/.tmp_mx_extent_cache.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/crypto.o: 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/ext4/crypto.o: uses instructions which are incompatible with instructions used 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/ext4/crypto.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_crypto.o: 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/ext4/.tmp_mc_crypto.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_crypto.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) LD [M] drivers/media/tuners/tda18271.o drivers/hwmon/pmbus/.tmp_gl_ucd9200.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_crypto.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_ucd9200.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/efi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/efi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/efi.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_efi.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: block/partitions/.tmp_mc_efi.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file block/partitions/.tmp_mc_efi.o mv: cannot stat 'block/partitions/.tmp_mx_efi.o': No such file or directory rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_ucd9200.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/sp887x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/sp887x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/sp887x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_sp887x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_sp887x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_sp887x.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 'drivers/media/dvb-frontends/.tmp_mx_sp887x.o': No such file or directory /home/kisskb/slave/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /home/kisskb/slave/src/fs/ext4/inode.c:548:5: warning: 'retval' may be used uninitialized in this function [-Wuninitialized] drivers/hwmon/.tmp_gl_smsc47m192.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_smsc47m192.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_smsc47m192.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) LD block/partitions/built-in.o drivers/hwmon/.tmp_gl_pc87427.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/readpage.o: 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/ext4/readpage.o: uses instructions which are incompatible with instructions used 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/ext4/readpage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_readpage.o: 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/ext4/.tmp_mc_readpage.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_readpage.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_pc87427.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) /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) rm: cannot remove 'drivers/hwmon/.tmp_mx_pc87427.o': No such file or directory drivers/hwmon/pmbus/.tmp_gl_ucd9000.o: file not recognized: File truncated mv: cannot stat 'fs/ext4/.tmp_mx_readpage.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_ucd9000.o': No such file /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-ld: fs/btrfs/inode-map.o: 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/gfs2/ops_fstype.o: compiled for a big endian system and target is little endianfs/btrfs/inode-map.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/ops_fstype.o: uses instructions which are incompatible with instructions used in previous modules/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld : f/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-lda:i lfeadi lteod mtoe rmgeer gte taragregte t ssppeecifciicf idca tdaa toaf offi lfei lfs/btrfs/inode-map.oe /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/ops_fstype.o fs/btrfs/.tmp_mc_inode-map.o: 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/gfs2/.tmp_mc_ops_fstype.o: compiled for a big endian system and target is little endian /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-ld: fs/btrfs/.tmp_mc_inode-map.o: uses instructions which are incompatible with instructions used in previous modulesfs/gfs2/.tmp_mc_ops_fstype.o: 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-ld:: ffaaiilleedd ttoo mmeerrggee ttaarrggeett ssppeecciiffiicc ddaattaa ooff ffiillee fs/gfs2/.tmp_mc_ops_fstype.ofs/btrfs/.tmp_mc_inode-map.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-input.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/hid-input.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/hid-input.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-input.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_hid-input.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of filrm: ecannot remove 'drivers/hwmon/pmbus/.tmp_mx_ucd9000.o' drivers/hid/.tmp_mc_hid-input.o : No such file or directory drivers/hwmon/pmbus/.tmp_gl_lm25066.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/hash.o: 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/btrfs/hash.o: uses instructions which are incompatible with instructions used 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/btrfs/hash.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_hash.o: 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/btrfs/.tmp_mc_hash.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_hash.o mv: cannot stat 'fs/gfs2/.tmp_mx_ops_fstype.o': No such file or directory mv: cannot stat 'fs/btrfs/.tmp_mx_inode-map.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/btrfs/.tmp_mx_hash.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_lm25066.o': No such file mv: cannot stat 'drivers/hid/.tmp_mx_hid-input.o': No such file or directory /home/kisskb/slave/src/fs/udf/inode.c: In function 'udf_setsize': /home/kisskb/slave/src/fs/udf/inode.c:641:15: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/udf/inode.c:608:6: note: 'adsize' was declared here rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_lm25066.o': No such file or directory drivers/input/joystick/.tmp_gl_guillemot.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_guillemot.o': No such file rm: cannot remove 'drivers/input/joystick/.tmp_mx_guillemot.o': No such file or directory LD kernel/trace/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-objcopy: Unable to change endianness of input file(s) drivers/input/misc/.tmp_gl_uinput.o: file not recognized: File truncated drivers/hwmon/.tmp_gl_tmp401.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-ld: fs/f2fs/recovery.o: 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/f2fs/recovery.o: uses instructions which are incompatible with instructions used 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/f2fs/recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_recovery.o: 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/f2fs/.tmp_mc_recovery.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_recovery.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/misc/.tmp_mx_uinput.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/iforce-packets.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/iforce-packets.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/joystick/iforce/iforce-packets.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/.tmp_mc_iforce-packets.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/.tmp_mc_iforce-packets.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/joystick/iforce/.tmp_mc_iforce-packets.o rm: cannot remove 'drivers/input/misc/.tmp_mx_uinput.o': No such file or directory mv: cannot stat 'drivers/input/joystick/iforce/.tmp_mx_iforce-packets.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_tmp401.o': No such file drivers/hwmon/.tmp_gl_dme1737.o: file not recognized: File truncated mv: cannot stat 'fs/f2fs/.tmp_mx_recovery.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_tmp401.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: 'drivers/hwmon/.tmp_mx_dme1737.o': No such file drivers/hwmon/.tmp_gl_f71882fg.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) rm: cannot remove 'drivers/hwmon/.tmp_mx_dme1737.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/zl10353.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/zl10353.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/zl10353.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_zl10353.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_zl10353.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_zl10353.o drivers/media/dvb-frontends/.tmp_gl_tda1004x.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_tda1004x.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/crypto_fname.o: 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/ext4/crypto_fname.o: uses instructions which are incompatible with instructions used 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/ext4/crypto_fname.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_crypto_fname.o: 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/ext4/.tmp_mc_crypto_fname.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_crypto_fname.o rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_tda1004x.o': No such file or directory mv: cannot stat 'fs/ext4/.tmp_mx_crypto_fname.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_f71882fg.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_f71882fg.o': No such file or directory LD drivers/input/misc/built-in.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 'drivers/media/dvb-frontends/.tmp_mx_zl10353.o': No such file or directory drivers/hwmon/.tmp_gl_amc6821.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/misc/e3x0-button.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/misc/gpio_tilt_polled.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/misc/pcap_keys.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/misc/rotary_encoder.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/misc/uinput.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/orphan.o: 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/btrfs/orphan.o: uses instructions which are incompatible with instructions used 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/btrfs/orphan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_orphan.o: 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/btrfs/.tmp_mc_orphan.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_orphan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda665x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda665x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/tda665x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda665x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda665x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_tda665x.o make[4]: *** [drivers/input/misc/built-in.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: make[4]: 'drivers/hwmon/.tmp_mx_amc6821.o': No such file*** Waiting for unfinished jobs.... mv: cannot stat 'fs/btrfs/.tmp_mx_orphan.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_tda665x.o': No such file or directory rm: cannot remove 'drivers/hwmon/.tmp_mx_amc6821.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) drivers/input/joystick/.tmp_gl_analog.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: 'drivers/input/joystick/.tmp_mx_analog.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dvb_dummy_fe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dvb_dummy_fe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dvb_dummy_fe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dvb_dummy_fe.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dvb_dummy_fe.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_dvb_dummy_fe.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/iforce-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: drivers/input/joystick/iforce/iforce-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 drivers/input/joystick/iforce/iforce-main.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/.tmp_mc_iforce-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: drivers/input/joystick/iforce/.tmp_mc_iforce-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 specifdrivers/input/joystick/.tmp_gl_tmdc.o: file not recognized: File truncatedi c data of file drivers/input/joystick/iforce/.tmp_mc_iforce-main.o block/.tmp_gl_blk-core.o: file not recognized: File truncated rm: cannot remove 'drivers/input/joystick/.tmp_mx_analog.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'block/.tmp_mx_blk-core.o': No such file mv: cannot stat 'drivers/input/joystick/iforce/.tmp_mx_iforce-main.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/input/joystick/.tmp_mx_tmdc.o': No such file rm: cannot remove 'block/.tmp_mx_blk-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/iforce-ff.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/iforce-ff.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld:rm: cannot remove 'drivers/input/joystick/.tmp_mx_tmdc.o'fa: No such file or directoryi led to merge target specific data of file drivers/input/joystick/iforce/iforce-ff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/.tmp_mc_iforce-ff.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/joystick/iforce/.tmp_mc_iforce-ff.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/joystick/iforce/.tmp_mc_iforce-ff.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/adxl34x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/adxl34x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/adxl34x.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_adxl34x.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/input/misc/.tmp_mc_adxl34x.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/input/misc/.tmp_mc_adxl34x.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dvb_dummy_fe.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 'drivers/input/misc/.tmp_mx_adxl34x.o': No such file or directory drivers/hwmon/.tmp_gl_w83l786ng.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_w83l786ng.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 'drivers/hwmon/.tmp_mx_w83l786ng.o': No such file or directory drivers/hwmon/pmbus/.tmp_gl_ltc2978.o: file not recognized: File truncated mv: cannot stat 'drivers/input/joystick/iforce/.tmp_mx_iforce-ff.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf2-dma-contig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf2-dma-contig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/videobuf2-dma-contig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf2-dma-contig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf2-dma-contig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_videobuf2-dma-contig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/pmbus/.tmp_mx_ltc2978.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb6000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stb6000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stb6000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb6000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stb6000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stb6000.o rm: cannot remove 'drivers/hwmon/pmbus/.tmp_mx_ltc2978.o': No such file or directory LD block/built-in.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find block/blk-core.o: No such file or directory LD drivers/input/joystick/built-in.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stb6000.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/xc4000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/xc4000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/xc4000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_xc4000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_xc4000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_xc4000.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_videobuf2-dma-contig.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/a3d.o/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld:: cannot fmake[3]: in*** [drivers/input/misc] Error 2d block/noop-iosched.o: No such file or directory No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/analog.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/cobra.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/grip_mp.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot fimv: ndcannot stat 'drivers/media/tuners/.tmp_mx_xc4000.o' drivers/input/joystick/spaceball.o: No such file or directory: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/stinger.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/input/joystick/tmdc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find block/t10-pi.o: No such file or directory make[4]: *** [drivers/input/joystick/built-in.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[2]: *** [block/built-in.o] Error 1 /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 make[1]: *** [block] Error 2 LD [M] drivers/input/joystick/iforce/iforce.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/reiserfs/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/reiserfs/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/reiserfs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.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/reiserfs/.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/reiserfs/.tmp_mc_xattr.o mv: cannot stat 'fs/reiserfs/.tmp_mx_xattr.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) drivers/media/dvb-frontends/.tmp_gl_a8293.o: file not recognized: File truncated make[3]: *** [drivers/input/joystick] Error 2 make[2]: *** [drivers/input] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_a8293.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_a8293.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/isl6423.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/isl6423.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/isl6423.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6423.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_isl6423.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_isl6423.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_isl6423.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 rm: cannot remove 'kernel/.tmp_mx_workqueue.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/struct-funcs.o: 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/btrfs/struct-funcs.o: uses instructions which are incompatible with instructions used 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/btrfs/struct-funcs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_struct-funcs.o: 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/btrfs/.tmp_mc_struct-funcs.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_struct-funcs.o mv: cannot stat 'fs/btrfs/.tmp_mx_struct-funcs.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/itd1000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/itd1000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/itd1000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_itd1000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_itd1000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_itd1000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/extent-io-tests.o: 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/btrfs/tests/extent-io-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/extent-io-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/.tmp_mc_extent-io-tests.o: 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/btrfs/tests/.tmp_mc_extent-io-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/.tmp_mc_extent-io-tests.o mv: cannot stat 'fs/btrfs/tests/.tmp_mx_extent-io-tests.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/bcm3510.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/bcm3510.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/bcm3510.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_bcm3510.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_bcm3510.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_bcm3510.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgs8gl5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgs8gl5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lgs8gl5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgs8gl5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgs8gl5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lgs8gl5.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_itd1000.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_bcm3510.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/sp2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/sp2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/sp2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_sp2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_sp2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_sp2.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lgs8gl5.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/extents_status.o: 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/ext4/extents_status.o: uses instructions which are incompatible with instructions used 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/ext4/extents_status.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_extents_status.o: 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/ext4/.tmp_mc_extents_status.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_extents_status.o mv: cannot stat 'fs/ext4/.tmp_mx_extents_status.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_c.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_c.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cxd2820r_c.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_c.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_c.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cxd2820r_c.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_sp2.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cxd2820r_c.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/extent_map.o: 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/btrfs/extent_map.o: uses instructions which are incompatible with instructions used 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/btrfs/extent_map.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_extent_map.o: 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/btrfs/.tmp_mc_extent_map.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_extent_map.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/btrfs/.tmp_gl_zlib.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_zlib.o': No such file mv: cannot stat 'fs/btrfs/.tmp_mx_extent_map.o': No such file or directory rm: cannot remove 'fs/btrfs/.tmp_mx_zlib.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) drivers/media/dvb-frontends/.tmp_gl_au8522_decoder.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_au8522_decoder.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/i2c-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: drivers/i2c/i2c-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 drivers/i2c/i2c-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/i2c/.tmp_mc_i2c-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: drivers/i2c/.tmp_mc_i2c-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 tarm: rcannot remove 'drivers/media/dvb-frontends/.tmp_mx_au8522_decoder.o'get: No such file or directory specific data of file drivers/i2c/.tmp_mc_i2c-core.o mv: cannot stat 'drivers/i2c/.tmp_mx_i2c-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) fs/btrfs/.tmp_gl_lzo.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_lzo.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_lzo.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/ibalance.o: 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/reiserfs/ibalance.o: uses instructions which are incompatible with instructions used 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/reiserfs/ibalance.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_ibalance.o: 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/reiserfs/.tmp_mc_ibalance.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_ibalance.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/do_balan.o: 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/reiserfs/do_balan.o: uses instructions which are incompatible with instructions used 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/reiserfs/do_balan.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_do_balan.o: 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/reiserfs/.tmp_mc_do_balan.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_do_balan.o mv: cannot stat 'fs/reiserfs/.tmp_mx_ibalance.o': No such file or directory /home/kisskb/slave/src/fs/btrfs/backref.c: In function '__add_delayed_refs': /home/kisskb/slave/src/fs/btrfs/backref.c:643:33: warning: 'sgn' may be used uninitialized in this function [-Wuninitialized] mv: cannot stat 'fs/reiserfs/.tmp_mx_do_balan.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/ulist.o: 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/btrfs/ulist.o: uses instructions which are incompatible with instructions used 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/btrfs/ulist.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_ulist.o: 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/btrfs/.tmp_mc_ulist.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_ulist.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/au8522_dig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/au8522_dig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/au8522_dig.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_au8522_dig.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_au8522_dig.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_au8522_dig.o make[2]: *** [drivers/i2c] Error 2 mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_au8522_dig.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/locking.o: 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/btrfs/locking.o: uses instructions which are incompatible with instructions used 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/btrfs/locking.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_locking.o: 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/btrfs/.tmp_mc_locking.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_locking.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/au8522_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: drivers/media/dvb-frontends/au8522_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 drivers/media/dvb-frontends/au8522_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_au8522_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: drivers/media/dvb-frontends/.tmp_mc_au8522_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 drivers/media/dvb-frontends/.tmp_mc_au8522_common.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ix2505v.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ix2505v.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/ix2505v.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ix2505v.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ix2505v.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_ix2505v.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/btrfs/.tmp_mx_ulist.o': No such file or directory fs/udf/.tmp_gl_super.o: file not recognized: File truncated mv: cannot stat 'fs/btrfs/.tmp_mx_locking.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/udf/.tmp_mx_super.o': No such file mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_au8522_common.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/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/udf/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/udf/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/udf/.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/udf/.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/udf/.tmp_mc_inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_t.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_t.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cxd2820r_t.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t.o rm: cannot remove 'fs/udf/.tmp_mx_super.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_ix2505v.o': No such file or directory mv: cannot stat 'fs/udf/.tmp_mx_inode.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cxd2820r_t.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/atbm8830.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/atbm8830.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/atbm8830.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_atbm8830.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_atbm8830.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_atbm8830.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_atbm8830.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv6110.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv6110.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stv6110.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv6110.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv6110.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stv6110.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf-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: drivers/media/v4l2-core/videobuf-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 drivers/media/v4l2-core/videobuf-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf-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: drivers/media/v4l2-core/.tmp_mc_videobuf-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 drivers/media/v4l2-core/.tmp_mc_videobuf-core.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stv6110.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda10086.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda10086.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/tda10086.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda10086.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda10086.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_tda10086.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_videobuf-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_t2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cxd2820r_t2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cxd2820r_t2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cxd2820r_t2.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_tda10086.o': No such file or directory LD fs/udf/udf.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cxd2820r_t2.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/udf/dir.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/udf/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/udf/symlink.o: No such file or directory make[3]: *** [fs/udf/udf.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) make[2]: *** [fs/udf] Error 2 fs/reiserfs/.tmp_gl_item_ops.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/reiserfs/.tmp_mx_item_ops.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/file-item.o: 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/btrfs/file-item.o: uses instructions which are incompatible with instructions used 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/btrfs/file-item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_file-item.o: 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/btrfs/.tmp_mc_file-item.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_file-item.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/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/btrfs/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/btrfs/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.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/btrfs/.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/btrfs/.tmp_mc_xattr.o rm: cannot remove 'fs/reiserfs/.tmp_mx_item_ops.o': No such file or directory mv: cannot stat 'fs/btrfs/.tmp_mx_xattr.o': No such file or directory mv: cannot stat 'fs/btrfs/.tmp_mx_file-item.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_frontend.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/dvb_frontend.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/dvb_frontend.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_frontend.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-core/.tmp_mc_dvb_frontend.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-core/.tmp_mc_dvb_frontend.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_logmgr.o: 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/jfs/jfs_logmgr.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_logmgr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_logmgr.o: 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/jfs/.tmp_mc_jfs_logmgr.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_logmgr.o mv: cannot stat 'drivers/media/dvb-core/.tmp_mx_dvb_frontend.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ascot2e.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ascot2e.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/ascot2e.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ascot2e.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ascot2e.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_ascot2e.o mv: cannot stat 'fs/jfs/.tmp_mx_jfs_logmgr.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 'drivers/media/dvb-frontends/.tmp_mx_ascot2e.o': No such file or directory fs/.tmp_gl_namei.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_imap.o: 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/jfs/jfs_imap.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_imap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_imap.o: 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/jfs/.tmp_mc_jfs_imap.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_imap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/.tmp_mx_namei.o': No such file mv: cannot stat 'fs/jfs/.tmp_mx_jfs_imap.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) rm: cannot remove 'fs/.tmp_mx_namei.o': No such file or directory LD [M] drivers/media/dvb-core/dvb-core.o fs/btrfs/.tmp_gl_export.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_export.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_export.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/regmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/regmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/base/regmap/.tmp_mc_regmap.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/base/regmap/.tmp_mc_regmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv0288.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/stv0288.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/stv0288.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv0288.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_stv0288.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_stv0288.o mv: cannot stat 'drivers/base/regmap/.tmp_mx_regmap.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_stv0288.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_dmap.o: 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/jfs/jfs_dmap.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_dmap.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_dmap.o: 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/jfs/.tmp_mc_jfs_dmap.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_dmap.o mv: cannot stat 'fs/jfs/.tmp_mx_jfs_dmap.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/async-thread.o: 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/btrfs/async-thread.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target s/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: pecificdrivers/media/dvb-frontends/horus3a.o: compiled for a big endian system and target is little endian d/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: ata drivers/media/dvb-frontends/horus3a.o: uses instructions which are incompatible with instructions used in previous moduleso f file fs/btrfs/async-thread.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_async-thread.o: 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/btrfs/.tmp_mc_async-thread.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_async-thread.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/horus3a.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_horus3a.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_horus3a.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_horus3a.o mv: cannot stat 'fs/btrfs/.tmp_mx_async-thread.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_horus3a.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/hd29l2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/hd29l2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/hd29l2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_hd29l2.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_hd29l2.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_hd29l2.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_hd29l2.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib7000m.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib7000m.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dib7000m.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib7000m.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib7000m.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_dib7000m.o LD drivers/base/regmap/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: drivers/media/dvb-frontends/lgdt3305.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgdt3305.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lgdt3305.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgdt3305.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgdt3305.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lgdt3305.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/base/regmap/regcache-rbtree.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/base/regmap/regcache-lzo.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/base/regmap/regcache-flat.o: No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dib7000m.o': No such file or directory make[4]: *** [drivers/base/regmap/built-in.o] Error 1 mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lgdt3305.o': No such file or directory drivers/hwmon/.tmp_gl_lm93.o: file not recognized: File truncated make[3]: *** [drivers/base/regmap] Error 2 make[2]: *** [drivers/base] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_lm93.o': No such file rm: cannot remove 'drivers/hwmon/.tmp_mx_lm93.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/prints.o: 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/reiserfs/prints.o: uses instructions which are incompatible with instructions used 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/reiserfs/prints.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_prints.o: 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/reiserfs/.tmp_mc_prints.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_prints.o mv: cannot stat 'fs/reiserfs/.tmp_mx_prints.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/extent-buffer-tests.o: 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/btrfs/tests/extent-buffer-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/extent-buffer-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/.tmp_mc_extent-buffer-tests.o: 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/btrfs/tests/.tmp_mc_extent-buffer-tests.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: faile/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: dUnable to change endianness of input file(s) t o merge target specific data of file fs/btrfs/tests/.tmp_mc_extent-buffer-tests.o drivers/hwmon/.tmp_gl_it87.o: file not recognized: File truncated mv: cannot stat 'fs/btrfs/tests/.tmp_mx_extent-buffer-tests.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/hwmon/.tmp_mx_it87.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: rm: Unable to change endianness of input file(s)cannot remove 'drivers/hwmon/.tmp_mx_it87.o' : No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/btrfs-tests.o: 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/btrfs/tests/btrfs-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/btrfs-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/.tmp_mc_btrfs-tests.o: 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/btrfs/tests/.tmp_mc_btrfs-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/.tmp_mc_btrfs-tests.o fs/gfs2/.tmp_gl_inode.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/gfs2/.tmp_mx_inode.o': No such file rm: cannot remove 'fs/gfs2/.tmp_mx_inode.o': No such file or directory mv: cannot stat 'fs/btrfs/tests/.tmp_mx_btrfs-tests.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ts2020.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ts2020.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/ts2020.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ts2020.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ts2020.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_ts2020.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_ts2020.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/sysfs.o: 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/btrfs/sysfs.o: uses instructions which are incompatible with instructions used 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/btrfs/sysfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_sysfs.o: 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/btrfs/.tmp_mc_sysfs.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_sysfs.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: drivers/media/dvb-frontends/cxd2820r_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: drivers/media/dvb-frontends/cxd2820r_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 drivers/media/dvb-frontends/cxd2820r_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_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: drivers/media/dvb-frontends/.tmp_mc_cxd2820r_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 drivers/media/dvb-frontends/.tmp_mc_cxd2820r_core.o drivers/media/dvb-frontends/.tmp_gl_lg2160.o: file nomv: t reccannot stat 'fs/btrfs/.tmp_mx_sysfs.o'ognized:: No such file or directory File truncated mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cxd2820r_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_lg2160.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_lg2160.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/segment.o: 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/nilfs2/segment.o: uses instructions which are incompatible with instructions used 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/nilfs2/segment.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/nilfs2/.tmp_mc_segment.o: 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/nilfs2/.tmp_mc_segment.o: uses instructions which are incompatible with instructions used 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/nilfs2/.tmp_mc_segment.o mv: cannot stat 'fs/nilfs2/.tmp_mx_segment.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24123.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24123.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cx24123.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24123.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24123.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cx24123.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/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/gfs2/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/gfs2/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.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/gfs2/.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/gfs2/.tmp_mc_super.o LD [M] drivers/media/dvb-frontends/cxd2820r.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cx24123.o': No such file or directory mv: cannot stat 'fs/gfs2/.tmp_mx_super.o': No such file or directory LD [M] fs/nilfs2/nilfs2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nilfs2/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/nilfs2/namei.o: No such file or directory make[3]: *** [fs/nilfs2/nilfs2.o] Error 1 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/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/sched/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/sched/core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/.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/sched/.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 spemake[2]: cific data*** [fs/nilfs2] Error 2 of file kernel/sched/.tmp_mc_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/props.o: 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/btrfs/props.o: uses instructions which are incompatible with instructions used 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/btrfs/props.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_props.o: 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/btrfs/.tmp_mc_props.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_props.o mv: mv: cannot stat 'kernel/sched/.tmp_mx_core.o'cannot stat 'fs/btrfs/.tmp_mx_props.o': No such file or directory : No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/wacom_wac.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/wacom_wac.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/wacom_wac.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_wacom_wac.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hid/.tmp_mc_wacom_wac.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/hid/.tmp_mc_wacom_wac.o mv: cannot stat 'drivers/hid/.tmp_mx_wacom_wac.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/indirect.o: 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/ext4/indirect.o: uses instructions which are incompatible with instructions used 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/ext4/indirect.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_indirect.o: 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/ext4/.tmp_mc_indirect.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_indirect.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/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/ext4/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/ext4/xattr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.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/ext4/.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/ext4/.tmp_mc_xattr.o mv: cannot stat 'fs/ext4/.tmp_mx_xattr.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: fs/btrfs/uuid-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: fs/btrfs/uuid-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 fs/btrfs/uuid-tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_uuid-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: fs/btrfs/.tmp_mc_uuid-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 fs/btrfs/.tmp_mc_uuid-tree.o mv: cannot stat 'fs/ext4/.tmp_mx_indirect.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/stats.o: No such file or directory make[3]: *** [kernel/sched/built-in.o] Error 1 mv: cannot stat 'fs/btrfs/.tmp_mx_uuid-tree.o': No such file or directory make[2]: *** [kernel/sched] Error 2 make[2]: *** [drivers/hid] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/qgroup-tests.o: 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/btrfs/tests/qgroup-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/qgroup-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/.tmp_mc_qgroup-tests.o: 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/btrfs/tests/.tmp_mc_qgroup-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/.tmp_mc_qgroup-tests.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/btrfs/tests/.tmp_mx_qgroup-tests.o': No such file or directory drivers/media/dvb-frontends/.tmp_gl_rtl2830.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_rtl2830.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_rtl2830.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/resize.o: 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/ext4/resize.o: uses instructions which are incompatible with instructions used 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/ext4/resize.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_resize.o: 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/ext4/.tmp_mc_resize.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_resize.o mv: cannot stat 'fs/ext4/.tmp_mx_resize.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/r820t.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/r820t.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/r820t.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_r820t.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_r820t.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_r820t.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: drivers/media/dvb-frontends/m88rs2000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/m88rs2000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/m88rs2000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_m88rs2000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_m88rs2000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_m88rs2000.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_r820t.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_m88rs2000.o': No such file or directory drivers/media/dvb-frontends/.tmp_gl_rtl2832.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda10048.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda10048.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/tda10048.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda10048.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda10048.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_tda10048.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_rtl2832.o': No such file mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_tda10048.o': No such file or directory rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_rtl2832.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/quota.o: 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/gfs2/quota.o: uses instructions which are incompatible with instructions used 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/gfs2/quota.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_quota.o: 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/gfs2/.tmp_mc_quota.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_quota.o mv: cannot stat 'fs/gfs2/.tmp_mx_quota.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) drivers/media/dvb-frontends/.tmp_gl_tc90522.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_tc90522.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_tc90522.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/f2fs/.tmp_gl_super.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/f2fs/.tmp_mx_super.o': No such file rm: cannot remove 'fs/f2fs/.tmp_mx_super.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ds3000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/ds3000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/ds3000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ds3000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_ds3000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_ds3000.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_ds3000.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgs8gxx.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgs8gxx.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lgs8gxx.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgs8gxx.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgs8gxx.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lgs8gxx.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lgs8gxx.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24116.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24116.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cx24116.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24116.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24116.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cx24116.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cx24116.o': No such file or directory /home/kisskb/slave/src/fs/btrfs/delayed-inode.c: In function '__btrfs_add_delayed_item': /home/kisskb/slave/src/fs/btrfs/delayed-inode.c:435:17: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) drivers/media/dvb-frontends/.tmp_gl_si2165.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_si2165.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_si2165.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/af9013.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/af9013.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/af9013.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_af9013.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_af9013.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_af9013.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_af9013.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v5.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v5.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v5.o mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_opr_v5.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24117.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/cx24117.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/cx24117.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24117.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_cx24117.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_cx24117.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_cx24117.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_xtree.o: 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/jfs/jfs_xtree.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_xtree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_xtree.o: 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/jfs/.tmp_mc_jfs_xtree.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_xtree.o mv: cannot stat 'fs/jfs/.tmp_mx_jfs_xtree.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/proc_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: fs/proc/proc_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 fs/proc/proc_sysctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/proc/.tmp_mc_proc_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: fs/proc/.tmp_mc_proc_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 fs/proc/.tmp_mc_proc_sysctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/delayed-ref.o: 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/btrfs/delayed-ref.o: uses instructions which are incompatible with instructions used 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/btrfs/delayed-ref.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_delayed-ref.o: 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/btrfs/.tmp_mc_delayed-ref.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_delayed-ref.o mv: cannot stat 'fs/proc/.tmp_mx_proc_sysctl.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: drivers/hwmon/pmbus/pmbus_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: drivers/hwmon/pmbus/pmbus_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 drivers/hwmon/pmbus/pmbus_core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/hwmon/pmbus/.tmp_mc_pmbus_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: drivers/hwmon/pmbus/.tmp_mc_pmbus_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 drivers/hwmon/pmbus/.tmp_mc_pmbus_core.o drivers/media/dvb-frontends/.tmp_gl_tda10071.o: file not recognized: File truncated mv: cannot stat 'fs/btrfs/.tmp_mx_delayed-ref.o': No such file or directory mv: cannot stat 'drivers/hwmon/pmbus/.tmp_mx_pmbus_core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_tda10071.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_tda10071.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-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: drivers/media/v4l2-core/v4l2-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 drivers/media/v4l2-core/v4l2-ioctl.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-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: drivers/media/v4l2-core/.tmp_mc_v4l2-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 drivers/media/v4l2-core/.tmp_mc_v4l2-ioctl.o make[2]: *** [drivers/hwmon] Error 2 LD fs/proc/proc.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/free-space-tests.o: 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/btrfs/tests/free-space-tests.o: uses instructions which are incompatible with instructions used 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/btrfs/tests/free-space-tests.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/tests/.tmp_mc_free-space-tests.o: 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/btrfs/tests/.tmp_mc_free-space-tests.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld d:a tcaa nonfo tf iflien dfs/btrfs/tests/.tmp_mc_free-space-tests.o 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: cannmv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-ioctl.o': No such file or directoryo t find fs/proc/stat.o: No such file or directory mv: cannot stat 'fs/btrfs/tests/.tmp_mx_free-space-tests.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/kmsg.o: No such file or directory make[3]: *** [fs/proc/proc.o] Error 1 make[2]: *** [fs/proc] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda18271c2dd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/tda18271c2dd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/tda18271c2dd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda18271c2dd.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_tda18271c2dd.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_tda18271c2dd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/ordered-data.o: 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/btrfs/ordered-data.o: uses instructions which are incompatible with instructions used 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/btrfs/ordered-data.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_ordered-data.o: 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/btrfs/.tmp_mc_ordered-data.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_ordered-data.o mv: cannot stat 'fs/btrfs/.tmp_mx_ordered-data.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_tda18271c2dd.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) drivers/media/dvb-frontends/.tmp_gl_drxd_hard.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_drxd_hard.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_drxd_hard.o': No such file or directory LD [M] drivers/media/dvb-frontends/drxd.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find drivers/media/dvb-frontends/drxd_hard.o: No such file or directory make[4]: *** [drivers/media/dvb-frontends/drxd.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/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/btrfs/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/btrfs/super.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.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/btrfs/.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/btrfs/.tmp_mc_super.o mv: cannot stat 'fs/btrfs/.tmp_mx_super.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/m88ds3103.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/m88ds3103.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/m88ds3103.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_m88ds3103.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_m88ds3103.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_m88ds3103.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_m88ds3103.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/reada.o: 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/btrfs/reada.o: uses instructions which are incompatible with instructions used 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/btrfs/reada.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_reada.o: 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/btrfs/.tmp_mc_reada.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_reada.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgdt3306a.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/lgdt3306a.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/lgdt3306a.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgdt3306a.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_lgdt3306a.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_lgdt3306a.o mv: cannot stat 'fs/btrfs/.tmp_mx_reada.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_lgdt3306a.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/compression.o: 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/btrfs/compression.o: uses instructions which are incompatible with instructions used 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/btrfs/compression.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_compression.o: 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/btrfs/.tmp_mc_compression.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_compression.o mv: cannot stat 'fs/btrfs/.tmp_mx_compression.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_txnmgr.o: 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/jfs/jfs_txnmgr.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_txnmgr.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_txnmgr.o: 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/jfs/.tmp_mc_jfs_txnmgr.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_txnmgr.o mv: cannot stat 'fs/jfs/.tmp_mx_jfs_txnmgr.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_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: fs/ext4/inline.o: 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/ext4/inline.o: uses instructions which are incompatible with instructions used 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/ext4/inline.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.tmp_mc_inline.o: 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/ext4/.tmp_mc_inline.o: uses instructions which are incompatible with instructions used 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/ext4/.tmp_mc_inline.o mv: cannot stat 'fs/ext4/.tmp_mx_inline.o': No such file or directory make[1]: *** [crypto] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/dev-replace.o: 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/btrfs/dev-replace.o: uses instructions which are incompatible with instructions used 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/btrfs/dev-replace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_dev-replace.o: 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/btrfs/.tmp_mc_dev-replace.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_dev-replace.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/fix_node.o: 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/reiserfs/fix_node.o: uses instructions which are incompatible with instructions used 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/reiserfs/fix_node.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_fix_node.o: 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/reiserfs/.tmp_mc_fix_node.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_fix_node.o mv: cannot stat 'fs/btrfs/.tmp_mx_dev-replace.o': No such file or directory mv: cannot stat 'fs/reiserfs/.tmp_mx_fix_node.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/glock.o: 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/gfs2/glock.o: uses instructions which are incompatible with instructions used 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/gfs2/glock.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_glock.o: 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/gfs2/.tmp_mc_glock.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_glock.o mv: cannot stat 'fs/gfs2/.tmp_mx_glock.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/lbalance.o: 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/reiserfs/lbalance.o: uses instructions which are incompatible with instructions used 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/reiserfs/lbalance.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_lbalance.o: 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/reiserfs/.tmp_mc_lbalance.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_lbalance.o mv: cannot stat 'fs/reiserfs/.tmp_mx_lbalance.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: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target speciffs/reiserfs/.tmp_gl_super.oic: dfaile not recognized: File truncated ta of file drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v6.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v6.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/platform/s5p-mfc/.tmp_mc_s5p_mfc_opr_v6.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/reiserfs/.tmp_mx_super.o': No such file rm: cannot remove 'fs/reiserfs/.tmp_mx_super.o': No such file or directory mv: cannot stat 'drivers/media/platform/s5p-mfc/.tmp_mx_s5p_mfc_opr_v6.o': No such file or directory LD [M] drivers/media/platform/s5p-mfc/s5p-mfc.o make[3]: *** [drivers/media/platform] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/rgrp.o: 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/gfs2/rgrp.o: uses instructions which are incompatible with instructions used 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/gfs2/rgrp.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/gfs2/.tmp_mc_rgrp.o: 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/gfs2/.tmp_mc_rgrp.o: uses instructions which are incompatible with instructions used 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/gfs2/.tmp_mc_rgrp.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/gfs2/.tmp_mx_rgrp.o': No such file or directory fs/btrfs/tests/.tmp_gl_inode-tests.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/tests/.tmp_mx_inode-tests.o': No such file /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/data.o: 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/f2fs/data.o: uses instructions which are incompatible with instructions used 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/f2fs/data.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_data.o: 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/f2fs/.tmp_mc_data.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_data.o rm: cannot remove 'fs/btrfs/tests/.tmp_mx_inode-tests.o': No such file or directory mv: cannot stat 'fs/f2fs/.tmp_mx_data.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib7000p.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib7000p.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dib7000p.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib7000p.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib7000p.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_dib7000p.o LD [M] fs/gfs2/gfs2.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dib7000p.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/gfs2/main.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/gfs2/dentry.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/gfs2/export.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/gfs2/file.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/gfs2/inode.o: No such file or directory make[3]: *** [fs/gfs2/gfs2.o] Error 1 make[2]: *** [fs/gfs2] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/mb86a20s.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/mb86a20s.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/mb86a20s.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mb86a20s.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_mb86a20s.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_mb86a20s.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_mb86a20s.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib9000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib9000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dib9000.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib9000.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib9000.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/.tmp_mc_dib9000.o mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dib9000.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/btrfs/.tmp_gl_transaction.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_transaction.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_transaction.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-ctrls.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/v4l2-ctrls.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/v4l2-ctrls.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-ctrls.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_v4l2-ctrls.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/v4l2-core/.tmp_mc_v4l2-ctrls.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_v4l2-ctrls.o': No such file or directory LD [M] drivers/media/v4l2-core/videodev.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/raid56.o: 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/btrfs/raid56.o: uses instructions which are incompatible with instructions used 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/btrfs/raid56.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_raid56.o: 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/btrfs/.tmp_mc_raid56.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_raid56.o mv: cannot stat 'fs/btrfs/.tmp_mx_raid56.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib0090.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/dib0090.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/dib0090.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib0090.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/.tmp_mc_dib0090.o: 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-ld: : faifs/btrfs/backref.o: compiled for a big endian system and target is little endianl e/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: dfs/btrfs/backref.o: uses instructions which are incompatible with instructions used in previous modules to /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ldm:e rfgaei lteadr gteot msepregcei ftiacr gdeatt as poefc iffiilce ddrivers/media/dvb-frontends/.tmp_mc_dib0090.oa ta of file fs/btrfs/backref.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_backref.o: 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/btrfs/.tmp_mc_backref.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_backref.o mv: cannot stat 'fs/btrfs/.tmp_mx_backref.o': No such file or directory mv: cannot stat 'drivers/media/dvb-frontends/.tmp_mx_dib0090.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/delayed-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/btrfs/delayed-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/btrfs/delayed-inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_delayed-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/btrfs/.tmp_mc_delayed-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/btrfs/.tmp_mc_delayed-inode.o mv: cannot stat 'fs/btrfs/.tmp_mx_delayed-inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/segment.o: 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/f2fs/segment.o: uses instructions which are incompatible with instructions used 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/f2fs/segment.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_segment.o: 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/f2fs/.tmp_mc_segment.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_segment.o mv: cannot stat 'fs/f2fs/.tmp_mx_segment.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/node.o: 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/f2fs/node.o: uses instructions which are incompatible with instructions used 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/f2fs/node.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/f2fs/.tmp_mc_node.o: 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/f2fs/.tmp_mc_node.o: uses instructions which are incompatible with instructions used 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/f2fs/.tmp_mc_node.o mv: cannot stat 'fs/f2fs/.tmp_mx_node.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: fs/reiserfs/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/reiserfs/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/reiserfs/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.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/reiserfs/.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/reiserfs/.tmp_mc_inode.o fs/jbd2/.tmp_gl_journal.o: file not recognized: File truncated mv: cannot stat 'fs/reiserfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/jbd2/.tmp_mx_journal.o': No such file rm: cannot remove 'fs/jbd2/.tmp_mx_journal.o': No such file or directory LD [M] fs/f2fs/f2fs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/f2fs/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/f2fs/checkpoint.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/f2fs/gc.o: No such file or directory make[3]: *** [fs/f2fs/f2fs.o] Error 1 make[2]: *** [fs/f2fs] Error 2 LD [M] fs/jbd2/jbd2.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/jbd2/transaction.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/jbd2/journal.o: No such file or directory make[3]: *** [fs/jbd2/jbd2.o] Error 1 make[2]: *** [fs/jbd2] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/qgroup.o: 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/btrfs/qgroup.o: uses instructions which are incompatible with instructions used 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/btrfs/qgroup.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_qgroup.o: 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/btrfs/.tmp_mc_qgroup.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_qgroup.o mv: cannot stat 'fs/btrfs/.tmp_mx_qgroup.o': No such file or directory /home/kisskb/slave/src/fs/btrfs/volumes.c: In function '__btrfs_alloc_chunk': /home/kisskb/slave/src/fs/btrfs/volumes.c:4443:19: warning: 'max_chunk_size' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/btrfs/volumes.c:4486:29: warning: 'max_stripe_size' may be used uninitialized in this function [-Wuninitialized] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/jfs_dtree.o: 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/jfs/jfs_dtree.o: uses instructions which are incompatible with instructions used 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/jfs/jfs_dtree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/jfs/.tmp_mc_jfs_dtree.o: 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/jfs/.tmp_mc_jfs_dtree.o: uses instructions which are incompatible with instructions used 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/jfs/.tmp_mc_jfs_dtree.o mv: cannot stat 'fs/jfs/.tmp_mx_jfs_dtree.o': No such file or directory LD fs/jfs/jfs.o LD fs/jfs/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/btrfs/.tmp_gl_file.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_file.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_file.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mxl5005s.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/mxl5005s.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/mxl5005s.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mxl5005s.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/tuners/.tmp_mc_mxl5005s.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/tuners/.tmp_mc_mxl5005s.o mv: cannot stat 'drivers/media/tuners/.tmp_mx_mxl5005s.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/ext4/.tmp_gl_namei.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_namei.o': No such file rm: cannot remove 'fs/ext4/.tmp_mx_namei.o': No such file or directory LD kernel/events/built-in.o make[1]: *** [kernel] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/videobuf2-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: drivers/media/v4l2-core/videobuf2-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 drivers/media/v4l2-core/videobuf2-core.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/v4l2-core/.tmp_mc_videobuf2-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: drivers/media/v4l2-core/.tmp_mc_videobuf2-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 drivers/media/v4l2-core/.tmp_mc_videobuf2-core.o mv: cannot stat 'drivers/media/v4l2-core/.tmp_mx_videobuf2-core.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/stree.o: 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/reiserfs/stree.o: uses instructions which are incompatible with instructions used 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/reiserfs/stree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_stree.o: 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/reiserfs/.tmp_mc_stree.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_stree.o mv: cannot stat 'fs/reiserfs/.tmp_mx_stree.o': No such file or directory /home/kisskb/slave/src/fs/btrfs/inode.c: In function 'run_delalloc_nocow': /home/kisskb/slave/src/fs/btrfs/inode.c:1368:6: warning: 'extent_end' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/btrfs/inode.c:1339:16: warning: 'cur_offset' may be used uninitialized in this function [-Wuninitialized] /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/journal.o: 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/reiserfs/journal.o: uses instructions which are incompatible with instructions used 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/reiserfs/journal.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/reiserfs/.tmp_mc_journal.o: 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/reiserfs/.tmp_mc_journal.o: uses instructions which are incompatible with instructions used 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/reiserfs/.tmp_mc_journal.o mv: cannot stat 'fs/reiserfs/.tmp_mx_journal.o': No such file or directory LD [M] fs/reiserfs/reiserfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/reiserfs/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/reiserfs/item_ops.o: No such file or directory make[3]: *** [fs/reiserfs/reiserfs.o] Error 1 make[2]: *** [fs/reiserfs] Error 2 /home/kisskb/slave/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /home/kisskb/slave/src/fs/ext4/extents.c:2339:58: warning: 'lblock' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/ext4/extents.c:2305:14: note: 'lblock' was declared here /home/kisskb/slave/src/fs/ext4/extents.c:2339:58: warning: 'len' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/ext4/extents.c:2304:14: note: 'len' was declared here /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/free-space-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: fs/btrfs/free-space-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 fs/btrfs/free-space-cache.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_free-space-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: fs/btrfs/.tmp_mc_free-space-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 fs/btrfs/.tmp_mc_free-space-cache.o mv: cannot stat 'fs/btrfs/.tmp_mx_free-space-cache.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/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/ext4/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/ext4/inode.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/ext4/.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/ext4/.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/ext4/.tmp_mc_inode.o mv: cannot stat 'fs/ext4/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/disk-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: fs/btrfs/disk-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 fs/btrfs/disk-io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_disk-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: fs/btrfs/.tmp_mc_disk-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 fs/btrfs/.tmp_mc_disk-io.o mv: cannot stat 'fs/btrfs/.tmp_mx_disk-io.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) drivers/media/dvb-frontends/.tmp_gl_drxk_hard.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_drxk_hard.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_drxk_hard.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/scrub.o: 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/btrfs/scrub.o: uses instructions which are incompatible with instructions used 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/btrfs/scrub.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_scrub.o: 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/btrfs/.tmp_mc_scrub.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_scrub.o mv: cannot stat 'fs/btrfs/.tmp_mx_scrub.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/ext4/.tmp_gl_mballoc.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_mballoc.o': No such file rm: cannot remove 'fs/ext4/.tmp_mx_mballoc.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/extent_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: fs/btrfs/extent_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 fs/btrfs/extent_io.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_extent_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: fs/btrfs/.tmp_mc_extent_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 fs/btrfs/.tmp_mc_extent_io.o mv: cannot stat 'fs/btrfs/.tmp_mx_extent_io.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/send.o: 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/btrfs/send.o: uses instructions which are incompatible with instructions used 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/btrfs/send.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_send.o: 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/btrfs/.tmp_mc_send.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_send.o mv: cannot stat 'fs/btrfs/.tmp_mx_send.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/ext4/.tmp_gl_extents.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_extents.o': No such file rm: cannot remove 'fs/ext4/.tmp_mx_extents.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/relocation.o: 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/btrfs/relocation.o: uses instructions which are incompatible with instructions used 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/btrfs/relocation.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_relocation.o: 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/btrfs/.tmp_mc_relocation.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_relocation.o mv: cannot stat 'fs/btrfs/.tmp_mx_relocation.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/ctree.o: 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/btrfs/ctree.o: uses instructions which are incompatible with instructions used 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/btrfs/ctree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_ctree.o: 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/btrfs/.tmp_mc_ctree.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_ctree.o mv: cannot stat 'fs/btrfs/.tmp_mx_ctree.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/btrfs/.tmp_gl_tree-log.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_tree-log.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_tree-log.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/btrfs/.tmp_gl_ioctl.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_ioctl.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_ioctl.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) drivers/media/dvb-frontends/.tmp_gl_stv090x.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'drivers/media/dvb-frontends/.tmp_mx_stv090x.o': No such file rm: cannot remove 'drivers/media/dvb-frontends/.tmp_mx_stv090x.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/drx39xyj/drxj.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/drx39xyj/drxj.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/drx39xyj/drxj.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/drx39xyj/.tmp_mc_drxj.o: compiled for a big endian system and target is little endian /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: drivers/media/dvb-frontends/drx39xyj/.tmp_mc_drxj.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file drivers/media/dvb-frontends/drx39xyj/.tmp_mc_drxj.o mv: cannot stat 'drivers/media/dvb-frontends/drx39xyj/.tmp_mx_drxj.o': No such file or directory LD [M] drivers/media/dvb-frontends/drx39xyj/drx39xyj.o make[3]: *** [drivers/media/dvb-frontends] Error 2 make[2]: *** [drivers/media] Error 2 make[1]: *** [drivers] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: Unable to change endianness of input file(s) fs/btrfs/.tmp_gl_inode.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/btrfs/.tmp_mx_inode.o': No such file rm: cannot remove 'fs/btrfs/.tmp_mx_inode.o': No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/volumes.o: 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/btrfs/volumes.o: uses instructions which are incompatible with instructions used 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/btrfs/volumes.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_volumes.o: 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/btrfs/.tmp_mc_volumes.o: uses instructions which are incompatible with instructions used 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/btrfs/.tmp_mc_volumes.o mv: cannot stat 'fs/btrfs/.tmp_mx_volumes.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/ext4/.tmp_gl_super.o: file not recognized: File truncated /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-objcopy: 'fs/ext4/.tmp_mx_super.o': No such file rm: cannot remove 'fs/ext4/.tmp_mx_super.o': No such file or directory LD [M] fs/ext4/ext4.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/namei.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/super.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/symlink.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/extents.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/mballoc.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/xattr_user.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/ext4/xattr_trusted.o: No such file or directory make[3]: *** [fs/ext4/ext4.o] Error 1 make[2]: *** [fs/ext4] Error 2 /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/extent-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: fs/btrfs/extent-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 fs/btrfs/extent-tree.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: fs/btrfs/.tmp_mc_extent-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: fs/btrfs/.tmp_mc_extent-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 fs/btrfs/.tmp_mc_extent-tree.o mv: cannot stat 'fs/btrfs/.tmp_mx_extent-tree.o': No such file or directory LD [M] fs/btrfs/btrfs.o /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/print-tree.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/transaction.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/inode.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/file.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/ioctl.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/export.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/tree-log.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/zlib.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/lzo.o: No such file or directory /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld: cannot find fs/btrfs/tests/inode-tests.o: No such file or directory make[3]: *** [fs/btrfs/btrfs.o] Error 1 make[2]: *** [fs/btrfs] Error 2 make[1]: *** [fs] Error 2 make[1]: *** wait: No child processes. Stop. make: *** [sub-make] Error 2 Command 'make -j 240 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:01:53.377929