Advertisement
Guest User

Untitled

a guest
Jun 8th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. (cat /dev/null; echo kernel//tmp/stapE4j34B/hello.ko;) > /tmp/stapE4j34B/modules.order
  2. /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/scripts/gcc-wrapper.py aarch64-shadow-linux-gcc -Wp,-MD,/tmp/stapE4j34B/.hello_aux_0.o.d -nostdinc -isystem /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work/shadow_ghost-shadow-linux/systemtap-demo/3.2-r0/recipe-sysroot-native/usr/bin/aarch64-shadow-linux/../../lib/aarch64-shadow-linux/gcc/aarch64-shadow-linux/7.3.0/include -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/arch/arm64/include -Iarch/arm64/include/generated/uapi -Iarch/arm64/include/generated -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/include -Iinclude -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/arch/arm64/include/uapi -Iarch/arm64/include/generated/uapi -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/include/uapi -Iinclude/generated/uapi -include /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/include/linux/kconfig.h -I/tmp/stapE4j34B -D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mgeneral-regs-only -DCONFIG_AS_LSE=1 -fno-pic -mpc-relative-literal-loads -fno-asynchronous-unwind-tables -fno-delete-null-pointer-checks -Wno-maybe-uninitialized -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Os --param=allow-store-data-races=0 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/include2/asm/mach-default -Iinclude2/asm/mach-default -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-build-artifacts -include /tmp/stapE4j34B/stapconf_d0315b9ed4233d4258c3597d883c6338_1869.h -freorder-blocks -fasynchronous-unwind-tables -Wframe-larger-than=512 -fno-ipa-icf -Wno-unused -Werror -I/home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work/shadow_ghost-shadow-linux/systemtap-demo/3.2-r0/recipe-sysroot-native/usr/share/systemtap/runtime -DMODULE -mcmodel=large -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(hello_aux_0)" -D"KBUILD_MODNAME=KBUILD_STR(hello)" -c -o /tmp/stapE4j34B/hello_aux_0.o /tmp/stapE4j34B/hello_aux_0.c
  3. if [ "-pg" = "-pg" ]; then if [ /tmp/stapE4j34B/hello_aux_0.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/stapE4j34B/hello_aux_0.o"; fi; fi;
  4. if [ "-pg" = "-pg" ]; then if [ /tmp/stapE4j34B/hello_src.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/tmp/stapE4j34B/hello_src.o"; fi; fi;
  5. aarch64-shadow-linux-ld -EL -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -r -o /tmp/stapE4j34B/hello.o /tmp/stapE4j34B/hello_src.o /tmp/stapE4j34B/hello_aux_0.o
  6. aarch64-shadow-linux-ld: unrecognized option '-Wl,-O1'
  7. aarch64-shadow-linux-ld: use the --help option for usage information
  8. /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/scripts/Makefile.build:472: recipe for target '/tmp/stapE4j34B/hello.o' failed
  9. make[3]: *** [/tmp/stapE4j34B/hello.o] Error 1
  10. /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/work-shared/shadow-ghost/kernel-source/Makefile:1474: recipe for target '_module_/tmp/stapE4j34B' failed
  11. make[2]: *** [_module_/tmp/stapE4j34B] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement