Advertisement
flyxtop

gcc compile error

Jul 8th, 2014
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by GNU C Runtime Library configure 1.0, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ /home/ckim/openrisc/toolchain/gcc-svn/libgcc/configure --cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu --prefix=/home/ckim/openrisc/toolchain --disable-libssp --without-headers --enable-threads=single --disable-libgomp --disable-libmudflap --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local --enable-languages=c,lto --program-transform-name=s&^&or32-linux-& --disable-option-checking --with-target-subdir=or32-linux --build=x86_64-unknown-linux-gnu --host=or32-linux --target=or32-linux --srcdir=../../../gcc-svn/libgcc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = stph45.etri.re.kr
  14. uname -m = x86_64
  15. uname -r = 2.6.32-358.2.1.el6.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Mar 13 00:26:49 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/ckim/openrisc/toolchain/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/local/bin
  35. PATH: /sbin
  36. PATH: /usr/X11R6/bin
  37. PATH: /usr/local/Acrobat7.0/bin
  38. PATH: /home/ckim/mylib
  39. PATH: /home1/cadence/installs/INCISIV122/tools/bin
  40. PATH: /home1/cadence/installs/INCISIV122/tools/bin/64bit
  41. PATH: /home1/cadence/installs/INCISIV122/tools.lnx86/bin/64bit
  42. PATH: /home1/ise132/ISE_DS/ISE/bin/lin64
  43. PATH: /home1/ise132/ISE_DS/ISE/synopsys
  44. PATH: /home1/ise132/ISE_DS/PlanAhead/bin
  45. PATH: /home1/ise132/ISE_DS/ChipScope/bin/lin64
  46. PATH: /opt/snakede/bin
  47. PATH: /opt/abocd_v3.0/bin
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:1739: creating cache ./config.cache
  55. configure:1900: checking for --enable-version-specific-runtime-libs
  56. configure:1913: result: no
  57. configure:1961: checking for a BSD-compatible install
  58. configure:2029: result: /usr/bin/install -c
  59. configure:2045: checking for gawk
  60. configure:2072: result: gawk
  61. configure:2092: checking build system type
  62. configure:2106: result: x86_64-unknown-linux-gnu
  63. configure:2126: checking host system type
  64. configure:2139: result: or32-unknown-linux-gnu
  65. configure:2210: checking for or32-linux-ar
  66. configure:2237: result: or32-linux-ar
  67. configure:2302: checking for or32-linux-lipo
  68. configure:2329: result: or32-linux-lipo
  69. configure:2394: checking for or32-linux-nm
  70. configure:2421: result: /home/ckim/openrisc/toolchain/gcc-build/./gcc/nm
  71. configure:2486: checking for or32-linux-ranlib
  72. configure:2513: result: or32-linux-ranlib
  73. configure:2578: checking for or32-linux-strip
  74. configure:2605: result: or32-linux-strip
  75. configure:2667: checking whether ln -s works
  76. configure:2671: result: yes
  77. configure:2688: checking for or32-linux-gcc
  78. configure:2715: result: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include
  79. configure:2984: checking for C compiler version
  80. configure:2993: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include --version >&5
  81. xgcc (GCC) 4.5.1-or32-1.0rc4
  82. Copyright (C) 2010 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions. There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85.  
  86. configure:3004: $? = 0
  87. configure:2993: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include -v >&5
  88. Reading specs from /home/ckim/openrisc/toolchain/gcc-build/./gcc/specs
  89. COLLECT_GCC=/home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc
  90. COLLECT_LTO_WRAPPER=/home/ckim/openrisc/toolchain/gcc-build/./gcc/lto-wrapper
  91. Target: or32-linux
  92. Configured with: ../gcc-svn/configure --target=or32-linux --prefix=/home/ckim/openrisc/toolchain --disable-libssp --srcdir=../gcc-svn --enable-languages=c --without-headers --enable-threads=single --disable-libgomp --disable-libmudflap --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
  93. Thread model: single
  94. gcc version 4.5.1-or32-1.0rc4 (GCC)
  95. configure:3004: $? = 0
  96. configure:2993: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include -V >&5
  97. xgcc: '-V' must come at the start of the command line
  98. configure:3004: $? = 1
  99. configure:2993: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include -qversion >&5
  100. xgcc: unrecognized option '-qversion'
  101. xgcc: no input files
  102. configure:3004: $? = 1
  103. configure:3020: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include -o conftest -g -O2 conftest.c >&5
  104. /home/ckim/openrisc/toolchain/gcc-build/./gcc/as: line 83: exec: : not found
  105. configure:3023: $? = 1
  106. configure:3211: checking for suffix of object files
  107. configure:3233: /home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include -c -g -O2 conftest.c >&5
  108. /home/ckim/openrisc/toolchain/gcc-build/./gcc/as: line 83: exec: : not found
  109. configure:3237: $? = 1
  110. configure: failed program was:
  111. | /* confdefs.h */
  112. | #define PACKAGE_NAME "GNU C Runtime Library"
  113. | #define PACKAGE_TARNAME "libgcc"
  114. | #define PACKAGE_VERSION "1.0"
  115. | #define PACKAGE_STRING "GNU C Runtime Library 1.0"
  116. | #define PACKAGE_BUGREPORT ""
  117. | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
  118. | /* end confdefs.h. */
  119. |
  120. | int
  121. | main ()
  122. | {
  123. |
  124. | ;
  125. | return 0;
  126. | }
  127. configure:3251: error: in `/home/ckim/openrisc/toolchain/gcc-build/or32-linux/libgcc':
  128. configure:3254: error: cannot compute suffix of object files: cannot compile
  129. See `config.log' for more details.
  130.  
  131. ## ---------------- ##
  132. ## Cache variables. ##
  133. ## ---------------- ##
  134.  
  135. ac_cv_build=x86_64-unknown-linux-gnu
  136. ac_cv_env_CC_set=set
  137. ac_cv_env_CC_value='/home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include '
  138. ac_cv_env_CFLAGS_set=set
  139. ac_cv_env_CFLAGS_value='-g -O2'
  140. ac_cv_env_CPPFLAGS_set=set
  141. ac_cv_env_CPPFLAGS_value=
  142. ac_cv_env_CPP_set=
  143. ac_cv_env_CPP_value=
  144. ac_cv_env_LDFLAGS_set=set
  145. ac_cv_env_LDFLAGS_value=
  146. ac_cv_env_LIBS_set=
  147. ac_cv_env_LIBS_value=
  148. ac_cv_env_build_alias_set=set
  149. ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
  150. ac_cv_env_host_alias_set=set
  151. ac_cv_env_host_alias_value=or32-linux
  152. ac_cv_env_target_alias_set=set
  153. ac_cv_env_target_alias_value=or32-linux
  154. ac_cv_host=or32-unknown-linux-gnu
  155. ac_cv_prog_AR=or32-linux-ar
  156. ac_cv_prog_AWK=gawk
  157. ac_cv_prog_CC='/home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include '
  158. ac_cv_prog_LIPO=or32-linux-lipo
  159. ac_cv_prog_NM=/home/ckim/openrisc/toolchain/gcc-build/./gcc/nm
  160. ac_cv_prog_RANLIB=or32-linux-ranlib
  161. ac_cv_prog_STRIP=or32-linux-strip
  162.  
  163. ## ----------------- ##
  164. ## Output variables. ##
  165. ## ----------------- ##
  166.  
  167. AR='or32-linux-ar'
  168. AWK='gawk'
  169. CC='/home/ckim/openrisc/toolchain/gcc-build/./gcc/xgcc -B/home/ckim/openrisc/toolchain/gcc-build/./gcc/ -B/home/ckim/openrisc/toolchain/or32-linux/bin/ -B/home/ckim/openrisc/toolchain/or32-linux/lib/ -isystem /home/ckim/openrisc/toolchain/or32-linux/include -isystem /home/ckim/openrisc/toolchain/or32-linux/sys-include '
  170. CFLAGS='-g -O2'
  171. CPP=''
  172. CPPFLAGS=''
  173. DEFS=''
  174. ECHO_C=''
  175. ECHO_N='-n'
  176. ECHO_T=''
  177. EXEEXT=''
  178. INSTALL_DATA='/usr/bin/install -c -m 644'
  179. INSTALL_PROGRAM='/usr/bin/install -c'
  180. INSTALL_SCRIPT='/usr/bin/install -c'
  181. LDFLAGS=''
  182. LIBOBJS=''
  183. LIBS=''
  184. LIPO='or32-linux-lipo'
  185. LN_S='ln -s'
  186. LTLIBOBJS=''
  187. MAINT='#'
  188. NM='/home/ckim/openrisc/toolchain/gcc-build/./gcc/nm'
  189. OBJEXT=''
  190. PACKAGE_BUGREPORT=''
  191. PACKAGE_NAME='GNU C Runtime Library'
  192. PACKAGE_STRING='GNU C Runtime Library 1.0'
  193. PACKAGE_TARNAME='libgcc'
  194. PACKAGE_URL='http://www.gnu.org/software/libgcc/'
  195. PACKAGE_VERSION='1.0'
  196. PATH_SEPARATOR=':'
  197. RANLIB='or32-linux-ranlib'
  198. SHELL='/bin/sh'
  199. STRIP='or32-linux-strip'
  200. ac_ct_CC=''
  201. asm_hidden_op=''
  202. bindir='${exec_prefix}/bin'
  203. build='x86_64-unknown-linux-gnu'
  204. build_alias='x86_64-unknown-linux-gnu'
  205. build_cpu='x86_64'
  206. build_libsubdir='build-x86_64-unknown-linux-gnu'
  207. build_os='linux-gnu'
  208. build_subdir='build-x86_64-unknown-linux-gnu'
  209. build_vendor='unknown'
  210. datadir='${datarootdir}'
  211. datarootdir='${prefix}/share'
  212. decimal_float=''
  213. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  214. dvidir='${docdir}'
  215. enable_decimal_float=''
  216. enable_shared='yes'
  217. exec_prefix='NONE'
  218. extra_parts=''
  219. fixed_point=''
  220. host='or32-unknown-linux-gnu'
  221. host_alias='or32-linux'
  222. host_cpu='or32'
  223. host_noncanonical='or32-linux'
  224. host_os='linux-gnu'
  225. host_subdir='.'
  226. host_vendor='unknown'
  227. htmldir='${docdir}'
  228. includedir='${prefix}/include'
  229. infodir='${datarootdir}/info'
  230. libdir='${exec_prefix}/lib'
  231. libexecdir='${exec_prefix}/libexec'
  232. libgcc_topdir='../../../gcc-svn/libgcc/..'
  233. localedir='${datarootdir}/locale'
  234. localstatedir='${prefix}/var'
  235. mandir='${datarootdir}/man'
  236. oldincludedir='/usr/include'
  237. pdfdir='${docdir}'
  238. prefix='/home/ckim/openrisc/toolchain'
  239. program_transform_name='s&^&or32-linux-&'
  240. psdir='${docdir}'
  241. sbindir='${exec_prefix}/sbin'
  242. set_have_cc_tls=''
  243. set_use_emutls=''
  244. sharedstatedir='${prefix}/com'
  245. slibdir='$(exec_prefix)/$(host_noncanonical)/lib'
  246. sysconfdir='${prefix}/etc'
  247. target_alias='or32-linux'
  248. target_subdir='or32-linux'
  249. tmake_file=''
  250. vis_hide=''
  251.  
  252. ## ----------- ##
  253. ## confdefs.h. ##
  254. ## ----------- ##
  255.  
  256. /* confdefs.h */
  257. #define PACKAGE_NAME "GNU C Runtime Library"
  258. #define PACKAGE_TARNAME "libgcc"
  259. #define PACKAGE_VERSION "1.0"
  260. #define PACKAGE_STRING "GNU C Runtime Library 1.0"
  261. #define PACKAGE_BUGREPORT ""
  262. #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
  263.  
  264. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement