18:58:26 **** Incremental Build of configuration Custom for project kernel_device_driver **** make -n make -C /lib/modules/3.10.5-1-ARCH/build SUBDIRS=/home/martin/workspace/kernel_device_driver modules make[1]: Entering directory `/usr/src/linux-3.10.5-1-ARCH' mkdir -p /home/martin/workspace/kernel_device_driver/.tmp_versions ; rm -f /home/martin/workspace/kernel_device_driver/.tmp_versions/* test -e /usr/src/linux-3.10.5-1-ARCH/Module.symvers || ( \ echo; \ echo " WARNING: Symbol version dump /usr/src/linux-3.10.5-1-ARCH/Module.symvers"; \ echo " is missing; modules will have no dependencies and modversions."; \ echo ) make -f scripts/Makefile.build obj=/home/martin/workspace/kernel_device_driver { echo /home/martin/workspace/kernel_device_driver/my_driver.ko; echo /home/martin/workspace/kernel_device_driver/my_driver.o; } > /home/martin/workspace/kernel_device_driver/.tmp_versions/my_driver.mod (cat /dev/null; echo kernel//home/martin/workspace/kernel_device_driver/my_driver.ko;) > /home/martin/workspace/kernel_device_driver/modules.order : echo ' Building modules, stage 2.'; make -f /usr/src/linux-3.10.5-1-ARCH/scripts/Makefile.modpost echo ' MODPOST 1 modules'; find /home/martin/workspace/kernel_device_driver/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -m -i /usr/src/linux-3.10.5-1-ARCH/Module.symvers -I /home/martin/workspace/kernel_device_driver/Module.symvers -o /home/martin/workspace/kernel_device_driver/Module.symvers -S -w -s -T - vmlinux set -e; echo ' CC /home/martin/workspace/kernel_device_driver/my_driver.mod.o'; gcc -Wp,-MD,/home/martin/workspace/kernel_device_driver/.my_driver.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/include -I/usr/src/linux-3.10.5-1-ARCH/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-3.10.5-1-ARCH/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-3.10.5-1-ARCH/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-3.10.5-1-ARCH/include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(my_driver.mod)" -D"KBUILD_MODNAME=KBUILD_STR(my_driver)" -DMODULE -c -o /home/martin/workspace/kernel_device_driver/my_driver.mod.o /home/martin/workspace/kernel_device_driver/my_driver.mod.c; scripts/basic/fixdep /home/martin/workspace/kernel_device_driver/.my_driver.mod.o.d /home/martin/workspace/kernel_device_driver/my_driver.mod.o 'gcc -Wp,-MD,/home/martin/workspace/kernel_device_driver/.my_driver.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/include -I/usr/src/linux-3.10.5-1-ARCH/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-3.10.5-1-ARCH/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-3.10.5-1-ARCH/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-3.10.5-1-ARCH/include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(my_driver.mod)" -D"KBUILD_MODNAME=KBUILD_STR(my_driver)" -DMODULE -c -o /home/martin/workspace/kernel_device_driver/my_driver.mod.o /home/martin/workspace/kernel_device_driver/my_driver.mod.c' > /home/martin/workspace/kernel_device_driver/.my_driver.mod.o.tmp; rm -f /home/martin/workspace/kernel_device_driver/.my_driver.mod.o.d; mv -f /home/martin/workspace/kernel_device_driver/.my_driver.mod.o.tmp /home/martin/workspace/kernel_device_driver/.my_driver.mod.o.cmd set -e; echo ' LD [M] /home/martin/workspace/kernel_device_driver/my_driver.ko'; ld -r -m elf_x86_64 -T /usr/src/linux-3.10.5-1-ARCH/scripts/module-common.lds --build-id -o /home/martin/workspace/kernel_device_driver/my_driver.ko /home/martin/workspace/kernel_device_driver/my_driver.o /home/martin/workspace/kernel_device_driver/my_driver.mod.o; echo 'cmd_/home/martin/workspace/kernel_device_driver/my_driver.ko := ld -r -m elf_x86_64 -T /usr/src/linux-3.10.5-1-ARCH/scripts/module-common.lds --build-id -o /home/martin/workspace/kernel_device_driver/my_driver.ko /home/martin/workspace/kernel_device_driver/my_driver.o /home/martin/workspace/kernel_device_driver/my_driver.mod.o' > /home/martin/workspace/kernel_device_driver/.my_driver.ko.cmd make[1]: Leaving directory `/usr/src/linux-3.10.5-1-ARCH' 18:58:27 Build Finished (took 930ms)