Advertisement
Guest User

errorLog

a guest
Jun 11th, 2014
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.47 KB | None | 0 0
  1. $ make -e CROSS_TOOL_PREFIX=/opt/toolchain/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux/bin/arm-linux-gnueabihf-
  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/likan/GSM/osmocom-bb/src/target/firmware/include -nostartfiles -nodefaultlibs"
  7. configure: WARNING: unrecognized options: --disable-tests, --disable-tests
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for arm-none-eabi-strip... no
  11. checking for strip... strip
  12. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  13. checking for gawk... gawk
  14. checking whether make sets $(MAKE)... yes
  15. checking whether make supports nested variables... yes
  16. checking whether make supports nested variables... (cached) yes
  17. checking whether make sets $(MAKE)... (cached) yes
  18. checking for arm-none-eabi-gcc... no
  19. checking for gcc... gcc
  20. checking whether the C compiler works... yes
  21. checking for C compiler default output file name... a.out
  22. checking for suffix of executables...
  23. checking whether we are cross compiling... yes
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking whether gcc understands -c and -o together... yes
  29. checking for style of include used by make... GNU
  30. checking dependency style of gcc... gcc3
  31. checking build system type... x86_64-unknown-linux-gnu
  32. checking host system type... arm-none-eabi
  33. checking how to print strings... printf
  34. checking for a sed that does not truncate output... /usr/bin/sed
  35. checking for grep that handles long lines and -e... /usr/bin/grep
  36. checking for egrep... /usr/bin/grep -E
  37. checking for fgrep... /usr/bin/grep -F
  38. checking for ld used by gcc... /usr/bin/ld
  39. checking if the linker (/usr/bin/ld) is GNU ld... yes
  40. checking for BSD- or MS-compatible name lister (nm)... no
  41. checking for arm-none-eabi-dumpbin... no
  42. checking for arm-none-eabi-link... no
  43. checking for dumpbin... no
  44. checking for link... link -dump
  45. configure: WARNING: using cross tools not prefixed with host triplet
  46. checking the name lister (nm) interface... BSD nm
  47. checking whether ln -s works... yes
  48. checking the maximum length of command line arguments... 1572864
  49. checking whether the shell understands some XSI constructs... yes
  50. checking whether the shell understands "+="... yes
  51. checking how to convert x86_64-unknown-linux-gnu file names to arm-none-eabi format... func_convert_file_noop
  52. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  53. checking for /usr/bin/ld option to reload object files... -r
  54. checking for arm-none-eabi-objdump... no
  55. checking for objdump... objdump
  56. checking how to recognize dependent libraries... unknown
  57. checking for arm-none-eabi-dlltool... no
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for arm-none-eabi-ar... no
  61. checking for ar... ar
  62. checking for archiver @FILE support... @
  63. checking for arm-none-eabi-strip... strip
  64. checking for arm-none-eabi-ranlib... no
  65. checking for ranlib... ranlib
  66. checking command to parse nm output from gcc object... ok
  67. checking for sysroot... no
  68. checking for arm-none-eabi-mt... no
  69. checking for mt... no
  70. checking if : is a manifest tool... no
  71. checking how to run the C preprocessor... gcc -E
  72. checking for ANSI C header files... yes
  73. checking for sys/types.h... yes
  74. checking for sys/stat.h... yes
  75. checking for stdlib.h... yes
  76. checking for string.h... yes
  77. checking for memory.h... yes
  78. checking for strings.h... yes
  79. checking for inttypes.h... yes
  80. checking for stdint.h... yes
  81. checking for unistd.h... yes
  82. checking for dlfcn.h... yes
  83. checking for objdir... .libs
  84. checking if gcc supports -fno-rtti -fno-exceptions... no
  85. checking for gcc option to produce PIC... -fPIC -DPIC
  86. checking if gcc PIC flag -fPIC -DPIC works... yes
  87. checking if gcc static flag -static works... no
  88. checking if gcc supports -c -o file.o... yes
  89. checking if gcc supports -c -o file.o... (cached) yes
  90. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  91. checking dynamic linker characteristics... no
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... no
  95. checking whether to build shared libraries... no
  96. checking whether to build static libraries... yes
  97. checking for ANSI C header files... (cached) yes
  98. checking execinfo.h usability... yes
  99. checking execinfo.h presence... yes
  100. checking for execinfo.h... yes
  101. checking for sys/select.h... (cached) no
  102. checking for sys/socket.h... (cached) no
  103. checking syslog.h usability... yes
  104. checking syslog.h presence... yes
  105. checking for syslog.h... yes
  106. checking ctype.h usability... yes
  107. checking ctype.h presence... yes
  108. checking for ctype.h... yes
  109. checking for size_t... yes
  110. checking for working alloca.h... yes
  111. checking for alloca... yes
  112. checking for library containing dlopen... -ldl
  113. checking for doxygen... false
  114. checking if gcc supports -fvisibility=hidden... yes
  115. checking whether struct tm has tm_gmtoff member... no
  116. checking that generated files are newer than configure... done
  117. configure: creating ./config.status
  118. config.status: creating libosmocore.pc
  119. config.status: creating libosmocodec.pc
  120. config.status: creating libosmovty.pc
  121. config.status: creating libosmogsm.pc
  122. config.status: creating libosmogb.pc
  123. config.status: creating include/Makefile
  124. config.status: creating src/Makefile
  125. config.status: creating src/vty/Makefile
  126. config.status: creating src/codec/Makefile
  127. config.status: creating src/gsm/Makefile
  128. config.status: creating src/gb/Makefile
  129. config.status: creating tests/Makefile
  130. config.status: creating utils/Makefile
  131. config.status: creating Doxyfile.core
  132. config.status: creating Doxyfile.gsm
  133. config.status: creating Doxyfile.vty
  134. config.status: creating Doxyfile.codec
  135. config.status: creating Makefile
  136. config.status: creating config.h
  137. config.status: config.h is unchanged
  138. config.status: executing tests/atconfig commands
  139. config.status: executing depfiles commands
  140. config.status: executing libtool commands
  141. configure: WARNING: unrecognized options: --disable-tests, --disable-tests
  142. cd shared/libosmocore/build-target && make
  143. make[1]: вход в каталог «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target»
  144. make all-recursive
  145. make[2]: вход в каталог «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target»
  146. Making all in include
  147. make[3]: вход в каталог «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/include»
  148. make[3]: Цель «all» не требует выполнения команд.
  149. make[3]: выход из каталога «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/include»
  150. Making all in src
  151. make[3]: вход в каталог «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/src»
  152. make all-am
  153. make[4]: вход в каталог «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/src»
  154. CC gsmtap_util.lo
  155. In file included from ../../include/osmocom/core/msgb.h:25:0,
  156. from ../../include/osmocom/core/write_queue.h:34,
  157. from ../../include/osmocom/core/gsmtap_util.h:5,
  158. from ../../src/gsmtap_util.c:25:
  159. ../../include/osmocom/core/msgb.h: In function 'msgb_alloc_headroom':
  160. ../../include/osmocom/core/utils.h:40:51: warning: typedef 'dummyheadroom_bigger' locally defined but not used [-Wunused-local-typedefs]
  161. #define osmo_static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1];
  162. ^
  163. ../../include/osmocom/core/msgb.h:386:2: note: in expansion of macro 'osmo_static_assert'
  164. osmo_static_assert(size > headroom, headroom_bigger);
  165. ^
  166. In file included from /home/likan/GSM/osmocom-bb/src/target/firmware/include/swab.h:5:0,
  167. from /home/likan/GSM/osmocom-bb/src/target/firmware/include/byteorder.h:12,
  168. from /home/likan/GSM/osmocom-bb/src/target/firmware/include/arpa/inet.h:2,
  169. from ../../src/gsmtap_util.c:37:
  170. /home/likan/GSM/osmocom-bb/src/target/firmware/include/defines.h: At top level:
  171. /home/likan/GSM/osmocom-bb/src/target/firmware/include/defines.h:5:0: warning: "__attribute_const__" redefined
  172. #define __attribute_const__ __attribute__((__const__))
  173. ^
  174. In file included from /usr/include/features.h:378:0,
  175. from /usr/include/stdint.h:25,
  176. from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/stdint.h:9,
  177. from /home/likan/GSM/osmocom-bb/src/target/firmware/include/stdint.h:19,
  178. from ../../include/osmocom/core/gsmtap_util.h:4,
  179. from ../../src/gsmtap_util.c:25:
  180. /usr/include/sys/cdefs.h:237:0: note: this is the location of the previous definition
  181. # define __attribute_const__ __attribute__ ((__const__))
  182. ^
  183. /home/likan/GSM/osmocom-bb/src/target/firmware/include/asm/swab.h: Assembler messages:
  184. /home/likan/GSM/osmocom-bb/src/target/firmware/include/asm/swab.h:32: Error: no such instruction: `eor %edx,%r9d,%r9d,ror'
  185. Makefile:477: ошибка выполнения рецепта для цели «gsmtap_util.lo»
  186. make[4]: *** [gsmtap_util.lo] Ошибка 1
  187. make[4]: выход из каталога «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/src»
  188. Makefile:354: ошибка выполнения рецепта для цели «all»
  189. make[3]: *** [all] Ошибка 2
  190. make[3]: выход из каталога «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target/src»
  191. Makefile:495: ошибка выполнения рецепта для цели «all-recursive»
  192. make[2]: *** [all-recursive] Ошибка 1
  193. make[2]: выход из каталога «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target»
  194. Makefile:366: ошибка выполнения рецепта для цели «all»
  195. make[1]: *** [all] Ошибка 2
  196. make[1]: выход из каталога «/home/likan/GSM/osmocom-bb/src/shared/libosmocore/build-target»
  197. Makefile:33: ошибка выполнения рецепта для цели «shared/libosmocore/build-target/src/.libs/libosmocore.a»
  198. make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement