Skip to content

Instantly share code, notes, and snippets.

@richardweinberger
Created August 28, 2013 12:56
Show Gist options
  • Save richardweinberger/6365731 to your computer and use it in GitHub Desktop.
Save richardweinberger/6365731 to your computer and use it in GitHub Desktop.
rw@sandpuppy:~/linux ((v3.10) $)> LANG=C make vmlinuz.bin ARCH=mips CROSS_COMPILE=mips64-linux- -j 4
CHK include/generated/uapi/linux/version.h
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
HOSTLD scripts/mod/modpost
CHK include/generated/compile.h
CC arch/mips/boot/compressed/decompress.o
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `set -e; ; echo 'cmd_arch/mips/boot/compressed/vmlinux.bin.z := ' > arch/mips/boot/compressed/.vmlinux.bin.z.cmd'
/home/rw/linux/arch/mips/boot/compressed/Makefile:50: recipe for target 'arch/mips/boot/compressed/vmlinux.bin.z' failed
CC arch/mips/boot/compressed/dummy.o
make[1]: *** [arch/mips/boot/compressed/vmlinux.bin.z] Error 1
make[1]: *** Waiting for unfinished jobs....
arch/mips/boot/compressed/decompress.c: In function 'decompress_kernel':
arch/mips/boot/compressed/decompress.c:105:2: error: implicit declaration of function 'decompress' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
scripts/Makefile.build:308: recipe for target 'arch/mips/boot/compressed/decompress.o' failed
make[1]: *** [arch/mips/boot/compressed/decompress.o] Error 1
/home/rw/linux/arch/mips/Makefile:284: recipe for target 'vmlinuz.bin' failed
make: *** [vmlinuz.bin] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment