Advertisement
Guest User

GCC log error

a guest
May 26th, 2017
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.61 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 configure, which was
  5. generated by GNU Autoconf 2.64.  Invocation command line was
  6.  
  7.   $ /home/user/Desktop/Developer/GEN_OS/gcc/gcc-7.1.0/configure --prefix=/home/user/compiler --build=x86_64-linux-gnu --host=i686-elf --target=i686-elf --disable-nls --enable-langauges=c --without-headers
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = User-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 4.4.0-53-generic
  16. uname -s = Linux
  17. uname -v = #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  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/james/bin
  31. PATH: /home/james/.local/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /usr/local/games
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2304: checking build system type
  47. configure:2318: result: x86_64-pc-linux-gnu
  48. configure:2365: checking host system type
  49. configure:2378: result: i686-pc-elf
  50. configure:2398: checking target system type
  51. configure:2411: result: i686-pc-elf
  52. configure:2465: checking for a BSD-compatible install
  53. configure:2533: result: /usr/bin/install -c
  54. configure:2544: checking whether ln works
  55. configure:2566: result: yes
  56. configure:2570: checking whether ln -s works
  57. configure:2574: result: yes
  58. configure:2581: checking for a sed that does not truncate output
  59. configure:2645: result: /bin/sed
  60. configure:2654: checking for gawk
  61. configure:2670: found /usr/bin/gawk
  62. configure:2681: result: gawk
  63. configure:3175: checking for libatomic support
  64. configure:3181: result: no
  65. configure:3194: checking for libcilkrts support
  66. configure:3200: result: no
  67. configure:3232: checking for libitm support
  68. configure:3238: result: no
  69. configure:3251: checking for libsanitizer support
  70. configure:3257: result: no
  71. configure:3270: checking for libvtv support
  72. configure:3276: result: no
  73. configure:3290: checking for libmpx support
  74. configure:3296: result: no
  75. configure:3309: checking for libhsail-rt support
  76. configure:3315: result: no
  77. configure:3998: checking for i686-elf-gcc
  78. configure:4028: result: no
  79. configure:4038: checking for gcc
  80. configure:4054: found /usr/bin/gcc
  81. configure:4065: result: gcc
  82. configure:4077: WARNING: using cross tools not prefixed with host triplet
  83. configure:4294: checking for C compiler version
  84. configure:4303: gcc --version >&5
  85. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  86. Copyright (C) 2015 Free Software Foundation, Inc.
  87. This is free software; see the source for copying conditions.  There is NO
  88. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  89.  
  90. configure:4314: $? = 0
  91. configure:4303: gcc -v >&5
  92. Using built-in specs.
  93. COLLECT_GCC=gcc
  94. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  95. Target: x86_64-linux-gnu
  96. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  97. Thread model: posix
  98. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  99. configure:4314: $? = 0
  100. configure:4303: gcc -V >&5
  101. gcc: error: unrecognized command line option '-V'
  102. gcc: fatal error: no input files
  103. compilation terminated.
  104. configure:4314: $? = 1
  105. configure:4303: gcc -qversion >&5
  106. gcc: error: unrecognized command line option '-qversion'
  107. gcc: fatal error: no input files
  108. compilation terminated.
  109. configure:4314: $? = 1
  110. configure:4334: checking for C compiler default output file name
  111. configure:4356: gcc    conftest.c  >&5
  112. /usr/bin/ld: cannot find crt1.o: No such file or directory
  113. /usr/bin/ld: cannot find crti.o: No such file or directory
  114. /usr/bin/ld: cannot find -lc
  115. /usr/bin/ld: cannot find crtn.o: No such file or directory
  116. collect2: error: ld returned 1 exit status
  117. configure:4360: $? = 1
  118. configure:4397: result:
  119. configure: failed program was:
  120. | /* confdefs.h */
  121. | #define PACKAGE_NAME ""
  122. | #define PACKAGE_TARNAME ""
  123. | #define PACKAGE_VERSION ""
  124. | #define PACKAGE_STRING ""
  125. | #define PACKAGE_BUGREPORT ""
  126. | #define PACKAGE_URL ""
  127. | /* end confdefs.h.  */
  128. |
  129. | int
  130. | main ()
  131. | {
  132. |
  133. |   ;
  134. |   return 0;
  135. | }
  136. configure:4403: error: in `/home/user/Desktop/Developer/GEN_OS/Compile/gcc':
  137. configure:4407: error: C compiler cannot create executables
  138. See `config.log' for more details.
  139.  
  140. ## ---------------- ##
  141. ## Cache variables. ##
  142. ## ---------------- ##
  143.  
  144. ac_cv_build=x86_64-pc-linux-gnu
  145. ac_cv_env_AR_FOR_TARGET_set=
  146. ac_cv_env_AR_FOR_TARGET_value=
  147. ac_cv_env_AR_set=
  148. ac_cv_env_AR_value=
  149. ac_cv_env_AS_FOR_TARGET_set=
  150. ac_cv_env_AS_FOR_TARGET_value=
  151. ac_cv_env_AS_set=
  152. ac_cv_env_AS_value=
  153. ac_cv_env_CCC_set=
  154. ac_cv_env_CCC_value=
  155. ac_cv_env_CC_FOR_TARGET_set=
  156. ac_cv_env_CC_FOR_TARGET_value=
  157. ac_cv_env_CC_set=
  158. ac_cv_env_CC_value=
  159. ac_cv_env_CFLAGS_set=
  160. ac_cv_env_CFLAGS_value=
  161. ac_cv_env_CPPFLAGS_set=
  162. ac_cv_env_CPPFLAGS_value=
  163. ac_cv_env_CXXFLAGS_set=
  164. ac_cv_env_CXXFLAGS_value=
  165. ac_cv_env_CXX_FOR_TARGET_set=
  166. ac_cv_env_CXX_FOR_TARGET_value=
  167. ac_cv_env_CXX_set=
  168. ac_cv_env_CXX_value=
  169. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  170. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  171. ac_cv_env_DLLTOOL_set=
  172. ac_cv_env_DLLTOOL_value=
  173. ac_cv_env_GCC_FOR_TARGET_set=
  174. ac_cv_env_GCC_FOR_TARGET_value=
  175. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  176. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  177. ac_cv_env_GOC_FOR_TARGET_set=
  178. ac_cv_env_GOC_FOR_TARGET_value=
  179. ac_cv_env_LDFLAGS_set=
  180. ac_cv_env_LDFLAGS_value=
  181. ac_cv_env_LD_FOR_TARGET_set=
  182. ac_cv_env_LD_FOR_TARGET_value=
  183. ac_cv_env_LD_set=
  184. ac_cv_env_LD_value=
  185. ac_cv_env_LIBS_set=
  186. ac_cv_env_LIBS_value=
  187. ac_cv_env_LIPO_FOR_TARGET_set=
  188. ac_cv_env_LIPO_FOR_TARGET_value=
  189. ac_cv_env_LIPO_set=
  190. ac_cv_env_LIPO_value=
  191. ac_cv_env_NM_FOR_TARGET_set=
  192. ac_cv_env_NM_FOR_TARGET_value=
  193. ac_cv_env_NM_set=
  194. ac_cv_env_NM_value=
  195. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  196. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  197. ac_cv_env_OBJCOPY_set=
  198. ac_cv_env_OBJCOPY_value=
  199. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  200. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  201. ac_cv_env_OBJDUMP_set=
  202. ac_cv_env_OBJDUMP_value=
  203. ac_cv_env_RANLIB_FOR_TARGET_set=
  204. ac_cv_env_RANLIB_FOR_TARGET_value=
  205. ac_cv_env_RANLIB_set=
  206. ac_cv_env_RANLIB_value=
  207. ac_cv_env_READELF_FOR_TARGET_set=
  208. ac_cv_env_READELF_FOR_TARGET_value=
  209. ac_cv_env_READELF_set=
  210. ac_cv_env_READELF_value=
  211. ac_cv_env_STRIP_FOR_TARGET_set=
  212. ac_cv_env_STRIP_FOR_TARGET_value=
  213. ac_cv_env_STRIP_set=
  214. ac_cv_env_STRIP_value=
  215. ac_cv_env_WINDMC_FOR_TARGET_set=
  216. ac_cv_env_WINDMC_FOR_TARGET_value=
  217. ac_cv_env_WINDMC_set=
  218. ac_cv_env_WINDMC_value=
  219. ac_cv_env_WINDRES_FOR_TARGET_set=
  220. ac_cv_env_WINDRES_FOR_TARGET_value=
  221. ac_cv_env_WINDRES_set=
  222. ac_cv_env_WINDRES_value=
  223. ac_cv_env_build_alias_set=set
  224. ac_cv_env_build_alias_value=x86_64-linux-gnu
  225. ac_cv_env_build_configargs_set=
  226. ac_cv_env_build_configargs_value=
  227. ac_cv_env_host_alias_set=set
  228. ac_cv_env_host_alias_value=i686-elf
  229. ac_cv_env_host_configargs_set=
  230. ac_cv_env_host_configargs_value=
  231. ac_cv_env_target_alias_set=set
  232. ac_cv_env_target_alias_value=i686-elf
  233. ac_cv_env_target_configargs_set=
  234. ac_cv_env_target_configargs_value=
  235. ac_cv_host=i686-pc-elf
  236. ac_cv_path_SED=/bin/sed
  237. ac_cv_path_install='/usr/bin/install -c'
  238. ac_cv_prog_AWK=gawk
  239. ac_cv_prog_ac_ct_CC=gcc
  240. ac_cv_target=i686-pc-elf
  241. acx_cv_prog_LN=ln
  242.  
  243. ## ----------------- ##
  244. ## Output variables. ##
  245. ## ----------------- ##
  246.  
  247. AR=''
  248. AR_FOR_BUILD='ar'
  249. AR_FOR_TARGET=''
  250. AS=''
  251. AS_FOR_BUILD='as'
  252. AS_FOR_TARGET=''
  253. AWK='gawk'
  254. BISON=''
  255. BUILD_CONFIG=''
  256. CC='gcc'
  257. CC_FOR_BUILD='gcc'
  258. CC_FOR_TARGET=''
  259. CFLAGS=''
  260. CFLAGS_FOR_BUILD=''
  261. CFLAGS_FOR_TARGET=''
  262. COMPILER_AS_FOR_TARGET=''
  263. COMPILER_LD_FOR_TARGET=''
  264. COMPILER_NM_FOR_TARGET=''
  265. CONFIGURE_GDB_TK=''
  266. CPPFLAGS=''
  267. CXX=''
  268. CXXFLAGS=''
  269. CXXFLAGS_FOR_BUILD=''
  270. CXXFLAGS_FOR_TARGET=''
  271. CXX_FOR_BUILD='g++'
  272. CXX_FOR_TARGET=''
  273. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  274. DEFS=''
  275. DLLTOOL=''
  276. DLLTOOL_FOR_BUILD='dlltool'
  277. DLLTOOL_FOR_TARGET=''
  278. ECHO_C=''
  279. ECHO_N='-n'
  280. ECHO_T=''
  281. EXEEXT=''
  282. EXPECT=''
  283. FLAGS_FOR_TARGET=''
  284. FLEX=''
  285. GCC_FOR_TARGET=''
  286. GCC_SHLIB_SUBDIR=''
  287. GDB_TK=''
  288. GFORTRAN_FOR_BUILD='gfortran'
  289. GFORTRAN_FOR_TARGET=''
  290. GNATBIND=''
  291. GNATMAKE=''
  292. GOC_FOR_BUILD='gccgo'
  293. GOC_FOR_TARGET=''
  294. INSTALL_DATA='${INSTALL} -m 644'
  295. INSTALL_GDB_TK=''
  296. INSTALL_PROGRAM='${INSTALL}'
  297. INSTALL_SCRIPT='${INSTALL}'
  298. LD=''
  299. LDFLAGS=''
  300. LDFLAGS_FOR_BUILD=''
  301. LDFLAGS_FOR_TARGET=''
  302. LD_FOR_BUILD='ld'
  303. LD_FOR_TARGET=''
  304. LEX=''
  305. LIBOBJS=''
  306. LIBS=''
  307. LIPO=''
  308. LIPO_FOR_TARGET=''
  309. LN='ln'
  310. LN_S='ln -s'
  311. LTLIBOBJS=''
  312. M4=''
  313. MAINT=''
  314. MAINTAINER_MODE_FALSE=''
  315. MAINTAINER_MODE_TRUE=''
  316. MAKEINFO=''
  317. NM=''
  318. NM_FOR_BUILD='nm'
  319. NM_FOR_TARGET=''
  320. OBJCOPY=''
  321. OBJCOPY_FOR_TARGET=''
  322. OBJDUMP=''
  323. OBJDUMP_FOR_TARGET=''
  324. OBJEXT=''
  325. PACKAGE_BUGREPORT=''
  326. PACKAGE_NAME=''
  327. PACKAGE_STRING=''
  328. PACKAGE_TARNAME=''
  329. PACKAGE_URL=''
  330. PACKAGE_VERSION=''
  331. PATH_SEPARATOR=':'
  332. RANLIB=''
  333. RANLIB_FOR_BUILD='ranlib'
  334. RANLIB_FOR_TARGET=''
  335. RAW_CXX_FOR_TARGET=''
  336. READELF=''
  337. READELF_FOR_TARGET=''
  338. RPATH_ENVVAR=''
  339. RUNTEST=''
  340. SED='/bin/sed'
  341. SHELL='/bin/bash'
  342. STRIP=''
  343. STRIP_FOR_TARGET=''
  344. SYSROOT_CFLAGS_FOR_TARGET=''
  345. TOPLEVEL_CONFIGURE_ARGUMENTS='/home/user/Desktop/Developer/GEN_OS/gcc/gcc-7.1.0/configure --prefix=/home/user/compiler --build=x86_64-linux-gnu --host=i686-elf --target=i686-elf --disable-nls --enable-langauges=c --without-headers'
  346. WINDMC=''
  347. WINDMC_FOR_BUILD='windmc'
  348. WINDMC_FOR_TARGET=''
  349. WINDRES=''
  350. WINDRES_FOR_BUILD='windres'
  351. WINDRES_FOR_TARGET=''
  352. YACC=''
  353. ac_ct_CC='gcc'
  354. ac_ct_CXX=''
  355. bindir='${exec_prefix}/bin'
  356. build='x86_64-pc-linux-gnu'
  357. build_alias='x86_64-linux-gnu'
  358. build_configargs=''
  359. build_configdirs='build-libiberty build-libcpp build-texinfo build-flex build-bison build-m4 build-fixincludes'
  360. build_cpu='x86_64'
  361. build_libsubdir='build-x86_64-linux-gnu'
  362. build_noncanonical='x86_64-linux-gnu'
  363. build_os='linux-gnu'
  364. build_subdir='build-x86_64-linux-gnu'
  365. build_tooldir=''
  366. build_vendor='pc'
  367. compare_exclusions=''
  368. configdirs='intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools'
  369. datadir='${datarootdir}'
  370. datarootdir='${prefix}/share'
  371. do_compare=''
  372. docdir='${datarootdir}/doc/${PACKAGE}'
  373. dvidir='${docdir}'
  374. exec_prefix='NONE'
  375. extra_host_libiberty_configure_flags=''
  376. extra_host_zlib_configure_flags=''
  377. extra_isl_gmp_configure_flags=''
  378. extra_liboffloadmic_configure_flags=''
  379. extra_linker_plugin_configure_flags=''
  380. extra_linker_plugin_flags=''
  381. extra_mpc_gmp_configure_flags=''
  382. extra_mpc_mpfr_configure_flags=''
  383. extra_mpfr_configure_flags=''
  384. get_gcc_base_ver=''
  385. gmpinc=''
  386. gmplibs=''
  387. host='i686-pc-elf'
  388. host_alias='i686-elf'
  389. host_configargs=''
  390. host_cpu='i686'
  391. host_noncanonical='i686-elf'
  392. host_os='elf'
  393. host_shared=''
  394. host_subdir='.'
  395. host_vendor='pc'
  396. htmldir='${docdir}'
  397. includedir='${prefix}/include'
  398. infodir='${datarootdir}/info'
  399. islinc=''
  400. isllibs=''
  401. libdir='${exec_prefix}/lib'
  402. libexecdir='${exec_prefix}/libexec'
  403. localedir='${datarootdir}/locale'
  404. localstatedir='${prefix}/var'
  405. mandir='${datarootdir}/man'
  406. oldincludedir='/usr/include'
  407. pdfdir='${docdir}'
  408. poststage1_ldflags=''
  409. poststage1_libs=''
  410. prefix='/home/james/compiler'
  411. program_transform_name='s,y,y,'
  412. psdir='${docdir}'
  413. sbindir='${exec_prefix}/sbin'
  414. sharedstatedir='${prefix}/com'
  415. stage1_cflags=''
  416. stage1_checking=''
  417. stage1_languages=''
  418. stage1_ldflags=''
  419. stage1_libs=''
  420. stage2_werror_flag=''
  421. sysconfdir='${prefix}/etc'
  422. target='i686-pc-elf'
  423. target_alias='i686-elf'
  424. target_configargs=''
  425. target_configdirs='target-libgcc target-libbacktrace target-libgloss target-newlib target-libgomp target-libcilkrts target-liboffloadmic target-libhsail-rt target-libatomic target-libitm target-libstdc++-v3 target-libsanitizer target-libvtv target-libmpx target-libssp target-libquadmath target-libgfortran target-libffi target-libobjc target-libada target-libgo target-rda'
  426. target_cpu='i686'
  427. target_noncanonical='i686-elf'
  428. target_os='elf'
  429. target_subdir='i686-elf'
  430. target_vendor='pc'
  431. tooldir=''
  432.  
  433. ## ------------------- ##
  434. ## File substitutions. ##
  435. ## ------------------- ##
  436.  
  437. alphaieee_frag=''
  438. host_makefile_frag='/dev/null'
  439. ospace_frag=''
  440. serialization_dependencies=''
  441. target_makefile_frag=''
  442.  
  443. ## ----------- ##
  444. ## confdefs.h. ##
  445. ## ----------- ##
  446.  
  447. /* confdefs.h */
  448. #define PACKAGE_NAME ""
  449. #define PACKAGE_TARNAME ""
  450. #define PACKAGE_VERSION ""
  451. #define PACKAGE_STRING ""
  452. #define PACKAGE_BUGREPORT ""
  453. #define PACKAGE_URL ""
  454.  
  455. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement