Advertisement
Nico_60

Untitled

Jun 1st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.28 KB | None | 0 0
  1. nico@Nico60:~/Android/GCC SaberMod/build$ ./arm-androideabi-4.9
  2. remote: Counting objects: 2524, done.
  3. remote: Compressing objects: 100% (623/623), done.
  4. remote: Total 1865 (delta 1631), reused 1397 (delta 1191)
  5. Receiving objects: 100% (1865/1865), 226.78 KiB | 362 KiB/s, done.
  6. Resolving deltas: 100% (1631/1631), completed with 339 local objects.
  7. From https://github.com/SaberMod/GCC_SaberMod
  8. * branch 4.9.1 -> FETCH_HEAD
  9. Checking out files: 100% (20290/20290), done.
  10. Warning: you are leaving 124090 commits behind, not connected to
  11. any of your branches:
  12.  
  13. 5ed3e98 Merge remote-tracking branch 'gnu/gcc-4_8-branch' into 4.8.4
  14. 553b8cb Daily bump.
  15. e4b7457 Daily bump.
  16. ffee6fd * include/tr2/bool_set: Use UTF-8 for accented characters. * scripts/run_doxygen: Handle Doxygen 1.8.x change.
  17. ... and 124086 more.
  18.  
  19. If you want to keep them by creating a new branch, this may be a good time
  20. to do so with:
  21.  
  22. git branch new_branch_name 5ed3e9812ce032bae4dd9fd535df73b090b696b1
  23.  
  24. HEAD is now at 45c25ee... Merge remote-tracking branch 'gnu/gcc-4_9-branch' into 4.9.1
  25. rm -f -r /home/nico/Android/GCC SaberMod/build/temp-install stmp-build-* stmp-install-* && \
  26. for sub in [ * ]; do \
  27. if [ -f $sub/Makefile ]; then \
  28. make -C $sub clean ; \
  29. fi; \
  30. done
  31. make[1]: entrant dans le répertoire « /home/nico/Android/GCC SaberMod/build/expat-2.0.1 »
  32. cd lib && rm -f libexpat.la *.o *.lo && rm -rf .libs _libs
  33. cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
  34. cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
  35. cd tests && rm -rf .libs runtests runtests.o runtestspp runtestspp.o
  36. cd tests && rm -f chardata.o minicheck.o
  37. rm -rf .libs libexpat.la
  38. rm -f examples/core tests/core xmlwf/core
  39. make[1]: quittant le répertoire « /home/nico/Android/GCC SaberMod/build/expat-2.0.1 »
  40. Deleting expat-2.0.1 ...
  41. checking build system type... x86_64-pc-linux-gnu
  42. checking host system type... x86_64-pc-linux-gnu
  43. checking target system type... arm-unknown-linux-androideabi
  44. checking for a BSD-compatible install... /usr/bin/install -c
  45. checking target binutils version to build... gnu
  46. checking target gold binutils version to build... gnu
  47. checking target gcc version to build... SaberMod
  48. checking gmp version... gnu
  49. checking mpfr version... gnu
  50. checking mpc version... gnu
  51. checking cloog version... checking isl version... 0.11.1
  52. checking target gdb version to build... gnu
  53. checking expat version... 2.0.1
  54. checking with python...
  55. configure: creating ./config.status
  56. config.status: creating Makefile
  57. ([ -d gmp-gnu ] || \
  58. mkdir gmp-gnu) && \
  59. ( \
  60. cd gmp-gnu ; \
  61. .././../gmp/gmp-gnu/configure \
  62. '--prefix=/home/nico/tmp/arm-linux-androideabi-4.9' '--with-gcc-version=SaberMod' '--with-pkgversion=SaberMod-4.9.1_android-graphite' '--with-binutils-version=gnu' '--with-gmp-version=gnu' '--with-mpfr-version=gnu' '--with-gdb-version=gnu' '--with-mpc-version=gnu' '--with-cloog-version=0.18.0' '--with-isl-version=0.11.1' '--enable-graphite=yes' '--with-gold-version=gnu' '--enable-gold=default' '--disable-libsanitizer' '--disable-libquadmath' '--disable-libatomic' '--enable-plugins' '--enable-threads' '--disable-option-checking' --program-transform-name='s&^&arm-linux-androideabi-&' --prefix=/home/nico/Android/GCC SaberMod/build/temp-install --enable-shared --host=x86_64-linux-gnu --build=x86_64-linux-gnu --enable-cxx) && \
  63. touch stmp-config-host-gmp
  64. ([ -d expat-2.0.1 ] || \
  65. mkdir expat-2.0.1) && \
  66. ( \
  67. cd expat-2.0.1 ; \
  68. .././../expat/expat-2.0.1/configure \
  69. '--prefix=/home/nico/tmp/arm-linux-androideabi-4.9' '--with-gcc-version=SaberMod' '--with-pkgversion=SaberMod-4.9.1_android-graphite' '--with-binutils-version=gnu' '--with-gmp-version=gnu' '--with-mpfr-version=gnu' '--with-gdb-version=gnu' '--with-mpc-version=gnu' '--with-cloog-version=0.18.0' '--with-isl-version=0.11.1' '--enable-graphite=yes' '--with-gold-version=gnu' '--enable-gold=default' '--disable-libsanitizer' '--disable-libquadmath' '--disable-libatomic' '--enable-plugins' '--enable-threads' '--disable-option-checking' --program-transform-name='s&^&arm-linux-androideabi-&' --prefix=/home/nico/Android/GCC SaberMod/build/temp-install --disable-shared --host=x86_64-linux-gnu --build=x86_64-linux-gnu) && \
  70. touch stmp-config-host-expat
  71. configure: WARNING: you should use --build, --host, --target
  72. configure: WARNING: invalid host type: SaberMod/build/temp-install
  73. configure: WARNING: you should use --build, --host, --target
  74. configure: WARNING: invalid host type: SaberMod/build/temp-install
  75. configure: error: --target is not appropriate for GMP
  76. Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
  77. explicitly. Use --host if cross-compiling (see "Installing GMP" in the
  78. manual for more on this).
  79. make: *** [stmp-config-host-gmp] Erreur 1
  80. make: *** Attente des tâches non terminées....
  81. checking build system type... x86_64-pc-linux-gnu
  82. checking host system type... x86_64-pc-linux-gnu
  83. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  84. checking for C compiler default output file name... a.out
  85. checking whether the C compiler works... yes
  86. checking whether we are cross compiling... no
  87. checking for suffix of executables...
  88. checking for suffix of object files... o
  89. checking whether we are using the GNU C compiler... yes
  90. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  91. checking for x86_64-linux-gnu-gcc option to accept ANSI C... none needed
  92. checking for a sed that does not truncate output... /bin/sed
  93. checking for egrep... grep -E
  94. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  95. checking if the linker (/usr/bin/ld) is GNU ld... yes
  96. checking for /usr/bin/ld option to reload object files... -r
  97. checking for BSD-compatible nm... /usr/bin/nm -B
  98. checking whether ln -s works... yes
  99. checking how to recognise dependent libraries... pass_all
  100. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  101. checking for ANSI C header files... yes
  102. checking for sys/types.h... yes
  103. checking for sys/stat.h... yes
  104. checking for stdlib.h... yes
  105. checking for string.h... yes
  106. checking for memory.h... yes
  107. checking for strings.h... yes
  108. checking for inttypes.h... yes
  109. checking for stdint.h... yes
  110. checking for unistd.h... yes
  111. checking dlfcn.h usability... yes
  112. checking dlfcn.h presence... yes
  113. checking for dlfcn.h... yes
  114. checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
  115. checking whether we are using the GNU C++ compiler... yes
  116. checking whether x86_64-linux-gnu-g++ accepts -g... yes
  117. checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
  118. checking for x86_64-linux-gnu-g77... no
  119. checking for x86_64-linux-gnu-f77... no
  120. checking for x86_64-linux-gnu-xlf... no
  121. checking for x86_64-linux-gnu-frt... no
  122. checking for x86_64-linux-gnu-pgf77... no
  123. checking for x86_64-linux-gnu-fort77... no
  124. checking for x86_64-linux-gnu-fl32... no
  125. checking for x86_64-linux-gnu-af77... no
  126. checking for x86_64-linux-gnu-f90... no
  127. checking for x86_64-linux-gnu-xlf90... no
  128. checking for x86_64-linux-gnu-pgf90... no
  129. checking for x86_64-linux-gnu-epcf90... no
  130. checking for x86_64-linux-gnu-f95... no
  131. checking for x86_64-linux-gnu-fort... no
  132. checking for x86_64-linux-gnu-xlf95... no
  133. checking for x86_64-linux-gnu-ifc... no
  134. checking for x86_64-linux-gnu-efc... no
  135. checking for x86_64-linux-gnu-pgf95... no
  136. checking for x86_64-linux-gnu-lf95... no
  137. checking for x86_64-linux-gnu-gfortran... no
  138. checking for g77... no
  139. checking for f77... no
  140. checking for xlf... no
  141. checking for frt... no
  142. checking for pgf77... no
  143. checking for fort77... no
  144. checking for fl32... no
  145. checking for af77... no
  146. checking for f90... no
  147. checking for xlf90... no
  148. checking for pgf90... no
  149. checking for epcf90... no
  150. checking for f95... no
  151. checking for fort... no
  152. checking for xlf95... no
  153. checking for ifc... no
  154. checking for efc... no
  155. checking for pgf95... no
  156. checking for lf95... no
  157. checking for gfortran... no
  158. checking whether we are using the GNU Fortran 77 compiler... no
  159. checking whether accepts -g... no
  160. checking the maximum length of command line arguments... 32768
  161. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  162. checking for objdir... .libs
  163. checking for x86_64-linux-gnu-ar... no
  164. checking for ar... ar
  165. checking for x86_64-linux-gnu-ranlib... no
  166. checking for ranlib... ranlib
  167. checking for x86_64-linux-gnu-strip... no
  168. checking for strip... strip
  169. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  170. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC
  171. checking if x86_64-linux-gnu-gcc PIC flag -fPIC works... yes
  172. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  173. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  174. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  175. checking dynamic linker characteristics... GNU/Linux ld.so
  176. checking how to hardcode library paths into programs... immediate
  177. checking whether stripping libraries is possible... yes
  178. checking if libtool supports shared libraries... yes
  179. checking whether to build shared libraries... no
  180. checking whether to build static libraries... yes
  181. configure: creating libtool
  182. appending configuration tag "CXX" to libtool
  183. checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
  184. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  185. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  186. checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC
  187. checking if x86_64-linux-gnu-g++ PIC flag -fPIC works... yes
  188. checking if x86_64-linux-gnu-g++ static flag -static works... yes
  189. checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
  190. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  191. checking dynamic linker characteristics... GNU/Linux ld.so
  192. checking how to hardcode library paths into programs... immediate
  193. appending configuration tag "F77" to libtool
  194. checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc
  195. checking whether we are using the GNU C compiler... (cached) yes
  196. checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes
  197. checking for x86_64-linux-gnu-gcc option to accept ANSI C... (cached) none needed
  198. checking for a BSD-compatible install... /usr/bin/install -c
  199. checking whether x86_64-linux-gnu-gcc accepts -fexceptions... yes
  200. checking for ANSI C header files... (cached) yes
  201. checking whether byte ordering is bigendian... no
  202. checking for an ANSI C-conforming const... yes
  203. checking for size_t... yes
  204. checking for memmove... yes
  205. checking for bcopy... yes
  206. checking fcntl.h usability... yes
  207. checking fcntl.h presence... yes
  208. checking for fcntl.h... yes
  209. checking for unistd.h... (cached) yes
  210. checking for off_t... yes
  211. checking for stdlib.h... (cached) yes
  212. checking for unistd.h... (cached) yes
  213. checking for getpagesize... yes
  214. checking for working mmap... yes
  215. checking for an ANSI C99-conforming __func__... yes
  216. configure: creating ./config.status
  217. config.status: creating Makefile
  218. config.status: creating expat_config.h
  219. make[1]: Entering directory `/home/nico/Android/GCC SaberMod/build/expat-2.0.1'
  220. make[1]: Leaving directory `/home/nico/Android/GCC SaberMod/build/expat-2.0.1'
  221. ([ -d gmp-gnu ] || \
  222. mkdir gmp-gnu) && \
  223. ( \
  224. cd gmp-gnu ; \
  225. .././../gmp/gmp-gnu/configure \
  226. '--prefix=/home/nico/tmp/arm-linux-androideabi-4.9' '--with-gcc-version=SaberMod' '--with-pkgversion=SaberMod-4.9.1_android-graphite' '--with-binutils-version=gnu' '--with-gmp-version=gnu' '--with-mpfr-version=gnu' '--with-gdb-version=gnu' '--with-mpc-version=gnu' '--with-cloog-version=0.18.0' '--with-isl-version=0.11.1' '--enable-graphite=yes' '--with-gold-version=gnu' '--enable-gold=default' '--disable-libsanitizer' '--disable-libquadmath' '--disable-libatomic' '--enable-plugins' '--enable-threads' '--disable-option-checking' --program-transform-name='s&^&arm-linux-androideabi-&' --prefix=/home/nico/Android/GCC SaberMod/build/temp-install --enable-shared --host=x86_64-linux-gnu --build=x86_64-linux-gnu --enable-cxx) && \
  227. touch stmp-config-host-gmp
  228. ( \
  229. make -C expat-2.0.1) && touch stmp-build-host-expat
  230. make[1]: entrant dans le répertoire « /home/nico/Android/GCC SaberMod/build/expat-2.0.1 »
  231. /bin/bash ./libtool --silent --mode=compile x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c .././../expat/expat-2.0.1/lib/xmlparse.c
  232. /bin/bash ./libtool --silent --mode=compile x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c .././../expat/expat-2.0.1/lib/xmltok.c
  233. /bin/bash ./libtool --silent --mode=compile x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlrole.lo -c .././../expat/expat-2.0.1/lib/xmlrole.c
  234. x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf.o -c .././../expat/expat-2.0.1/xmlwf/xmlwf.c
  235. x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlfile.o -c .././../expat/expat-2.0.1/xmlwf/xmlfile.c
  236. x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/codepage.o -c .././../expat/expat-2.0.1/xmlwf/codepage.c
  237. x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/unixfilemap.o -c .././../expat/expat-2.0.1/xmlwf/unixfilemap.c
  238. configure: WARNING: you should use --build, --host, --target
  239. configure: WARNING: invalid host type: SaberMod/build/temp-install
  240. configure: error: --target is not appropriate for GMP
  241. Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
  242. explicitly. Use --host if cross-compiling (see "Installing GMP" in the
  243. manual for more on this).
  244. make: *** [stmp-config-host-gmp] Erreur 1
  245. make: *** Attente des tâches non terminées....
  246. /bin/bash ./libtool --silent --mode=link x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -no-undefined -version-info 6:2:5 -rpath /home/nico/Android/GCC/lib -o libexpat.la lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo
  247. /bin/bash ./libtool --silent --mode=link x86_64-linux-gnu-gcc -I.././../expat/expat-2.0.1/lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o libexpat.la
  248. make[1]: quittant le répertoire « /home/nico/Android/GCC SaberMod/build/expat-2.0.1 »
  249. ERROR: **************ERROR*****************
  250. **************ERROR*****************
  251. **************ERROR*****************
  252.  
  253. Sorry your build failed
  254.  
  255. **************ERROR*****************
  256. **************ERROR*****************
  257. **************ERROR*****************
  258. nico@Nico60:~/Android/GCC SaberMod/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement