pastebin - collaborative debugging tool
eckelmann.kpaste.net RSS


Untitled
Posted by Anonymous on Tue 28th May 2019 14:58
raw | new post

  1. /home/rauch/jncg/ptxdist/rules/systemd.in:15:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'MACHINE_ID'
  2. /home/rauch/jncg/ptxdist/rules/systemd.in:18:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'LIBSELINUX'
  3. /home/rauch/jncg/ptxdist/rules/systemd.in:24:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'HOST_SYSTEMD'
  4. /home/rauch/jncg/ptxdist/rules/systemd.in:15:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'MACHINE_ID'
  5. /home/rauch/jncg/ptxdist/rules/systemd.in:18:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'LIBSELINUX'
  6. /home/rauch/jncg/ptxdist/rules/systemd.in:24:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'HOST_SYSTEMD'
  7. /home/rauch/jncg/ptxdist/rules/post/image_ubi.make:13: warning: overriding commands for target `/home/rauch/jncg/ptxdist/platform-ecu01/images/root.ubi'
  8. /opt/ptxdist/lib/ptxdist-2012.10.0/rules/post/image_ubi.make:70: warning: ignoring old commands for target `/home/rauch/jncg/ptxdist/platform-ecu01/images/root.ubi'
  9.  
  10. ----------------------
  11. target: kernel.compile
  12. ----------------------
  13.  
  14. cd /home/rauch/jncg/ptxdist/platform-ecu01/build-target/linux-3.10.22 && PATH=/home/rauch/jncg/ptxdist/platform-ecu01/sysroot-cross/bin:/home/rauch/jncg/ptxdist/platform-ecu01/sysroot-cross/sbin:$PATH KCONFIG_NOTIMESTAMP=1 HOST_EXTRACFLAGS="-isystem /home/rauch/jncg/ptxdist/platform-ecu01/sysroot-host/include" make -k \
  15.                 -j24 V=0 HOSTCC=gcc ARCH=arm CROSS_COMPILE=arm-v5te-linux-gnueabi- INSTALL_MOD_PATH=/home/rauch/jncg/ptxdist/platform-ecu01/packages/linux-3.10.22 PTX_KERNEL_DIR=/home/rauch/jncg/ptxdist/platform-ecu01/build-target/linux-3.10.22 CONFIG_DEBUG_SECTION_MISMATCH=y DEPMOD=/home/rauch/jncg/ptxdist/platform-ecu01/sysroot-cross/sbin/arm-v5te-linux-gnueabi-depmod zImage "modules"
  16. make[1]: Entering directory `/home/rauch/jncg/ptxdist/platform-ecu01/build-target/linux-3.10.22'
  17.   CHK     include/generated/uapi/linux/version.h
  18.   CC      scripts/mod/devicetable-offsets.s
  19.   GEN     scripts/mod/devicetable-offsets.h
  20.   HOSTCC  scripts/mod/file2alias.o
  21.   CHK     include/generated/utsrelease.h
  22. make[2]: `include/generated/mach-types.h' is up to date.
  23.   CC      arch/arm/kernel/asm-offsets.s
  24. In file included from include/linux/cred.h:17:0,
  25.                  from include/linux/sched.h:53,
  26.                  from arch/arm/kernel/asm-offsets.c:13:
  27. include/linux/key.h: In function 'key_read_state':
  28. include/linux/key.h:327:2: error: implicit declaration of function 'smp_load_acquire' [-Werror=implicit-function-declaration]
  29. In file included from arch/arm/kernel/asm-offsets.c:13:0:
  30. include/linux/sched.h: At top level:
  31. include/linux/sched.h:724:2: error: static assertion failed: "include/linux/sched.h:724: seqlock_t stats_lock is larger than unsigned long rh_reserved1.  Disable CONFIG_RH_KABI_SIZE_ALIGN_CHECKS if debugging."
  32. include/linux/sched.h:1888:26: error: field 'statistics' has incomplete type
  33. In file included from arch/arm/kernel/asm-offsets.c:14:0:
  34. include/linux/mm.h: In function 'get_user_pages_longterm':
  35. include/linux/mm.h:1500:5: error: 'gup_flags' undeclared (first use in this function)
  36. include/linux/mm.h:1500:5: note: each undeclared identifier is reported only once for each function it appears in
  37. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  38. include/linux/dma-mapping.h: At top level:
  39. include/linux/dma-mapping.h:108:35: error: redefinition of 'get_dma_ops'
  40. In file included from include/linux/dma-mapping.h:107:0,
  41.                  from arch/arm/kernel/asm-offsets.c:15:
  42. ./arch/arm/include/asm/dma-mapping.h:18:35: note: previous definition of 'get_dma_ops' was here
  43. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  44. include/linux/dma-mapping.h: In function 'get_dma_ops':
  45. include/linux/dma-mapping.h:112:2: error: implicit declaration of function 'get_arch_dma_ops' [-Werror=implicit-function-declaration]
  46. include/linux/dma-mapping.h:112:2: warning: return makes pointer from integer without a cast [enabled by default]
  47. include/linux/dma-mapping.h: At top level:
  48. include/linux/dma-mapping.h:115:20: error: redefinition of 'set_dma_ops'
  49. In file included from include/linux/dma-mapping.h:107:0,
  50.                  from arch/arm/kernel/asm-offsets.c:15:
  51. ./arch/arm/include/asm/dma-mapping.h:25:20: note: previous definition of 'set_dma_ops' was here
  52. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  53. include/linux/dma-mapping.h:135:26: error: redefinition of 'dma_map_single_attrs'
  54. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  55.                  from include/linux/dma-mapping.h:107,
  56.                  from arch/arm/kernel/asm-offsets.c:15:
  57. include/asm-generic/dma-mapping-common.h:10:26: note: previous definition of 'dma_map_single_attrs' was here
  58. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  59. include/linux/dma-mapping.h:154:20: error: redefinition of 'dma_unmap_single_attrs'
  60. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  61.                  from include/linux/dma-mapping.h:107,
  62.                  from arch/arm/kernel/asm-offsets.c:15:
  63. include/asm-generic/dma-mapping-common.h:29:20: note: previous definition of 'dma_unmap_single_attrs' was here
  64. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  65. include/linux/dma-mapping.h:171:19: error: redefinition of 'dma_map_sg_attrs'
  66. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  67.                  from include/linux/dma-mapping.h:107,
  68.                  from arch/arm/kernel/asm-offsets.c:15:
  69. include/asm-generic/dma-mapping-common.h:42:19: note: previous definition of 'dma_map_sg_attrs' was here
  70. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  71. include/linux/dma-mapping.h:189:20: error: redefinition of 'dma_unmap_sg_attrs'
  72. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  73.                  from include/linux/dma-mapping.h:107,
  74.                  from arch/arm/kernel/asm-offsets.c:15:
  75. include/asm-generic/dma-mapping-common.h:59:20: note: previous definition of 'dma_unmap_sg_attrs' was here
  76. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  77. include/linux/dma-mapping.h:267:20: error: redefinition of 'dma_sync_single_for_cpu'
  78. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  79.                  from include/linux/dma-mapping.h:107,
  80.                  from arch/arm/kernel/asm-offsets.c:15:
  81. include/asm-generic/dma-mapping-common.h:97:20: note: previous definition of 'dma_sync_single_for_cpu' was here
  82. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  83. include/linux/dma-mapping.h:279:20: error: redefinition of 'dma_sync_single_for_device'
  84. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  85.                  from include/linux/dma-mapping.h:107,
  86.                  from arch/arm/kernel/asm-offsets.c:15:
  87. include/asm-generic/dma-mapping-common.h:109:20: note: previous definition of 'dma_sync_single_for_device' was here
  88. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  89. include/linux/dma-mapping.h:291:20: error: redefinition of 'dma_sync_single_range_for_cpu'
  90. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  91.                  from include/linux/dma-mapping.h:107,
  92.                  from arch/arm/kernel/asm-offsets.c:15:
  93. include/asm-generic/dma-mapping-common.h:121:20: note: previous definition of 'dma_sync_single_range_for_cpu' was here
  94. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  95. include/linux/dma-mapping.h:305:20: error: redefinition of 'dma_sync_single_range_for_device'
  96. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  97.                  from include/linux/dma-mapping.h:107,
  98.                  from arch/arm/kernel/asm-offsets.c:15:
  99. include/asm-generic/dma-mapping-common.h:135:20: note: previous definition of 'dma_sync_single_range_for_device' was here
  100. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  101. include/linux/dma-mapping.h:320:1: error: redefinition of 'dma_sync_sg_for_cpu'
  102. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  103.                  from include/linux/dma-mapping.h:107,
  104.                  from arch/arm/kernel/asm-offsets.c:15:
  105. include/asm-generic/dma-mapping-common.h:150:1: note: previous definition of 'dma_sync_sg_for_cpu' was here
  106. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  107. include/linux/dma-mapping.h:332:1: error: redefinition of 'dma_sync_sg_for_device'
  108. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  109.                  from include/linux/dma-mapping.h:107,
  110.                  from arch/arm/kernel/asm-offsets.c:15:
  111. include/asm-generic/dma-mapping-common.h:162:1: note: previous definition of 'dma_sync_sg_for_device' was here
  112. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  113. include/linux/dma-mapping.h:377:1: error: redefinition of 'dma_mmap_attrs'
  114. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  115.                  from include/linux/dma-mapping.h:107,
  116.                  from arch/arm/kernel/asm-offsets.c:15:
  117. include/asm-generic/dma-mapping-common.h:196:1: note: previous definition of 'dma_mmap_attrs' was here
  118. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  119. include/linux/dma-mapping.h:394:1: error: redefinition of 'dma_get_sgtable_attrs'
  120. In file included from ./arch/arm/include/asm/dma-mapping.h:31:0,
  121.                  from include/linux/dma-mapping.h:107,
  122.                  from arch/arm/kernel/asm-offsets.c:15:
  123. include/asm-generic/dma-mapping-common.h:221:1: note: previous definition of 'dma_get_sgtable_attrs' was here
  124. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  125. include/linux/dma-mapping.h:411:21: error: redefinition of 'dma_alloc_attrs'
  126. In file included from include/linux/dma-mapping.h:107:0,
  127.                  from arch/arm/kernel/asm-offsets.c:15:
  128. ./arch/arm/include/asm/dma-mapping.h:141:21: note: previous definition of 'dma_alloc_attrs' was here
  129. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  130. include/linux/dma-mapping.h:433:20: error: redefinition of 'dma_free_attrs'
  131. In file included from include/linux/dma-mapping.h:107:0,
  132.                  from arch/arm/kernel/asm-offsets.c:15:
  133. ./arch/arm/include/asm/dma-mapping.h:173:20: note: previous definition of 'dma_free_attrs' was here
  134. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  135. include/linux/dma-mapping.h:452:21: error: expected declaration specifiers or '...' before '(' token
  136. include/linux/dma-mapping.h:458:20: error: expected declaration specifiers or '...' before '(' token
  137. include/linux/dma-mapping.h:464:21: error: redefinition of 'dma_alloc_noncoherent'
  138. In file included from include/linux/dma-mapping.h:107:0,
  139.                  from arch/arm/kernel/asm-offsets.c:15:
  140. ./arch/arm/include/asm/dma-mapping.h:110:21: note: previous definition of 'dma_alloc_noncoherent' was here
  141. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  142. include/linux/dma-mapping.h:473:20: error: redefinition of 'dma_free_noncoherent'
  143. In file included from include/linux/dma-mapping.h:107:0,
  144.                  from arch/arm/kernel/asm-offsets.c:15:
  145. ./arch/arm/include/asm/dma-mapping.h:116:20: note: previous definition of 'dma_free_noncoherent' was here
  146. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  147. include/linux/dma-mapping.h:482:19: error: redefinition of 'dma_mapping_error'
  148. In file included from include/linux/dma-mapping.h:107:0,
  149.                  from arch/arm/kernel/asm-offsets.c:15:
  150. ./arch/arm/include/asm/dma-mapping.h:100:19: note: previous definition of 'dma_mapping_error' was here
  151. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  152. include/linux/dma-mapping.h:497:19: error: static declaration of 'dma_supported' follows non-static declaration
  153. In file included from include/linux/dma-mapping.h:107:0,
  154.                  from arch/arm/kernel/asm-offsets.c:15:
  155. ./arch/arm/include/asm/dma-mapping.h:121:12: note: previous declaration of 'dma_supported' was here
  156. In file included from arch/arm/kernel/asm-offsets.c:15:0:
  157. include/linux/dma-mapping.h:510:19: error: redefinition of 'dma_set_mask'
  158. In file included from include/linux/dma-mapping.h:107:0,
  159.                  from arch/arm/kernel/asm-offsets.c:15:
  160. ./arch/arm/include/asm/dma-mapping.h:33:19: note: previous definition of 'dma_set_mask' was here
  161. cc1: some warnings being treated as errors
  162. make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 1
  163. make[2]: Target `__build' not remade because of errors.
  164. make[1]: *** [prepare0] Error 2
  165.   HOSTLD  scripts/mod/modpost
  166. make[1]: Target `zImage' not remade because of errors.
  167. make[1]: Target `modules' not remade because of errors.
  168. make[1]: Leaving directory `/home/rauch/jncg/ptxdist/platform-ecu01/build-target/linux-3.10.22'
  169. make: *** [/home/rauch/jncg/ptxdist/platform-ecu01/state/kernel.compile] Error 2

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at