Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. bash-4.4$ make ARCH=arm CROSS_COMPILE=arm-linux-gnu- -j3 uImage modules CHK include/linux/version.h
  2. CHK include/generated/utsrelease.h
  3. make[1]: 'include/generated/mach-types.h' is up to date.
  4. CALL scripts/checksyscalls.sh
  5. CHK include/generated/compile.h
  6. LD init/mounts.o
  7. CC arch/arm/kernel/return_address.o
  8. init/do_mounts_rd.o: In function `return_address':
  9. /home/matthew/Downloads/kernel/linux-sunxi/arch/arm/include/asm/ftrace.h:51: multiple definition of `return_address'
  10. init/do_mounts.o:/home/matthew/Downloads/kernel/linux-sunxi/arch/arm/include/asm/ftrace.h:51: first defined here
  11. init/do_mounts_initrd.o: In function `return_address':
  12. /home/matthew/Downloads/kernel/linux-sunxi/arch/arm/include/asm/ftrace.h:51: multiple definition of `return_address'
  13. init/do_mounts.o:/home/matthew/Downloads/kernel/linux-sunxi/arch/arm/include/asm/ftrace.h:51: first defined here
  14. make[1]: *** [scripts/Makefile.build:429: init/mounts.o] Error 1
  15. make: *** [Makefile:947: init] Error 2
  16. make: *** Waiting for unfinished jobs....
  17. CC arch/arm/kernel/sched_clock.o
  18. CC arch/arm/kernel/setup.o
  19. arch/arm/kernel/return_address.c:62:2: warning: #warning "TODO: return_address should use unwind tables" [-Wcpp]
  20. #warning "TODO: return_address should use unwind tables"
  21. ^~~~~~~
  22. arch/arm/kernel/return_address.c:65:7: error: redefinition of ‘return_address’
  23. void *return_address(unsigned int level)
  24. ^~~~~~~~~~~~~~
  25. In file included from include/linux/ftrace.h:19:0,
  26. from arch/arm/kernel/return_address.c:12:
  27. /home/matthew/Downloads/kernel/linux-sunxi/arch/arm/include/asm/ftrace.h:48:21: note: previous definition of ‘return_address’ was here
  28. extern inline void *return_address(unsigned int level)
  29. ^~~~~~~~~~~~~~
  30. make[1]: *** [scripts/Makefile.build:307: arch/arm/kernel/return_address.o] Error 1
  31. make[1]: *** Waiting for unfinished jobs....
  32. make: *** [Makefile:947: arch/arm/kernel] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement