vireshk

Untitled

Jan 31st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.62 KB | None | 0 0
  1. $ pwd
  2. /home/vireshk/work/repos/tools/json-c
  3. $ export ac_cv_func_malloc_0_nonnull=yes
  4. $ export ac_cv_func_realloc_0_nonnull=yes
  5.  
  6. $ ./autogen.sh
  7. autoreconf: Entering directory `.'
  8. autoreconf: configure.ac: not using Gettext
  9. autoreconf: running: aclocal -I autoconf-archive/m4
  10. autoreconf: configure.ac: tracing
  11. autoreconf: running: libtoolize --copy
  12. libtoolize: putting auxiliary files in '.'.
  13. libtoolize: copying file './ltmain.sh'
  14. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  15. libtoolize: and rerunning libtoolize and aclocal.
  16. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  17. autoreconf: running: /usr/bin/autoconf --include=autoconf-archive/m4
  18. autoreconf: running: /usr/bin/autoheader --include=autoconf-archive/m4
  19. autoreconf: running: automake --add-missing --copy --no-force
  20. configure.ac:32: installing './compile'
  21. configure.ac:78: installing './config.guess'
  22. configure.ac:78: installing './config.sub'
  23. configure.ac:6: installing './install-sh'
  24. configure.ac:6: installing './missing'
  25. Makefile.am: installing './INSTALL'
  26. Makefile.am: installing './depcomp'
  27. parallel-tests: installing './test-driver'
  28. autoreconf: Leaving directory `.'
  29.  
  30. $ ./configure --host=aarch64-linux-gnu --disable-shared --enable-static
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking whether build environment is sane... yes
  33. checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for gawk... gawk
  36. checking whether make sets $(MAKE)... yes
  37. checking whether make supports nested variables... yes
  38. checking whether make sets $(MAKE)... (cached) yes
  39. RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable
  40. checking whether make supports nested variables... (cached) yes
  41. checking for style of include used by make... GNU
  42. checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
  43. checking whether the C compiler works... yes
  44. checking for C compiler default output file name... a.out
  45. checking for suffix of executables...
  46. checking whether we are cross compiling... yes
  47. checking for suffix of object files... o
  48. checking whether we are using the GNU C compiler... yes
  49. checking whether aarch64-linux-gnu-gcc accepts -g... yes
  50. checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
  51. checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
  52. checking dependency style of aarch64-linux-gnu-gcc... gcc3
  53. checking for aarch64-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  54. checking how to run the C preprocessor... aarch64-linux-gnu-gcc -std=gnu99 -E
  55. checking for grep that handles long lines and -e... /bin/grep
  56. checking for egrep... /bin/grep -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking fcntl.h usability... yes
  68. checking fcntl.h presence... yes
  69. checking for fcntl.h... yes
  70. checking limits.h usability... yes
  71. checking limits.h presence... yes
  72. checking for limits.h... yes
  73. checking for strings.h... (cached) yes
  74. checking syslog.h usability... yes
  75. checking syslog.h presence... yes
  76. checking for syslog.h... yes
  77. checking for unistd.h... (cached) yes
  78. checking sys/cdefs.h usability... yes
  79. checking sys/cdefs.h presence... yes
  80. checking for sys/cdefs.h... yes
  81. checking sys/param.h usability... yes
  82. checking sys/param.h presence... yes
  83. checking for sys/param.h... yes
  84. checking stdarg.h usability... yes
  85. checking stdarg.h presence... yes
  86. checking for stdarg.h... yes
  87. checking locale.h usability... yes
  88. checking locale.h presence... yes
  89. checking for locale.h... yes
  90. checking xlocale.h usability... yes
  91. checking xlocale.h presence... yes
  92. checking for xlocale.h... yes
  93. checking endian.h usability... yes
  94. checking endian.h presence... yes
  95. checking for endian.h... yes
  96. checking for inttypes.h... (cached) yes
  97. checking for an ANSI C-conforming const... yes
  98. checking for size_t... yes
  99. checking for vprintf... yes
  100. checking for _doprnt... no
  101. checking for working memcmp... no
  102. checking for realloc... yes
  103. checking for strcasecmp... yes
  104. checking for strdup... yes
  105. checking for strerror... yes
  106. checking for snprintf... yes
  107. checking for vsnprintf... yes
  108. checking for vasprintf... yes
  109. checking for open... yes
  110. checking for vsyslog... yes
  111. checking for strncasecmp... yes
  112. checking for setlocale... yes
  113. checking for uselocale... yes
  114. checking whether INFINITY is declared... yes
  115. checking whether nan is declared... yes
  116. checking whether isnan is declared... yes
  117. checking whether isinf is declared... yes
  118. checking whether _isnan is declared... no
  119. checking whether _finite is declared... no
  120. checking if .gnu.warning accepts long strings... no
  121. checking build system type... x86_64-pc-linux-gnu
  122. checking host system type... aarch64-unknown-linux-gnu
  123. checking how to print strings... printf
  124. checking for a sed that does not truncate output... /bin/sed
  125. checking for fgrep... /bin/grep -F
  126. checking for ld used by aarch64-linux-gnu-gcc -std=gnu99... /mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld
  127. checking if the linker (/mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld) is GNU ld... yes
  128. checking for BSD- or MS-compatible name lister (nm)... /home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B
  129. checking the name lister (/home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B) interface... BSD nm
  130. checking whether ln -s works... yes
  131. checking the maximum length of command line arguments... 1572864
  132. checking how to convert x86_64-pc-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
  133. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  134. checking for /mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld option to reload object files... -r
  135. checking for aarch64-linux-gnu-objdump... aarch64-linux-gnu-objdump
  136. checking how to recognize dependent libraries... pass_all
  137. checking for aarch64-linux-gnu-dlltool... no
  138. checking for dlltool... no
  139. checking how to associate runtime and link libraries... printf %s\n
  140. checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
  141. checking for archiver @FILE support... @
  142. checking for aarch64-linux-gnu-strip... (cached) aarch64-linux-gnu-strip
  143. checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
  144. checking command to parse /home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B output from aarch64-linux-gnu-gcc -std=gnu99 object... ok
  145. checking for sysroot... no
  146. checking for a working dd... /bin/dd
  147. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  148. checking for aarch64-linux-gnu-mt... no
  149. checking for mt... mt
  150. configure: WARNING: using cross tools not prefixed with host triplet
  151. checking if mt is a manifest tool... no
  152. checking for dlfcn.h... yes
  153. checking for objdir... .libs
  154. checking if aarch64-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  155. checking for aarch64-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  156. checking if aarch64-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  157. checking if aarch64-linux-gnu-gcc -std=gnu99 static flag -static works... yes
  158. checking if aarch64-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
  159. checking if aarch64-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  160. checking whether the aarch64-linux-gnu-gcc -std=gnu99 linker (/mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld) supports shared libraries... yes
  161. checking dynamic linker characteristics... GNU/Linux ld.so
  162. checking how to hardcode library paths into programs... immediate
  163. checking whether stripping libraries is possible... yes
  164. checking if libtool supports shared libraries... yes
  165. checking whether to build shared libraries... no
  166. checking whether to build static libraries... yes
  167. checking for -Bsymbolic-functions linker flag... yes
  168. checking whether C compiler accepts -Wall... yes
  169. checking whether C compiler accepts -Werror... yes
  170. checking whether C compiler accepts -Wcast-qual... yes
  171. checking whether C compiler accepts -Wno-error=deprecated-declarations... yes
  172. checking whether C compiler accepts -Wextra... yes
  173. checking whether C compiler accepts -Wwrite-string... no
  174. checking whether C compiler accepts -Wno-unused-parameter... yes
  175. checking whether C compiler accepts -D_GNU_SOURCE... yes
  176. checking whether C compiler accepts -D_REENTRANT... yes
  177. checking size of int... 4
  178. checking size of long... 8
  179. checking size of long long... 8
  180. checking size of size_t... 8
  181. checking that generated files are newer than configure... done
  182. configure: creating ./config.status
  183. config.status: creating Makefile
  184. config.status: creating json-c.pc
  185. config.status: creating tests/Makefile
  186. config.status: creating json-c-uninstalled.pc
  187. config.status: creating config.h
  188. config.status: creating json_config.h
  189. config.status: executing depfiles commands
  190. config.status: executing libtool commands
  191.  
  192. $ make
  193. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/vireshk/work/repos/tools/json-c/missing autoheader)
  194. rm -f stamp-h1
  195. touch config.h.in
  196. cd . && /bin/bash ./config.status config.h
  197. config.status: creating config.h
  198. config.status: config.h is unchanged
  199. make all-recursive
  200. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/json-c'
  201. Making all in .
  202. make[2]: Entering directory '/mnt/ssd/all/work/repos/tools/json-c'
  203. CC arraylist.lo
  204. CC debug.lo
  205. CC json_c_version.lo
  206. CC json_object.lo
  207. CC json_object_iterator.lo
  208. CC json_pointer.lo
  209. CC json_tokener.lo
  210. CC json_util.lo
  211. CC json_visit.lo
  212. CC linkhash.lo
  213. CC printbuf.lo
  214. CC random_seed.lo
  215. CCLD libjson-c.la
  216. make[2]: Leaving directory '/mnt/ssd/all/work/repos/tools/json-c'
  217. Making all in tests
  218. make[2]: Entering directory '/mnt/ssd/all/work/repos/tools/json-c/tests'
  219. make[2]: Nothing to be done for 'all'.
  220. make[2]: Leaving directory '/mnt/ssd/all/work/repos/tools/json-c/tests'
  221. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/json-c'
  222.  
  223. $ cd ../rt-app/
  224.  
  225. $ make clean; make distclean
  226. Making clean in libdl
  227. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  228. rm -rf .libs _libs
  229. test -z "libdl.a" || rm -f libdl.a
  230. rm -f *.o
  231. rm -f *.lo
  232. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  233. Making clean in src
  234. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  235. rm -f rt-app
  236. rm -rf .libs _libs
  237. rm -f *.o
  238. rm -f *.lo
  239. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  240. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app'
  241. rm -rf .libs _libs
  242. rm -f *.lo
  243. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app'
  244. Making distclean in src
  245. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  246. rm -f rt-app
  247. rm -rf .libs _libs
  248. rm -f *.o
  249. rm -f *.lo
  250. rm -f *.tab.c
  251. test -z "" || rm -f
  252. test . = "." || test -z "" || rm -f
  253. rm -f config.h stamp-h1
  254. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  255. rm -rf ./.deps
  256. rm -f Makefile
  257. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  258. Making distclean in libdl
  259. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  260. rm -rf .libs _libs
  261. test -z "libdl.a" || rm -f libdl.a
  262. rm -f *.o
  263. rm -f *.lo
  264. rm -f *.tab.c
  265. test -z "" || rm -f
  266. test . = "." || test -z "" || rm -f
  267. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  268. rm -rf ./.deps
  269. rm -f Makefile
  270. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  271. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app'
  272. rm -rf .libs _libs
  273. rm -f *.lo
  274. test -z "README COPYING" || rm -f README COPYING
  275. test . = "." || test -z "" || rm -f
  276. rm -f libtool config.lt
  277. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  278. rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  279. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app'
  280. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  281. rm -f Makefile
  282.  
  283. $ export ac_cv_lib_json_c_json_object_from_file=yes
  284.  
  285. $ ./autogen.sh
  286. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  287.  
  288. ----------------------------------------------------------------
  289. Initialized build system. For a common configuration please run:
  290. ----------------------------------------------------------------
  291.  
  292. ./configure --with-deadline
  293.  
  294. $ ./configure --host=aarch64-linux-gnu LDFLAGS="--static -L./../json-c/." CFLAGS="-I./.." --with-deadline
  295. checking for a BSD-compatible install... /usr/bin/install -c
  296. checking whether build environment is sane... yes
  297. checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
  298. checking for a thread-safe mkdir -p... /bin/mkdir -p
  299. checking for gawk... gawk
  300. checking whether make sets $(MAKE)... yes
  301. checking whether make supports nested variables... yes
  302. checking for style of include used by make... GNU
  303. checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
  304. checking whether the C compiler works... yes
  305. checking for C compiler default output file name... a.out
  306. checking for suffix of executables...
  307. checking whether we are cross compiling... yes
  308. checking for suffix of object files... o
  309. checking whether we are using the GNU C compiler... yes
  310. checking whether aarch64-linux-gnu-gcc accepts -g... yes
  311. checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
  312. checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
  313. checking dependency style of aarch64-linux-gnu-gcc... gcc3
  314. checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
  315. checking the archiver (aarch64-linux-gnu-ar) interface... ar
  316. checking for aarch64-linux-gnu-gcc... (cached) aarch64-linux-gnu-gcc
  317. checking whether we are using the GNU C compiler... (cached) yes
  318. checking whether aarch64-linux-gnu-gcc accepts -g... (cached) yes
  319. checking for aarch64-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  320. checking whether aarch64-linux-gnu-gcc understands -c and -o together... (cached) yes
  321. checking dependency style of aarch64-linux-gnu-gcc... (cached) gcc3
  322. checking build system type... x86_64-pc-linux-gnu
  323. checking host system type... aarch64-unknown-linux-gnu
  324. checking how to print strings... printf
  325. checking for a sed that does not truncate output... /bin/sed
  326. checking for grep that handles long lines and -e... /bin/grep
  327. checking for egrep... /bin/grep -E
  328. checking for fgrep... /bin/grep -F
  329. checking for ld used by aarch64-linux-gnu-gcc... /mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld
  330. checking if the linker (/mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld) is GNU ld... yes
  331. checking for BSD- or MS-compatible name lister (nm)... /home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B
  332. checking the name lister (/home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B) interface... BSD nm
  333. checking whether ln -s works... yes
  334. checking the maximum length of command line arguments... 1572864
  335. checking how to convert x86_64-pc-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
  336. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  337. checking for /mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld option to reload object files... -r
  338. checking for aarch64-linux-gnu-objdump... aarch64-linux-gnu-objdump
  339. checking how to recognize dependent libraries... pass_all
  340. checking for aarch64-linux-gnu-dlltool... no
  341. checking for dlltool... no
  342. checking how to associate runtime and link libraries... printf %s\n
  343. checking for aarch64-linux-gnu-ar... (cached) aarch64-linux-gnu-ar
  344. checking for archiver @FILE support... @
  345. checking for aarch64-linux-gnu-strip... (cached) aarch64-linux-gnu-strip
  346. checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
  347. checking command to parse /home/vireshk/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm -B output from aarch64-linux-gnu-gcc object... ok
  348. checking for sysroot... no
  349. checking for a working dd... /bin/dd
  350. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  351. checking for aarch64-linux-gnu-mt... no
  352. checking for mt... mt
  353. configure: WARNING: using cross tools not prefixed with host triplet
  354. checking if mt is a manifest tool... no
  355. checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
  356. checking for ANSI C header files... yes
  357. checking for sys/types.h... yes
  358. checking for sys/stat.h... yes
  359. checking for stdlib.h... yes
  360. checking for string.h... yes
  361. checking for memory.h... yes
  362. checking for strings.h... yes
  363. checking for inttypes.h... yes
  364. checking for stdint.h... yes
  365. checking for unistd.h... yes
  366. checking for dlfcn.h... yes
  367. checking for objdir... .libs
  368. checking if aarch64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  369. checking for aarch64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  370. checking if aarch64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  371. checking if aarch64-linux-gnu-gcc static flag -static works... yes
  372. checking if aarch64-linux-gnu-gcc supports -c -o file.o... yes
  373. checking if aarch64-linux-gnu-gcc supports -c -o file.o... (cached) yes
  374. checking whether the aarch64-linux-gnu-gcc linker (/mnt/ssd/all/work/repos/tools/toolchain/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/aarch64-linux-gnu/bin/ld) supports shared libraries... yes
  375. checking whether -lc should be explicitly linked in... no
  376. checking dynamic linker characteristics... GNU/Linux ld.so
  377. checking how to hardcode library paths into programs... immediate
  378. checking whether stripping libraries is possible... yes
  379. checking if libtool supports shared libraries... yes
  380. checking whether to build shared libraries... yes
  381. checking whether to build static libraries... yes
  382. checking for ANSI C header files... (cached) yes
  383. checking for pthread_create in -lpthread... yes
  384. checking for round in -lm... yes
  385. checking for clock_gettime in -lrt... yes
  386. checking for json_object_from_file in -ljson-c... (cached) yes
  387. checking for sched_setattr... no
  388. checking that generated files are newer than configure... done
  389. configure: creating ./config.status
  390. config.status: creating Makefile
  391. config.status: creating src/Makefile
  392. config.status: creating libdl/Makefile
  393. config.status: creating README
  394. config.status: creating COPYING
  395. config.status: creating src/config.h
  396. config.status: executing depfiles commands
  397. config.status: executing libtool commands
  398.  
  399. $ make
  400. Making all in libdl
  401. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  402. aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I./.. -MT dl_syscalls.o -MD -MP -MF .deps/dl_syscalls.Tpo -c -o dl_syscalls.o dl_syscalls.c
  403. mv -f .deps/dl_syscalls.Tpo .deps/dl_syscalls.Po
  404. rm -f libdl.a
  405. aarch64-linux-gnu-ar cru libdl.a dl_syscalls.o
  406. aarch64-linux-gnu-ranlib libdl.a
  407. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/libdl'
  408. Making all in src
  409. make[1]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  410. make all-am
  411. make[2]: Entering directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  412. aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../libdl/ -I./.. -MT rt-app_utils.o -MD -MP -MF .deps/rt-app_utils.Tpo -c -o rt-app_utils.o rt-app_utils.c
  413. mv -f .deps/rt-app_utils.Tpo .deps/rt-app_utils.Po
  414. aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../libdl/ -I./.. -MT rt-app_args.o -MD -MP -MF .deps/rt-app_args.Tpo -c -o rt-app_args.o rt-app_args.c
  415. In file included from rt-app_args.h:39:0,
  416. from rt-app_args.c:22:
  417. rt-app_parse_config.h:40:25: fatal error: json-c/json.h: No such file or directory
  418. #include <json-c/json.h>
  419. ^
  420. compilation terminated.
  421. Makefile:484: recipe for target 'rt-app_args.o' failed
  422. make[2]: *** [rt-app_args.o] Error 1
  423. make[2]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  424. Makefile:335: recipe for target 'all' failed
  425. make[1]: *** [all] Error 2
  426. make[1]: Leaving directory '/mnt/ssd/all/work/repos/tools/rt-app/src'
  427. Makefile:391: recipe for target 'all-recursive' failed
  428. make: *** [all-recursive] Error 1
Add Comment
Please, Sign In to add comment