Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 KB | None | 0 0
  1. duo@duo:~/osmocombb/osmocom-bb/src$ make
  2. cd shared/libosmocore/build-target && ../configure \
  3. --host=arm-none-eabi --enable-embedded --disable-shared \
  4. --disable-tests ac_cv_header_sys_select_h=no \
  5. --disable-tests ac_cv_header_sys_socket_h=no \
  6. CFLAGS="-Os -ffunction-sections -I/home/duo/osmocombb/osmocom-bb/src/target/firmware/include -nostartfiles -nodefaultlibs"
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for arm-none-eabi-strip... no
  10. checking for strip... strip
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make supports nested variables... yes
  15. checking whether make supports nested variables... (cached) yes
  16. checking whether make sets $(MAKE)... (cached) yes
  17. checking for arm-none-eabi-gcc... no
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... yes
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking whether gcc understands -c and -o together... yes
  28. checking for style of include used by make... GNU
  29. checking dependency style of gcc... gcc3
  30. checking build system type... x86_64-pc-linux-gnu
  31. checking host system type... arm-none-eabi
  32. checking how to print strings... printf
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for fgrep... /bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... no
  40. checking for arm-none-eabi-dumpbin... no
  41. checking for arm-none-eabi-link... no
  42. checking for dumpbin... no
  43. checking for link... link -dump
  44. configure: WARNING: using cross tools not prefixed with host triplet
  45. checking the name lister (nm) interface... BSD nm
  46. checking whether ln -s works... yes
  47. checking the maximum length of command line arguments... 1572864
  48. checking how to convert x86_64-pc-linux-gnu file names to arm-none-eabi format... func_convert_file_noop
  49. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  50. checking for /usr/bin/ld option to reload object files... -r
  51. checking for arm-none-eabi-objdump... no
  52. checking for objdump... objdump
  53. checking how to recognize dependent libraries... unknown
  54. checking for arm-none-eabi-dlltool... no
  55. checking for dlltool... no
  56. checking how to associate runtime and link libraries... printf %s\n
  57. checking for arm-none-eabi-ar... no
  58. checking for ar... ar
  59. checking for archiver @FILE support... @
  60. checking for arm-none-eabi-strip... strip
  61. checking for arm-none-eabi-ranlib... no
  62. checking for ranlib... ranlib
  63. checking command to parse nm output from gcc object... ok
  64. checking for sysroot... no
  65. checking for a working dd... /bin/dd
  66. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  67. checking for arm-none-eabi-mt... no
  68. checking for mt... mt
  69. checking if mt is a manifest tool... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... no
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... no
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  90. checking dynamic linker characteristics... no
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... no
  94. checking whether to build shared libraries... no
  95. checking whether to build static libraries... yes
  96. checking for ANSI C header files... (cached) yes
  97. checking execinfo.h usability... yes
  98. checking execinfo.h presence... yes
  99. checking for execinfo.h... yes
  100. checking for sys/select.h... (cached) no
  101. checking for sys/socket.h... (cached) no
  102. checking syslog.h usability... yes
  103. checking syslog.h presence... yes
  104. checking for syslog.h... yes
  105. checking ctype.h usability... yes
  106. checking ctype.h presence... yes
  107. checking for ctype.h... yes
  108. checking for size_t... yes
  109. checking for working alloca.h... yes
  110. checking for alloca... yes
  111. checking for library containing dlopen... -ldl
  112. checking for doxygen... /usr/bin/doxygen
  113. checking if gcc supports -fvisibility=hidden... yes
  114. checking that generated files are newer than configure... done
  115. configure: creating ./config.status
  116. config.status: creating libosmocore.pc
  117. config.status: creating libosmocodec.pc
  118. config.status: creating libosmovty.pc
  119. config.status: creating libosmogsm.pc
  120. config.status: creating include/osmocom/Makefile
  121. config.status: creating include/osmocom/vty/Makefile
  122. config.status: creating include/osmocom/codec/Makefile
  123. config.status: creating include/osmocom/crypt/Makefile
  124. config.status: creating include/osmocom/gsm/Makefile
  125. config.status: creating include/osmocom/gsm/protocol/Makefile
  126. config.status: creating include/osmocom/core/Makefile
  127. config.status: creating include/Makefile
  128. config.status: creating src/Makefile
  129. config.status: creating src/vty/Makefile
  130. config.status: creating src/codec/Makefile
  131. config.status: creating src/gsm/Makefile
  132. config.status: creating tests/Makefile
  133. config.status: creating tests/timer/Makefile
  134. config.status: creating tests/sms/Makefile
  135. config.status: creating tests/msgfile/Makefile
  136. config.status: creating tests/ussd/Makefile
  137. config.status: creating tests/smscb/Makefile
  138. config.status: creating tests/bits/Makefile
  139. config.status: creating tests/a5/Makefile
  140. config.status: creating tests/auth/Makefile
  141. config.status: creating tests/conv/Makefile
  142. config.status: creating tests/lapd/Makefile
  143. config.status: creating tests/gsm0808/Makefile
  144. config.status: creating utils/Makefile
  145. config.status: creating Doxyfile.core
  146. config.status: creating Doxyfile.gsm
  147. config.status: creating Doxyfile.vty
  148. config.status: creating Doxyfile.codec
  149. config.status: creating Makefile
  150. config.status: creating config.h
  151. config.status: config.h is unchanged
  152. config.status: executing tests/atconfig commands
  153. config.status: executing depfiles commands
  154. config.status: executing libtool commands
  155. cd shared/libosmocore/build-target && make
  156. make[1]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target'
  157. make all-recursive
  158. make[2]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target'
  159. Making all in include
  160. make[3]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include'
  161. Making all in osmocom
  162. make[4]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom'
  163. Making all in codec
  164. make[5]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/codec'
  165. make[5]: Nothing to be done for 'all'.
  166. make[5]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/codec'
  167. Making all in crypt
  168. make[5]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/crypt'
  169. make[5]: Nothing to be done for 'all'.
  170. make[5]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/crypt'
  171. Making all in gsm
  172. make[5]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm'
  173. Making all in protocol
  174. make[6]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm/protocol'
  175. make[6]: Nothing to be done for 'all'.
  176. make[6]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm/protocol'
  177. make[6]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm'
  178. make[6]: Nothing to be done for 'all-am'.
  179. make[6]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm'
  180. make[5]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/gsm'
  181. Making all in core
  182. make[5]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/core'
  183. make[5]: Nothing to be done for 'all'.
  184. make[5]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom/core'
  185. make[5]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom'
  186. make[5]: Nothing to be done for 'all-am'.
  187. make[5]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom'
  188. make[4]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include/osmocom'
  189. make[4]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include'
  190. make[4]: Nothing to be done for 'all-am'.
  191. make[4]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include'
  192. make[3]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/include'
  193. Making all in src
  194. make[3]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/src'
  195. Making all in .
  196. make[4]: Entering directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/src'
  197. CC gsmtap_util.lo
  198. In file included from ../../include/osmocom/core/msgb.h:25:0,
  199. from ../../include/osmocom/core/write_queue.h:34,
  200. from ../../include/osmocom/core/gsmtap_util.h:5,
  201. from ../../src/gsmtap_util.c:25:
  202. ../../include/osmocom/core/msgb.h: In function ‘msgb_alloc_headroom’:
  203. ../../include/osmocom/core/utils.h:40:51: warning: typedef ‘dummyheadroom_bigger’ locally defined but not used [-Wunused-local-typedefs]
  204. fine osmo_static_assert(exp, name) typedef int dummy##name
  205. ^
  206. ../../include/osmocom/core/msgb.h:354:2: note: in expansion of macro ‘osmo_static_assert’
  207. osmo_static_assert(size > headroom, headroom_bigger);
  208. ^
  209. In file included from /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/swab.h:5:0,
  210. from /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/byteorder.h:12,
  211. from /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/arpa/inet.h:2,
  212. from ../../src/gsmtap_util.c:37:
  213. /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/defines.h: At top level:
  214. /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/defines.h:5:0: warning: "__attribute_const__" redefined
  215. #define __attribute_const__ __attribute__((__const__))
  216. ^
  217. In file included from /usr/include/features.h:364:0,
  218. from /usr/include/stdint.h:25,
  219. from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
  220. from /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/stdint.h:19,
  221. from ../../include/osmocom/core/gsmtap_util.h:4,
  222. from ../../src/gsmtap_util.c:25:
  223. /usr/include/x86_64-linux-gnu/sys/cdefs.h:236:0: note: this is the location of the previous definition
  224. # define __attribute_const__ __attribute__ ((__const__))
  225. ^
  226. /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/asm/swab.h: Assembler messages:
  227. /home/duo/osmocombb/osmocom-bb/src/target/firmware/include/asm/swab.h:32: Error: no such instruction: `eor %edx,%r9d,%r9d,ror'
  228. Makefile:527: recipe for target 'gsmtap_util.lo' failed
  229. make[4]: *** [gsmtap_util.lo] Error 1
  230. make[4]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/src'
  231. Makefile:546: recipe for target 'all-recursive' failed
  232. make[3]: *** [all-recursive] Error 1
  233. make[3]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target/src'
  234. Makefile:505: recipe for target 'all-recursive' failed
  235. make[2]: *** [all-recursive] Error 1
  236. make[2]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target'
  237. Makefile:379: recipe for target 'all' failed
  238. make[1]: *** [all] Error 2
  239. make[1]: Leaving directory '/home/duo/osmocombb/osmocom-bb/src/shared/libosmocore/build-target'
  240. Makefile:53: recipe for target 'shared/libosmocore/build-target/src/.libs/libosmocore.a' failed
  241. make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement