Advertisement
Guest User

Untitled

a guest
Mar 25th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.16 KB | None | 0 0
  1.  
  2. == u-boot ==
  3.  
  4. In file included from scripts/kconfig/zconf.tab.c:2468:
  5. scripts/kconfig/confdata.c: In function ‘conf_write’:
  6. scripts/kconfig/confdata.c:771:19: warning: ‘%s’ directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  7. 771 | sprintf(newname, "%s%s", dirname, basename);
  8. | ^~~~~~
  9. scripts/kconfig/confdata.c:771:19: note: assuming directive output of 7 bytes
  10. In file included from /usr/include/stdio.h:867,
  11. from scripts/kconfig/zconf.tab.c:82:
  12. /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 1 or more bytes (assuming 4104) into a destination of size 4097
  13. 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  14. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. 37 | __bos (__s), __fmt, __va_arg_pack ());
  16. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. In file included from scripts/kconfig/zconf.tab.c:2468:
  18. scripts/kconfig/confdata.c:774:20: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  19. 774 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  20. | ^~~~~~~~~~~~~~~~~
  21. In file included from /usr/include/stdio.h:867,
  22. from scripts/kconfig/zconf.tab.c:82:
  23. /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 4119 bytes into a destination of size 4097
  24. 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  25. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. 37 | __bos (__s), __fmt, __va_arg_pack ());
  27. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. board/gdsys/a38x/Kconfig:24:warning: choice value used outside its choice group
  29. board/gdsys/a38x/Kconfig:24:warning: choice value used outside its choice group
  30. .config:1105:warning: override: reassigning to symbol BOOTDELAY
  31. .config:1105:warning: symbol value '' invalid for BOOTDELAY
  32. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  33. from tools/../include/libfdt.h:1,
  34. from tools/fdt_host.h:11,
  35. from tools/imagetool.h:24,
  36. from tools/atmelimage.c:8:
  37. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  38. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  39. | ^~~~~~~
  40. In file included from <command-line>:
  41. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  42. 19 | typedef __be64 fdt64_t;
  43. | ^~~~~~~
  44. In file included from ././include/libfdt_env.h:12,
  45. from <command-line>:
  46. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  47. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  48. | ^~~~~~~~~~~~
  49. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  50. 71 | ((((x) & 0xff000000) >> 24) | \
  51. | ^
  52. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  53. 71 | ((((x) & 0xff000000) >> 24) | \
  54. | ^~
  55. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  56. 71 | ((((x) & 0xff000000) >> 24) | \
  57. | ^
  58. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  59. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  60. | ^~~~~~~~~~~~
  61. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  62. 71 | ((((x) & 0xff000000) >> 24) | \
  63. | ^
  64. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  65. 71 | ((((x) & 0xff000000) >> 24) | \
  66. | ^~
  67. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  68. 71 | ((((x) & 0xff000000) >> 24) | \
  69. | ^
  70. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  71. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  72. | ^~~~~~~~~~~~
  73. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  74. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  75. | ^
  76. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  77. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  78. | ^~
  79. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  80. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  81. | ^
  82. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  83. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  84. | ^~~~~~~~~~~~
  85. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  86. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  87. | ^
  88. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  89. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  90. | ^~
  91. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  92. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  93. | ^
  94. make[1]: *** [scripts/Makefile.host:116: tools/atmelimage.o] Error 1
  95. make[1]: *** Waiting for unfinished jobs....
  96. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  97. from tools/../include/libfdt.h:1,
  98. from tools/fdt_host.h:11,
  99. from tools/imagetool.h:24,
  100. from tools/default_image.c:17:
  101. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  102. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  103. | ^~~~~~~
  104. In file included from <command-line>:
  105. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  106. 19 | typedef __be64 fdt64_t;
  107. | ^~~~~~~
  108. In file included from ././include/libfdt_env.h:12,
  109. from <command-line>:
  110. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  111. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  112. | ^~~~~~~~~~~~
  113. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  114. 71 | ((((x) & 0xff000000) >> 24) | \
  115. | ^
  116. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  117. 71 | ((((x) & 0xff000000) >> 24) | \
  118. | ^~
  119. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  120. 71 | ((((x) & 0xff000000) >> 24) | \
  121. | ^
  122. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  123. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  124. | ^~~~~~~~~~~~
  125. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  126. 71 | ((((x) & 0xff000000) >> 24) | \
  127. | ^
  128. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  129. 71 | ((((x) & 0xff000000) >> 24) | \
  130. | ^~
  131. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  132. 71 | ((((x) & 0xff000000) >> 24) | \
  133. | ^
  134. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  135. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  136. | ^~~~~~~~~~~~
  137. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  138. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  139. | ^
  140. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  141. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  142. | ^~
  143. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  144. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  145. | ^
  146. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  147. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  148. | ^~~~~~~~~~~~
  149. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  150. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  151. | ^
  152. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  153. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  154. | ^~
  155. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  156. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  157. | ^
  158. make[1]: *** [scripts/Makefile.host:116: tools/default_image.o] Error 1
  159. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  160. from tools/../include/libfdt.h:1,
  161. from tools/fdt_host.h:11,
  162. from tools/imagetool.h:24,
  163. from tools/aisimage.c:8:
  164. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  165. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  166. | ^~~~~~~
  167. In file included from <command-line>:
  168. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  169. 19 | typedef __be64 fdt64_t;
  170. | ^~~~~~~
  171. In file included from ././include/libfdt_env.h:12,
  172. from <command-line>:
  173. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  174. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  175. | ^~~~~~~~~~~~
  176. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  177. 71 | ((((x) & 0xff000000) >> 24) | \
  178. | ^
  179. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  180. 71 | ((((x) & 0xff000000) >> 24) | \
  181. | ^~
  182. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  183. 71 | ((((x) & 0xff000000) >> 24) | \
  184. | ^
  185. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  186. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  187. | ^~~~~~~~~~~~
  188. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  189. 71 | ((((x) & 0xff000000) >> 24) | \
  190. | ^
  191. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  192. 71 | ((((x) & 0xff000000) >> 24) | \
  193. | ^~
  194. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  195. 71 | ((((x) & 0xff000000) >> 24) | \
  196. | ^
  197. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  198. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  199. | ^~~~~~~~~~~~
  200. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  201. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  202. | ^
  203. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  204. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  205. | ^~
  206. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  207. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  208. | ^
  209. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  210. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  211. | ^~~~~~~~~~~~
  212. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  213. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  214. | ^
  215. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  216. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  217. | ^~
  218. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  219. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  220. | ^
  221. make[1]: *** [scripts/Makefile.host:116: tools/aisimage.o] Error 1
  222. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  223. from tools/../include/libfdt.h:1,
  224. from tools/fdt_host.h:11,
  225. from tools/imagetool.h:24,
  226. from tools/fit_common.c:21:
  227. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  228. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  229. | ^~~~~~~
  230. In file included from <command-line>:
  231. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  232. 19 | typedef __be64 fdt64_t;
  233. | ^~~~~~~
  234. In file included from ././include/libfdt_env.h:12,
  235. from <command-line>:
  236. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  237. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  238. | ^~~~~~~~~~~~
  239. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  240. 71 | ((((x) & 0xff000000) >> 24) | \
  241. | ^
  242. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  243. 71 | ((((x) & 0xff000000) >> 24) | \
  244. | ^~
  245. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  246. 71 | ((((x) & 0xff000000) >> 24) | \
  247. | ^
  248. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  249. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  250. | ^~~~~~~~~~~~
  251. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  252. 71 | ((((x) & 0xff000000) >> 24) | \
  253. | ^
  254. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  255. 71 | ((((x) & 0xff000000) >> 24) | \
  256. | ^~
  257. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  258. 71 | ((((x) & 0xff000000) >> 24) | \
  259. | ^
  260. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  261. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  262. | ^~~~~~~~~~~~
  263. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  264. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  265. | ^
  266. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  267. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  268. | ^~
  269. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  270. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  271. | ^
  272. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  273. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  274. | ^~~~~~~~~~~~
  275. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  276. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  277. | ^
  278. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  279. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  280. | ^~
  281. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  282. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  283. | ^
  284. make[1]: *** [scripts/Makefile.host:116: tools/fit_common.o] Error 1
  285. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  286. from tools/../include/libfdt.h:1,
  287. from tools/fdt_host.h:11,
  288. from tools/imagetool.h:24,
  289. from tools/fit_image.c:17:
  290. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  291. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  292. | ^~~~~~~
  293. In file included from <command-line>:
  294. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  295. 19 | typedef __be64 fdt64_t;
  296. | ^~~~~~~
  297. In file included from ././include/libfdt_env.h:12,
  298. from <command-line>:
  299. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  300. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  301. | ^~~~~~~~~~~~
  302. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  303. 71 | ((((x) & 0xff000000) >> 24) | \
  304. | ^
  305. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  306. 71 | ((((x) & 0xff000000) >> 24) | \
  307. | ^~
  308. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  309. 71 | ((((x) & 0xff000000) >> 24) | \
  310. | ^
  311. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  312. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  313. | ^~~~~~~~~~~~
  314. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  315. 71 | ((((x) & 0xff000000) >> 24) | \
  316. | ^
  317. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  318. 71 | ((((x) & 0xff000000) >> 24) | \
  319. | ^~
  320. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  321. 71 | ((((x) & 0xff000000) >> 24) | \
  322. | ^
  323. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  324. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  325. | ^~~~~~~~~~~~
  326. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  327. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  328. | ^
  329. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  330. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  331. | ^~
  332. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  333. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  334. | ^
  335. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  336. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  337. | ^~~~~~~~~~~~
  338. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  339. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  340. | ^
  341. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  342. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  343. | ^~
  344. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  345. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  346. | ^
  347. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  348. from tools/../include/libfdt.h:1,
  349. from tools/fdt_host.h:11,
  350. from tools/imagetool.h:24,
  351. from tools/imagetool.c:9:
  352. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  353. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  354. | ^~~~~~~
  355. In file included from <command-line>:
  356. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  357. 19 | typedef __be64 fdt64_t;
  358. | ^~~~~~~
  359. In file included from ././include/libfdt_env.h:12,
  360. from <command-line>:
  361. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  362. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  363. | ^~~~~~~~~~~~
  364. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  365. 71 | ((((x) & 0xff000000) >> 24) | \
  366. | ^
  367. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  368. 71 | ((((x) & 0xff000000) >> 24) | \
  369. | ^~
  370. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  371. 71 | ((((x) & 0xff000000) >> 24) | \
  372. | ^
  373. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  374. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  375. | ^~~~~~~~~~~~
  376. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  377. 71 | ((((x) & 0xff000000) >> 24) | \
  378. | ^
  379. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  380. 71 | ((((x) & 0xff000000) >> 24) | \
  381. | ^~
  382. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  383. 71 | ((((x) & 0xff000000) >> 24) | \
  384. | ^
  385. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  386. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  387. | ^~~~~~~~~~~~
  388. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  389. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  390. | ^
  391. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  392. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  393. | ^~
  394. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  395. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  396. | ^
  397. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  398. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  399. | ^~~~~~~~~~~~
  400. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  401. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  402. | ^
  403. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  404. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  405. | ^~
  406. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  407. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  408. | ^
  409. make[1]: *** [scripts/Makefile.host:116: tools/fit_image.o] Error 1
  410. make[1]: *** [scripts/Makefile.host:116: tools/imagetool.o] Error 1
  411. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  412. from tools/../include/libfdt.h:1,
  413. from tools/fdt_host.h:11,
  414. from tools/imagetool.h:24,
  415. from tools/kwbimage.c:13:
  416. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  417. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  418. | ^~~~~~~
  419. In file included from <command-line>:
  420. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  421. 19 | typedef __be64 fdt64_t;
  422. | ^~~~~~~
  423. In file included from ././include/libfdt_env.h:12,
  424. from <command-line>:
  425. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  426. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  427. | ^~~~~~~~~~~~
  428. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  429. 71 | ((((x) & 0xff000000) >> 24) | \
  430. | ^
  431. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  432. 71 | ((((x) & 0xff000000) >> 24) | \
  433. | ^~
  434. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  435. 71 | ((((x) & 0xff000000) >> 24) | \
  436. | ^
  437. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  438. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  439. | ^~~~~~~~~~~~
  440. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  441. 71 | ((((x) & 0xff000000) >> 24) | \
  442. | ^
  443. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  444. 71 | ((((x) & 0xff000000) >> 24) | \
  445. | ^~
  446. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  447. 71 | ((((x) & 0xff000000) >> 24) | \
  448. | ^
  449. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  450. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  451. | ^~~~~~~~~~~~
  452. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  453. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  454. | ^
  455. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  456. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  457. | ^~
  458. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  459. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  460. | ^
  461. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  462. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  463. | ^~~~~~~~~~~~
  464. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  465. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  466. | ^
  467. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  468. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  469. | ^~
  470. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  471. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  472. | ^
  473. make[1]: *** [scripts/Makefile.host:116: tools/kwbimage.o] Error 1
  474. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  475. from tools/../include/libfdt.h:1,
  476. from tools/fdt_host.h:11,
  477. from tools/mkimage.h:22,
  478. from tools/image-host.c:12:
  479. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  480. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  481. | ^~~~~~~
  482. In file included from <command-line>:
  483. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  484. 19 | typedef __be64 fdt64_t;
  485. | ^~~~~~~
  486. In file included from ././include/libfdt_env.h:12,
  487. from <command-line>:
  488. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  489. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  490. | ^~~~~~~~~~~~
  491. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  492. 71 | ((((x) & 0xff000000) >> 24) | \
  493. | ^
  494. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  495. 71 | ((((x) & 0xff000000) >> 24) | \
  496. | ^~
  497. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  498. 71 | ((((x) & 0xff000000) >> 24) | \
  499. | ^
  500. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  501. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  502. | ^~~~~~~~~~~~
  503. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  504. 71 | ((((x) & 0xff000000) >> 24) | \
  505. | ^
  506. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  507. 71 | ((((x) & 0xff000000) >> 24) | \
  508. | ^~
  509. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  510. 71 | ((((x) & 0xff000000) >> 24) | \
  511. | ^
  512. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  513. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  514. | ^~~~~~~~~~~~
  515. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  516. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  517. | ^
  518. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  519. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  520. | ^~
  521. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  522. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  523. | ^
  524. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  525. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  526. | ^~~~~~~~~~~~
  527. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  528. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  529. | ^
  530. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  531. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  532. | ^~
  533. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  534. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  535. | ^
  536. make[1]: *** [scripts/Makefile.host:116: tools/image-host.o] Error 1
  537. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  538. from tools/../include/libfdt.h:1,
  539. from tools/fdt_host.h:11,
  540. from tools/imagetool.h:24,
  541. from tools/imximage.c:12:
  542. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  543. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  544. | ^~~~~~~
  545. In file included from <command-line>:
  546. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  547. 19 | typedef __be64 fdt64_t;
  548. | ^~~~~~~
  549. In file included from ././include/libfdt_env.h:12,
  550. from <command-line>:
  551. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  552. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  553. | ^~~~~~~~~~~~
  554. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  555. 71 | ((((x) & 0xff000000) >> 24) | \
  556. | ^
  557. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  558. 71 | ((((x) & 0xff000000) >> 24) | \
  559. | ^~
  560. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  561. 71 | ((((x) & 0xff000000) >> 24) | \
  562. | ^
  563. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  564. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  565. | ^~~~~~~~~~~~
  566. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  567. 71 | ((((x) & 0xff000000) >> 24) | \
  568. | ^
  569. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  570. 71 | ((((x) & 0xff000000) >> 24) | \
  571. | ^~
  572. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  573. 71 | ((((x) & 0xff000000) >> 24) | \
  574. | ^
  575. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  576. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  577. | ^~~~~~~~~~~~
  578. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  579. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  580. | ^
  581. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  582. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  583. | ^~
  584. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  585. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  586. | ^
  587. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  588. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  589. | ^~~~~~~~~~~~
  590. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  591. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  592. | ^
  593. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  594. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  595. | ^~
  596. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  597. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  598. | ^
  599. make[1]: *** [scripts/Makefile.host:116: tools/imximage.o] Error 1
  600. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  601. from tools/../include/libfdt.h:1,
  602. from tools/fdt_host.h:11,
  603. from tools/imagetool.h:24,
  604. from tools/lpc32xximage.c:24:
  605. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  606. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  607. | ^~~~~~~
  608. In file included from <command-line>:
  609. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  610. 19 | typedef __be64 fdt64_t;
  611. | ^~~~~~~
  612. In file included from ././include/libfdt_env.h:12,
  613. from <command-line>:
  614. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  615. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  616. | ^~~~~~~~~~~~
  617. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  618. 71 | ((((x) & 0xff000000) >> 24) | \
  619. | ^
  620. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  621. 71 | ((((x) & 0xff000000) >> 24) | \
  622. | ^~
  623. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  624. 71 | ((((x) & 0xff000000) >> 24) | \
  625. | ^
  626. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  627. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  628. | ^~~~~~~~~~~~
  629. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  630. 71 | ((((x) & 0xff000000) >> 24) | \
  631. | ^
  632. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  633. 71 | ((((x) & 0xff000000) >> 24) | \
  634. | ^~
  635. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  636. 71 | ((((x) & 0xff000000) >> 24) | \
  637. | ^
  638. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  639. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  640. | ^~~~~~~~~~~~
  641. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  642. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  643. | ^
  644. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  645. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  646. | ^~
  647. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  648. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  649. | ^
  650. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  651. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  652. | ^~~~~~~~~~~~
  653. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  654. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  655. | ^
  656. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  657. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  658. | ^~
  659. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  660. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  661. | ^
  662. make[1]: *** [scripts/Makefile.host:116: tools/lpc32xximage.o] Error 1
  663. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  664. from tools/../include/libfdt.h:1,
  665. from tools/fdt_host.h:11,
  666. from tools/imagetool.h:24,
  667. from tools/omapimage.c:17:
  668. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  669. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  670. | ^~~~~~~
  671. In file included from <command-line>:
  672. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  673. 19 | typedef __be64 fdt64_t;
  674. | ^~~~~~~
  675. In file included from ././include/libfdt_env.h:12,
  676. from <command-line>:
  677. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  678. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  679. | ^~~~~~~~~~~~
  680. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  681. 71 | ((((x) & 0xff000000) >> 24) | \
  682. | ^
  683. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  684. 71 | ((((x) & 0xff000000) >> 24) | \
  685. | ^~
  686. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  687. 71 | ((((x) & 0xff000000) >> 24) | \
  688. | ^
  689. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  690. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  691. | ^~~~~~~~~~~~
  692. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  693. 71 | ((((x) & 0xff000000) >> 24) | \
  694. | ^
  695. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  696. 71 | ((((x) & 0xff000000) >> 24) | \
  697. | ^~
  698. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  699. 71 | ((((x) & 0xff000000) >> 24) | \
  700. | ^
  701. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  702. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  703. | ^~~~~~~~~~~~
  704. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  705. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  706. | ^
  707. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  708. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  709. | ^~
  710. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  711. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  712. | ^
  713. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  714. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  715. | ^~~~~~~~~~~~
  716. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  717. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  718. | ^
  719. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  720. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  721. | ^~
  722. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  723. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  724. | ^
  725. make[1]: *** [scripts/Makefile.host:116: tools/omapimage.o] Error 1
  726. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  727. from tools/../include/libfdt.h:1,
  728. from tools/fdt_host.h:11,
  729. from tools/imagetool.h:24,
  730. from tools/pblimage.c:6:
  731. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  732. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  733. | ^~~~~~~
  734. In file included from <command-line>:
  735. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  736. 19 | typedef __be64 fdt64_t;
  737. | ^~~~~~~
  738. In file included from ././include/libfdt_env.h:12,
  739. from <command-line>:
  740. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  741. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  742. | ^~~~~~~~~~~~
  743. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  744. 71 | ((((x) & 0xff000000) >> 24) | \
  745. | ^
  746. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  747. 71 | ((((x) & 0xff000000) >> 24) | \
  748. | ^~
  749. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  750. 71 | ((((x) & 0xff000000) >> 24) | \
  751. | ^
  752. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  753. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  754. | ^~~~~~~~~~~~
  755. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  756. 71 | ((((x) & 0xff000000) >> 24) | \
  757. | ^
  758. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  759. 71 | ((((x) & 0xff000000) >> 24) | \
  760. | ^~
  761. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  762. 71 | ((((x) & 0xff000000) >> 24) | \
  763. | ^
  764. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  765. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  766. | ^~~~~~~~~~~~
  767. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  768. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  769. | ^
  770. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  771. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  772. | ^~
  773. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  774. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  775. | ^
  776. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  777. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  778. | ^~~~~~~~~~~~
  779. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  780. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  781. | ^
  782. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  783. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  784. | ^~
  785. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  786. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  787. | ^
  788. make[1]: *** [scripts/Makefile.host:116: tools/pblimage.o] Error 1
  789. In file included from tools/../include/../lib/libfdt/libfdt.h:10,
  790. from tools/../include/libfdt.h:1,
  791. from tools/fdt_host.h:11,
  792. from tools/imagetool.h:24,
  793. from tools/vybridimage.c:12:
  794. /usr/include/libfdt_env.h:27:30: error: conflicting types for ‘fdt64_t’
  795. 27 | typedef uint64_t FDT_BITWISE fdt64_t;
  796. | ^~~~~~~
  797. In file included from <command-line>:
  798. ././include/libfdt_env.h:19:16: note: previous declaration of ‘fdt64_t’ was here
  799. 19 | typedef __be64 fdt64_t;
  800. | ^~~~~~~
  801. In file included from ././include/libfdt_env.h:12,
  802. from <command-line>:
  803. /usr/include/libfdt_env.h:47:24: error: expected ‘)’ before ‘x’
  804. 47 | static inline uint32_t fdt32_to_cpu(fdt32_t x)
  805. | ^~~~~~~~~~~~
  806. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  807. 71 | ((((x) & 0xff000000) >> 24) | \
  808. | ^
  809. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  810. 71 | ((((x) & 0xff000000) >> 24) | \
  811. | ^~
  812. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  813. 71 | ((((x) & 0xff000000) >> 24) | \
  814. | ^
  815. /usr/include/libfdt_env.h:51:23: error: expected ‘)’ before ‘x’
  816. 51 | static inline fdt32_t cpu_to_fdt32(uint32_t x)
  817. | ^~~~~~~~~~~~
  818. ././include/compiler.h:71:9: error: expected ‘)’ before ‘&’ token
  819. 71 | ((((x) & 0xff000000) >> 24) | \
  820. | ^
  821. ././include/compiler.h:71:23: error: expected ‘)’ before ‘>>’ token
  822. 71 | ((((x) & 0xff000000) >> 24) | \
  823. | ^~
  824. ././include/compiler.h:71:30: error: expected ‘)’ before ‘|’ token
  825. 71 | ((((x) & 0xff000000) >> 24) | \
  826. | ^
  827. /usr/include/libfdt_env.h:56:24: error: expected ‘)’ before ‘x’
  828. 56 | static inline uint64_t fdt64_to_cpu(fdt64_t x)
  829. | ^~~~~~~~~~~~
  830. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  831. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  832. | ^
  833. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  834. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  835. | ^~
  836. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  837. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  838. | ^
  839. /usr/include/libfdt_env.h:60:23: error: expected ‘)’ before ‘x’
  840. 60 | static inline fdt64_t cpu_to_fdt64(uint64_t x)
  841. | ^~~~~~~~~~~~
  842. ././include/compiler.h:76:9: error: expected ‘)’ before ‘&’ token
  843. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  844. | ^
  845. ././include/compiler.h:76:36: error: expected ‘)’ before ‘>>’ token
  846. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  847. | ^~
  848. ././include/compiler.h:76:43: error: expected ‘)’ before ‘|’ token
  849. 76 | ((((x) & 0xff00000000000000##sfx) >> 56) | \
  850. | ^
  851. make[1]: *** [scripts/Makefile.host:116: tools/vybridimage.o] Error 1
  852. make: *** [Makefile:1284: tools] Error 2
  853. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement