Advertisement
Guest User

Buildroot Error

a guest
Oct 27th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. MKDIR libubacktrace/aarch64
  2. make[1]: Leaving directory '/home/ksmith/buildroot/output/build/uclibc-1.0.36'
  3. /usr/bin/make -j2 -C /home/ksmith/buildroot/output/build/uclibc-1.0.36 ARCH="riscv32" CROSS_COMPILE="/home/ksmith/buildroot/output/host/bin/riscv32-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS="" HOSTCC="/usr/bin/gcc"
  4. make[1]: Entering directory '/home/ksmith/buildroot/output/build/uclibc-1.0.36'
  5. GEN libpthread/nptl/sysdeps/unix/sysv/linux/structsem.h
  6. GEN libpthread/nptl/sysdeps/unix/sysv/linux/structsem.h
  7. In file included from ./include/endian.h:59,
  8. from ./include/bits/waitstatus.h:72,
  9. from ./include/stdlib.h:44,
  10. from ./include/bits/sched.h:116,
  11. from ./include/sched.h:34,
  12. from <stdin>:3:
  13. ./include/stdint.h:147: warning: "__INT64_C" redefined
  14. # define __INT64_C(c) c ## L
  15.  
  16. <built-in>: note: this is the location of the previous definition
  17. In file included from ./include/endian.h:59,
  18. from ./include/bits/waitstatus.h:72,
  19. from ./include/stdlib.h:44,
  20. from ./include/bits/sched.h:116,
  21. from ./include/sched.h:34,
  22. from <stdin>:3:
  23. ./include/stdint.h:148: warning: "__UINT64_C" redefined
  24. # define __UINT64_C(c) c ## UL
  25.  
  26. <built-in>: note: this is the location of the previous definition
  27. GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.h
  28. GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.h
  29. In file included from ./include/endian.h:59,
  30. from ./include/pthread.h:23,
  31. from ./libpthread/nptl/pthreadP.h:21,
  32. from <stdin>:2:
  33. ./include/stdint.h:147: warning: "__INT64_C" redefined
  34. # define __INT64_C(c) c ## L
  35.  
  36. <built-in>: note: this is the location of the previous definition
  37. In file included from ./include/endian.h:59,
  38. from ./include/pthread.h:23,
  39. from ./libpthread/nptl/pthreadP.h:21,
  40. from <stdin>:2:
  41. ./include/stdint.h:148: warning: "__UINT64_C" redefined
  42. # define __UINT64_C(c) c ## UL
  43.  
  44. <built-in>: note: this is the location of the previous definition
  45. In file included from ./include/sys/procfs.h:34,
  46. from ./libpthread/nptl/../nptl_db/thread_db.h:28,
  47. from ./libpthread/nptl/descr.h:30,
  48. from ./libpthread/nptl/pthreadP.h:25,
  49. from <stdin>:2:
  50. ./include/sys/user.h:32:3: error: unknown type name '__uint128_t'
  51. __uint128_t vregs[32];
  52. ^~~~~~~~~~~
  53. In file included from /home/ksmith/buildroot/output/build/linux-headers-0192f8256a3966ac16ab5a2f3d88a2a4323078ca/usr/include/asm/sigcontext.h:17,
  54. from ./include/bits/sigcontext.h:30,
  55. from ./include/signal.h:396,
  56. from ./libc/sysdeps/linux/common/internal-signals.h:17,
  57. from ./libpthread/nptl/pthreadP.h:33,
  58. from <stdin>:2:
  59. /home/ksmith/buildroot/output/build/linux-headers-0192f8256a3966ac16ab5a2f3d88a2a4323078ca/usr/include/asm/ptrace.h:27:8: error: redefinition of 'struct user_regs_struct'
  60. struct user_regs_struct {
  61. ^~~~~~~~~~~~~~~~
  62. In file included from ./include/sys/procfs.h:34,
  63. from ./libpthread/nptl/../nptl_db/thread_db.h:28,
  64. from ./libpthread/nptl/descr.h:30,
  65. from ./libpthread/nptl/pthreadP.h:25,
  66. from <stdin>:2:
  67. ./include/sys/user.h:22:8: note: originally defined here
  68. struct user_regs_struct
  69. ^~~~~~~~~~~~~~~~
  70. libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch:135: recipe for target 'libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.h' failed
  71. make[1]: *** [libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.h] Error 1
  72. make[1]: Leaving directory '/home/ksmith/buildroot/output/build/uclibc-1.0.36'
  73. package/pkg-generic.mk:247: recipe for target '/home/ksmith/buildroot/output/build/uclibc-1.0.36/.stamp_built' failed
  74. make: *** [/home/ksmith/buildroot/output/build/uclibc-1.0.36/.stamp_built] Error 2
  75. ksmith@ksmith-VirtualBox:~/buildroot$
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement