Advertisement
Guest User

Untitled

a guest
May 1st, 2014
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.04 KB | None | 0 0
  1. config.status: executing default-1 commands
  2. config.status: creating po/POTFILES
  3. config.status: creating po/Makefile
  4. make[2]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  5. make all-recursive
  6. make[3]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  7. Making all in .
  8. make[4]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  9. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -o libopcodes.la -rpath /opt/or1k-toolchain/x86_64-unknown-linux-gnu/or1k-elf/lib dis-buf.lo disassemble.lo dis-init.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo -Wl,/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/../bfd/.libs/libbfd.so -L/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed
  10. libtool: link: rm -fr .libs/libopcodes-2.24.51.20130930.so .libs/libopcodes.a .libs/libopcodes.la .libs/libopcodes.lai .libs/libopcodes.so
  11. libtool: link: gcc -shared .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/or1k-asm.o .libs/or1k-desc.o .libs/or1k-dis.o .libs/or1k-ibld.o .libs/or1k-opc.o .libs/cgen-opc.o .libs/cgen-asm.o .libs/cgen-dis.o .libs/cgen-bitset.o -L/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/../libiberty/pic -liberty -Wl,/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/../bfd/.libs/libbfd.so -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.24.51.20130930.so -o .libs/libopcodes-2.24.51.20130930.so
  12. libtool: link: (cd ".libs" && rm -f "libopcodes.so" && ln -s "libopcodes-2.24.51.20130930.so" "libopcodes.so")
  13. libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o cgen-opc.o cgen-asm.o cgen-dis.o cgen-bitset.o
  14. libtool: link: ranlib .libs/libopcodes.a
  15. libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
  16. libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  17. if [ -f $libtooldir/libopcodes.a ]; then \
  18. cp $libtooldir/libopcodes.a libopcodes.tmp; \
  19. ranlib libopcodes.tmp; \
  20. /bin/bash ../../or1k-src/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
  21. else true; fi
  22. touch stamp-lib
  23. make[4]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  24. Making all in po
  25. make[4]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/po'
  26. make[4]: Nothing to be done for `all'.
  27. make[4]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/po'
  28. make[3]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  29. make[2]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes'
  30. Configuring in ./binutils
  31. configure: loading cache ./config.cache
  32. checking build system type... (cached) x86_64-unknown-linux-gnu
  33. checking host system type... (cached) x86_64-unknown-linux-gnu
  34. checking target system type... (cached) or1k-unknown-elf
  35. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  36. checking for C compiler default output file name... a.out
  37. checking whether the C compiler works... yes
  38. checking whether we are cross compiling... no
  39. checking for suffix of executables...
  40. checking for suffix of object files... (cached) o
  41. checking whether we are using the GNU C compiler... (cached) yes
  42. checking whether gcc accepts -g... (cached) yes
  43. checking for gcc option to accept ISO C89... (cached) none needed
  44. checking for library containing strerror... (cached) none required
  45. checking for a BSD-compatible install... /usr/bin/install -c
  46. checking whether build environment is sane... yes
  47. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  48. checking for gawk... (cached) mawk
  49. checking whether make sets $(MAKE)... (cached) yes
  50. checking for style of include used by make... GNU
  51. checking dependency style of gcc... (cached) gcc3
  52. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  53. checking whether we are using the GNU C compiler... (cached) yes
  54. checking whether gcc accepts -g... (cached) yes
  55. checking for gcc option to accept ISO C89... (cached) none needed
  56. checking how to run the C preprocessor... (cached) gcc -E
  57. checking for grep that handles long lines and -e... (cached) /bin/grep
  58. checking for egrep... (cached) /bin/grep -E
  59. checking for ANSI C header files... (cached) yes
  60. checking for sys/types.h... (cached) yes
  61. checking for sys/stat.h... (cached) yes
  62. checking for stdlib.h... (cached) yes
  63. checking for string.h... (cached) yes
  64. checking for memory.h... (cached) yes
  65. checking for strings.h... (cached) yes
  66. checking for inttypes.h... (cached) yes
  67. checking for stdint.h... (cached) yes
  68. checking for unistd.h... (cached) yes
  69. checking for minix/config.h... (cached) no
  70. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  71. checking for special C compiler options needed for large files... (cached) no
  72. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  73. checking how to print strings... printf
  74. checking for a sed that does not truncate output... (cached) /bin/sed
  75. checking for fgrep... (cached) /bin/grep -F
  76. checking for ld used by gcc... (cached) ld
  77. checking if the linker (ld) is GNU ld... (cached) yes
  78. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  79. checking the name lister (nm) interface... (cached) BSD nm
  80. checking whether ln -s works... yes
  81. checking the maximum length of command line arguments... (cached) 3458764513820540925
  82. checking whether the shell understands some XSI constructs... yes
  83. checking whether the shell understands "+="... yes
  84. checking for ld option to reload object files... (cached) -r
  85. checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
  86. checking how to recognize dependent libraries... (cached) pass_all
  87. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  88. checking for x86_64-unknown-linux-gnu-strip... no
  89. checking for strip... (cached) strip
  90. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  91. checking command to parse nm output from gcc object... (cached) ok
  92. checking for dlfcn.h... (cached) yes
  93. checking for objdir... (cached) .libs
  94. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  95. checking for gcc option to produce PIC... -fPIC -DPIC
  96. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  97. checking if gcc static flag -static works... (cached) yes
  98. checking if gcc supports -c -o file.o... (cached) yes
  99. checking if gcc supports -c -o file.o... (cached) yes
  100. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  101. checking whether -lc should be explicitly linked in... (cached) no
  102. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... yes
  108. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  109. checking for bison... (cached) bison -y
  110. checking for flex... (cached) /home/openrisc/workspace/agora-airgap/or1k-src/missing flex
  111. checking lex output file root... (cached) lex.yy
  112. checking lex library... (cached)
  113. checking whether yytext is a pointer... (cached) yes
  114. checking whether NLS is requested... yes
  115. checking for catalogs to be installed... bg da es fi fr hr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW
  116. checking whether NLS is requested... yes
  117. checking for msgfmt... (cached) /usr/bin/msgfmt
  118. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  119. checking for xgettext... (cached) /usr/bin/xgettext
  120. checking for msgmerge... (cached) /usr/bin/msgmerge
  121. checking whether to enable maintainer-specific portions of Makefiles... no
  122. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  123. checking for string.h... (cached) yes
  124. checking for strings.h... (cached) yes
  125. checking for stdlib.h... (cached) yes
  126. checking for unistd.h... (cached) yes
  127. checking for fcntl.h... (cached) yes
  128. checking for sys/file.h... (cached) yes
  129. checking for limits.h... (cached) yes
  130. checking for locale.h... (cached) yes
  131. checking for sys/param.h... (cached) yes
  132. checking for wchar.h... (cached) yes
  133. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  134. checking whether string.h and strings.h may both be included... (cached) yes
  135. checking for working alloca.h... (cached) yes
  136. checking for alloca... (cached) yes
  137. checking for sbrk... (cached) yes
  138. checking for utimes... (cached) yes
  139. checking for setmode... (cached) no
  140. checking for getc_unlocked... (cached) yes
  141. checking for strcoll... (cached) yes
  142. checking for setlocale... (cached) yes
  143. checking for mkstemp... (cached) yes
  144. checking for mkdtemp... (cached) yes
  145. checking for mbstate_t... yes
  146. checking for library containing frexp... (cached) none required
  147. checking for LC_MESSAGES... (cached) yes
  148. checking for time_t in time.h... (cached) yes
  149. checking for time_t in sys/types.h... (cached) yes
  150. checking for a known getopt prototype in unistd.h... (cached) yes
  151. checking for utime.h... (cached) yes
  152. checking whether environ is declared... (cached) yes
  153. checking whether fprintf is declared... (cached) yes
  154. checking whether getc_unlocked is declared... (cached) yes
  155. checking whether getenv is declared... (cached) yes
  156. checking whether sbrk is declared... (cached) yes
  157. checking whether snprintf is declared... (cached) yes
  158. checking whether stpcpy is declared... (cached) yes
  159. checking whether strnlen is declared... (cached) yes
  160. checking whether strstr is declared... (cached) yes
  161. checking whether vsnprintf is declared... (cached) yes
  162. checking for library containing zlibVersion... (cached) no
  163. checking for iconv.h... (cached) yes
  164. checking for ld used by GCC... (cached) ld -m elf_x86_64
  165. checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes
  166. checking for shared library run path origin... (cached) done
  167. checking for iconv... (cached) yes
  168. checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  169. configure: creating ./config.status
  170. config.status: creating Makefile
  171. config.status: creating doc/Makefile
  172. config.status: creating po/Makefile.in
  173. config.status: creating config.h
  174. config.status: config.h is unchanged
  175. config.status: executing depfiles commands
  176. config.status: executing libtool commands
  177. config.status: executing default-1 commands
  178. config.status: creating po/POTFILES
  179. config.status: creating po/Makefile
  180. Configuring in ./gas
  181. configure: loading cache ./config.cache
  182. checking build system type... (cached) x86_64-unknown-linux-gnu
  183. checking host system type... (cached) x86_64-unknown-linux-gnu
  184. checking target system type... (cached) or1k-unknown-elf
  185. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  186. checking for C compiler default output file name... a.out
  187. checking whether the C compiler works... yes
  188. checking whether we are cross compiling... no
  189. checking for suffix of executables...
  190. checking for suffix of object files... (cached) o
  191. checking whether we are using the GNU C compiler... (cached) yes
  192. checking whether gcc accepts -g... (cached) yes
  193. checking for gcc option to accept ISO C89... (cached) none needed
  194. checking for library containing strerror... (cached) none required
  195. checking for a BSD-compatible install... /usr/bin/install -c
  196. checking whether build environment is sane... yes
  197. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  198. checking for gawk... (cached) mawk
  199. checking whether make sets $(MAKE)... (cached) yes
  200. checking for style of include used by make... GNU
  201. checking dependency style of gcc... (cached) gcc3
  202. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  203. checking whether we are using the GNU C compiler... (cached) yes
  204. checking whether gcc accepts -g... (cached) yes
  205. checking for gcc option to accept ISO C89... (cached) none needed
  206. checking how to run the C preprocessor... (cached) gcc -E
  207. checking for grep that handles long lines and -e... (cached) /bin/grep
  208. checking for egrep... (cached) /bin/grep -E
  209. checking for ANSI C header files... (cached) yes
  210. checking for sys/types.h... (cached) yes
  211. checking for sys/stat.h... (cached) yes
  212. checking for stdlib.h... (cached) yes
  213. checking for string.h... (cached) yes
  214. checking for memory.h... (cached) yes
  215. checking for strings.h... (cached) yes
  216. checking for inttypes.h... (cached) yes
  217. checking for stdint.h... (cached) yes
  218. checking for unistd.h... (cached) yes
  219. checking for minix/config.h... (cached) no
  220. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  221. checking for special C compiler options needed for large files... (cached) no
  222. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  223. checking how to print strings... printf
  224. checking for a sed that does not truncate output... (cached) /bin/sed
  225. checking for fgrep... (cached) /bin/grep -F
  226. checking for ld used by gcc... (cached) ld
  227. checking if the linker (ld) is GNU ld... (cached) yes
  228. checking for BSD- or MS-compatible name lister (nm)... (cached) nm
  229. checking the name lister (nm) interface... (cached) BSD nm
  230. checking whether ln -s works... yes
  231. checking the maximum length of command line arguments... (cached) 3458764513820540925
  232. checking whether the shell understands some XSI constructs... yes
  233. checking whether the shell understands "+="... yes
  234. checking for ld option to reload object files... (cached) -r
  235. checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
  236. checking how to recognize dependent libraries... (cached) pass_all
  237. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  238. checking for x86_64-unknown-linux-gnu-strip... no
  239. checking for strip... (cached) strip
  240. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  241. checking command to parse nm output from gcc object... (cached) ok
  242. checking for dlfcn.h... (cached) yes
  243. checking for objdir... (cached) .libs
  244. checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
  245. checking for gcc option to produce PIC... -fPIC -DPIC
  246. checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
  247. checking if gcc static flag -static works... (cached) yes
  248. checking if gcc supports -c -o file.o... (cached) yes
  249. checking if gcc supports -c -o file.o... (cached) yes
  250. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  251. checking whether -lc should be explicitly linked in... (cached) no
  252. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  253. checking how to hardcode library paths into programs... immediate
  254. checking whether stripping libraries is possible... yes
  255. checking if libtool supports shared libraries... yes
  256. checking whether to build shared libraries... yes
  257. checking whether to build static libraries... yes
  258. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
  259. checking whether byte ordering is bigendian... (cached) no
  260. checking for bison... (cached) bison -y
  261. checking for flex... (cached) /home/openrisc/workspace/agora-airgap/or1k-src/missing flex
  262. checking lex output file root... (cached) lex.yy
  263. checking lex library... (cached)
  264. checking whether yytext is a pointer... (cached) yes
  265. checking whether NLS is requested... yes
  266. checking for catalogs to be installed... es fi fr id ja ru rw tr
  267. checking whether NLS is requested... yes
  268. checking for msgfmt... (cached) /usr/bin/msgfmt
  269. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  270. checking for xgettext... (cached) /usr/bin/xgettext
  271. checking for msgmerge... (cached) /usr/bin/msgmerge
  272. checking whether to enable maintainer-specific portions of Makefiles... no
  273. checking for string.h... (cached) yes
  274. checking for stdlib.h... (cached) yes
  275. checking for memory.h... (cached) yes
  276. checking for strings.h... (cached) yes
  277. checking for unistd.h... (cached) yes
  278. checking for errno.h... (cached) yes
  279. checking for sys/types.h... (cached) yes
  280. checking for limits.h... (cached) yes
  281. checking for locale.h... (cached) yes
  282. checking for time.h... (cached) yes
  283. checking for sys/stat.h... (cached) yes
  284. checking whether string.h and strings.h may both be included... (cached) yes
  285. checking whether compiling a cross-assembler... yes
  286. checking for working alloca.h... (cached) yes
  287. checking for alloca... (cached) yes
  288. checking for inline... (cached) inline
  289. checking for unlink... (cached) yes
  290. checking for sbrk... (cached) yes
  291. checking for setlocale... (cached) yes
  292. checking for LC_MESSAGES... (cached) yes
  293. checking for working assert macro... (cached) yes
  294. checking whether declaration is required for errno... (cached) no
  295. checking for a known getopt prototype in unistd.h... (cached) yes
  296. checking whether declaration is required for environ... (cached) no
  297. checking whether declaration is required for ffs... (cached) no
  298. checking whether declaration is required for free... (cached) no
  299. checking whether declaration is required for malloc... (cached) no
  300. checking whether declaration is required for sbrk... (cached) no
  301. checking whether declaration is required for strstr... (cached) no
  302. checking whether free is declared... (cached) yes
  303. checking whether getenv is declared... (cached) yes
  304. checking whether malloc is declared... (cached) yes
  305. checking whether mempcpy is declared... (cached) yes
  306. checking whether realloc is declared... (cached) yes
  307. checking whether stpcpy is declared... (cached) yes
  308. checking whether strstr is declared... (cached) yes
  309. checking whether vsnprintf is declared... (cached) yes
  310. checking for library containing zlibVersion... (cached) no
  311. checking for struct tm.tm_gmtoff in time.h... (cached) yes
  312. checking for struct stat.st_mtim.tv_sec in sys/stat.h... (cached) yes
  313. checking for struct stat.st_mtim.tv_nsec in sys/stat.h... (cached) yes
  314. configure: creating ./config.status
  315. config.status: creating .gdbinit
  316. config.status: creating Makefile
  317. config.status: creating doc/Makefile
  318. config.status: creating po/Makefile.in
  319. config.status: creating config.h
  320. config.status: config.h is unchanged
  321. config.status: executing depfiles commands
  322. config.status: executing libtool commands
  323. config.status: executing default-1 commands
  324. config.status: creating po/POTFILES
  325. config.status: creating po/Makefile
  326. config.status: executing default commands
  327. make[2]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  328. make all-recursive
  329. make[3]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  330. Making all in doc
  331. make[4]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas/doc'
  332. make[4]: Nothing to be done for `all'.
  333. make[4]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas/doc'
  334. Making all in po
  335. make[4]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas/po'
  336. make[4]: Nothing to be done for `all'.
  337. make[4]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas/po'
  338. make[4]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  339. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o ../../or1k-src/gas/app.c
  340. mv -f .deps/app.Tpo .deps/app.Po
  341. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o ../../or1k-src/gas/as.c
  342. mv -f .deps/as.Tpo .deps/as.Po
  343. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o ../../or1k-src/gas/atof-generic.c
  344. mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po
  345. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o ../../or1k-src/gas/cond.c
  346. mv -f .deps/cond.Tpo .deps/cond.Po
  347. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o ../../or1k-src/gas/depend.c
  348. mv -f .deps/depend.Tpo .deps/depend.Po
  349. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o ../../or1k-src/gas/dwarf2dbg.c
  350. mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po
  351. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o ../../or1k-src/gas/dw2gencfi.c
  352. mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po
  353. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ../../or1k-src/gas/ecoff.c
  354. mv -f .deps/ecoff.Tpo .deps/ecoff.Po
  355. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ../../or1k-src/gas/ehopt.c
  356. mv -f .deps/ehopt.Tpo .deps/ehopt.Po
  357. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o ../../or1k-src/gas/expr.c
  358. mv -f .deps/expr.Tpo .deps/expr.Po
  359. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o ../../or1k-src/gas/flonum-copy.c
  360. mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po
  361. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o ../../or1k-src/gas/frags.c
  362. mv -f .deps/frags.Tpo .deps/frags.Po
  363. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o ../../or1k-src/gas/hash.c
  364. mv -f .deps/hash.Tpo .deps/hash.Po
  365. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o ../../or1k-src/gas/input-file.c
  366. mv -f .deps/input-file.Tpo .deps/input-file.Po
  367. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o ../../or1k-src/gas/input-scrub.c
  368. mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po
  369. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o ../../or1k-src/gas/listing.c
  370. mv -f .deps/listing.Tpo .deps/listing.Po
  371. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o ../../or1k-src/gas/literal.c
  372. mv -f .deps/literal.Tpo .deps/literal.Po
  373. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o ../../or1k-src/gas/macro.c
  374. mv -f .deps/macro.Tpo .deps/macro.Po
  375. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o ../../or1k-src/gas/messages.c
  376. mv -f .deps/messages.Tpo .deps/messages.Po
  377. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o ../../or1k-src/gas/output-file.c
  378. mv -f .deps/output-file.Tpo .deps/output-file.Po
  379. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o ../../or1k-src/gas/read.c
  380. mv -f .deps/read.Tpo .deps/read.Po
  381. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o ../../or1k-src/gas/remap.c
  382. mv -f .deps/remap.Tpo .deps/remap.Po
  383. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o ../../or1k-src/gas/sb.c
  384. mv -f .deps/sb.Tpo .deps/sb.Po
  385. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../or1k-src/gas/stabs.c
  386. mv -f .deps/stabs.Tpo .deps/stabs.Po
  387. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o ../../or1k-src/gas/subsegs.c
  388. mv -f .deps/subsegs.Tpo .deps/subsegs.Po
  389. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o ../../or1k-src/gas/symbols.c
  390. mv -f .deps/symbols.Tpo .deps/symbols.Po
  391. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o ../../or1k-src/gas/write.c
  392. mv -f .deps/write.Tpo .deps/write.Po
  393. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT tc-or1k.o -MD -MP -MF .deps/tc-or1k.Tpo -c -o tc-or1k.o `test -f 'config/tc-or1k.c' || echo '../../or1k-src/gas/'`config/tc-or1k.c
  394. mv -f .deps/tc-or1k.Tpo .deps/tc-or1k.Po
  395. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '../../or1k-src/gas/'`config/obj-elf.c
  396. mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po
  397. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '../../or1k-src/gas/'`config/atof-ieee.c
  398. mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po
  399. gcc -DHAVE_CONFIG_H -I. -I../../or1k-src/gas -I. -I../../or1k-src/gas -I../bfd -I../../or1k-src/gas/config -I../../or1k-src/gas/../include -I../../or1k-src/gas/.. -I../../or1k-src/gas/../bfd -DLOCALEDIR="\"/opt/or1k-toolchain/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cgen.o -MD -MP -MF .deps/cgen.Tpo -c -o cgen.o ../../or1k-src/gas/cgen.c
  400. mv -f .deps/cgen.Tpo .deps/cgen.Po
  401. /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-or1k.o obj-elf.o atof-ieee.o cgen.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a
  402. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -o .libs/as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-or1k.o obj-elf.o atof-ieee.o cgen.o ../opcodes/.libs/libopcodes.so -L/home/openrisc/workspace/agora-airgap/bld-or1k-src/opcodes/../libiberty/pic ../bfd/.libs/libbfd.so -L/home/openrisc/workspace/agora-airgap/bld-or1k-src/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -Wl,-rpath -Wl,/opt/or1k-toolchain/x86_64-unknown-linux-gnu/or1k-elf/lib
  403. make[4]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  404. make[3]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  405. make[2]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/gas'
  406. make[2]: Entering directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/binutils'
  407. gcc -g -O2 -o sysinfo sysinfo.o syslex_wrap.o
  408. syslex_wrap.o: In function `main':
  409. /home/openrisc/workspace/agora-airgap/bld-or1k-src/binutils/./syslex.c:1: multiple definition of `main'
  410. sysinfo.o:/home/openrisc/workspace/agora-airgap/bld-or1k-src/binutils/sysinfo.y:409: first defined here
  411. sysinfo.o: In function `yyparse':
  412. sysinfo.c:(.text+0x3f6): undefined reference to `yylex'
  413. collect2: error: ld returned 1 exit status
  414. make[2]: *** [sysinfo] Error 1
  415. make[2]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src/binutils'
  416. make[1]: *** [all-binutils] Error 2
  417. make[1]: Leaving directory `/home/openrisc/workspace/agora-airgap/bld-or1k-src'
  418. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement