308 lines
10 KiB
Text
308 lines
10 KiB
Text
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by riscv-toolchain configure 1.0, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
$ ./configure --prefix=/opt/riscv --with-arch=rv32imc --with-abi=ilp32
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = seti-VirtualBox
|
|
uname -m = x86_64
|
|
uname -r = 5.15.0-58-generic
|
|
uname -s = Linux
|
|
uname -v = #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023
|
|
|
|
/usr/bin/uname -p = x86_64
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = x86_64
|
|
/usr/bin/arch -k = unknown
|
|
/usr/convex/getsysinfo = unknown
|
|
/usr/bin/hostinfo = unknown
|
|
/bin/machine = unknown
|
|
/usr/bin/oslevel = unknown
|
|
/bin/universe = unknown
|
|
|
|
PATH: /opt/riscv/bin
|
|
PATH: /usr/local/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
PATH: /usr/games
|
|
PATH: /usr/local/games
|
|
PATH: /snap/bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:1955: checking for gcc
|
|
configure:1971: found /usr/bin/gcc
|
|
configure:1982: result: gcc
|
|
configure:2211: checking for C compiler version
|
|
configure:2220: gcc --version >&5
|
|
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
|
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
configure:2231: $? = 0
|
|
configure:2220: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
|
|
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
|
OFFLOAD_TARGET_DEFAULT=1
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
|
Thread model: posix
|
|
Supported LTO compression algorithms: zlib zstd
|
|
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
|
|
... rest of stderr output deleted ...
|
|
configure:2231: $? = 0
|
|
configure:2220: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2231: $? = 1
|
|
configure:2220: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2231: $? = 1
|
|
configure:2251: checking whether the C compiler works
|
|
configure:2273: gcc conftest.c >&5
|
|
configure:2277: $? = 0
|
|
configure:2325: result: yes
|
|
configure:2328: checking for C compiler default output file name
|
|
configure:2330: result: a.out
|
|
configure:2336: checking for suffix of executables
|
|
configure:2343: gcc -o conftest conftest.c >&5
|
|
configure:2347: $? = 0
|
|
configure:2369: result:
|
|
configure:2391: checking whether we are cross compiling
|
|
configure:2399: gcc -o conftest conftest.c >&5
|
|
configure:2403: $? = 0
|
|
configure:2410: ./conftest
|
|
configure:2414: $? = 0
|
|
configure:2429: result: no
|
|
configure:2434: checking for suffix of object files
|
|
configure:2456: gcc -c conftest.c >&5
|
|
configure:2460: $? = 0
|
|
configure:2481: result: o
|
|
configure:2485: checking whether we are using the GNU C compiler
|
|
configure:2504: gcc -c conftest.c >&5
|
|
configure:2504: $? = 0
|
|
configure:2513: result: yes
|
|
configure:2522: checking whether gcc accepts -g
|
|
configure:2542: gcc -c -g conftest.c >&5
|
|
configure:2542: $? = 0
|
|
configure:2583: result: yes
|
|
configure:2600: checking for gcc option to accept ISO C89
|
|
configure:2663: gcc -c -g -O2 conftest.c >&5
|
|
configure:2663: $? = 0
|
|
configure:2676: result: none needed
|
|
configure:2696: checking for grep that handles long lines and -e
|
|
configure:2754: result: /usr/bin/grep
|
|
configure:2759: checking for fgrep
|
|
configure:2821: result: /usr/bin/grep -F
|
|
configure:2826: checking for grep that handles long lines and -e
|
|
configure:2884: result: /usr/bin/grep
|
|
configure:2892: checking for bash
|
|
configure:2923: result: /bin/bash
|
|
configure:2994: checking for __gmpz_init in -lgmp
|
|
configure:3019: gcc -o conftest -g -O2 conftest.c -lgmp >&5
|
|
configure:3019: $? = 0
|
|
configure:3028: result: yes
|
|
configure:3041: checking for mpfr_init in -lmpfr
|
|
configure:3066: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5
|
|
configure:3066: $? = 0
|
|
configure:3075: result: yes
|
|
configure:3088: checking for mpc_init2 in -lmpc
|
|
configure:3113: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
|
|
configure:3113: $? = 0
|
|
configure:3122: result: yes
|
|
configure:3145: checking for curl
|
|
configure:3163: found /usr/bin/curl
|
|
configure:3176: result: /usr/bin/curl
|
|
configure:3186: checking for wget
|
|
configure:3204: found /usr/bin/wget
|
|
configure:3217: result: /usr/bin/wget
|
|
configure:3227: checking for ftp
|
|
configure:3245: found /usr/bin/ftp
|
|
configure:3258: result: /usr/bin/ftp
|
|
configure:3927: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by riscv-toolchain config.status 1.0, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on seti-VirtualBox
|
|
|
|
config.status:763: creating Makefile
|
|
config.status:763: creating scripts/wrapper/awk/awk
|
|
config.status:763: creating scripts/wrapper/sed/sed
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=
|
|
ac_cv_env_CFLAGS_value=
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_lib_gmp___gmpz_init=yes
|
|
ac_cv_lib_mpc_mpc_init2=yes
|
|
ac_cv_lib_mpfr_mpfr_init=yes
|
|
ac_cv_objext=o
|
|
ac_cv_path_BASH=/bin/bash
|
|
ac_cv_path_CURL=/usr/bin/curl
|
|
ac_cv_path_FGREP='/usr/bin/grep -F'
|
|
ac_cv_path_FTP=/usr/bin/ftp
|
|
ac_cv_path_GAWK=/usr/bin/gawk
|
|
ac_cv_path_GREP=/usr/bin/grep
|
|
ac_cv_path_GSED=/usr/bin/sed
|
|
ac_cv_path_WGET=/usr/bin/wget
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
BASH='/bin/bash'
|
|
CC='gcc'
|
|
CFLAGS='-g -O2'
|
|
CPPFLAGS=''
|
|
CURL='/usr/bin/curl'
|
|
DEFS='-DPACKAGE_NAME=\"riscv-toolchain\" -DPACKAGE_TARNAME=\"riscv-toolchain\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"riscv-toolchain\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBGMP=1 -DHAVE_LIBMPFR=1 -DHAVE_LIBMPC=1'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EXEEXT=''
|
|
FETCHER='/usr/bin/curl -L -o - --ftp-pasv --retry 10'
|
|
FGREP='/usr/bin/grep -F'
|
|
FTP='/usr/bin/ftp'
|
|
GAWK='/usr/bin/gawk'
|
|
GREP='/usr/bin/grep'
|
|
GSED='/usr/bin/sed'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS='-lmpc -lmpfr -lgmp '
|
|
LTLIBOBJS=''
|
|
NEED_GCC_EXTERNAL_LIBRARIES='false'
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME='riscv-toolchain'
|
|
PACKAGE_STRING='riscv-toolchain 1.0'
|
|
PACKAGE_TARNAME='riscv-toolchain'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='1.0'
|
|
PATH_SEPARATOR=':'
|
|
SHELL='/bin/bash'
|
|
WGET='/usr/bin/wget'
|
|
WITH_ABI='--with-abi=ilp32'
|
|
WITH_ARCH='--with-arch=rv32imc'
|
|
WITH_ISA_SPEC='--with-isa-spec=2.2'
|
|
WITH_SIM='qemu'
|
|
WITH_TUNE='--with-tune=rocket'
|
|
ac_ct_CC='gcc'
|
|
bindir='${exec_prefix}/bin'
|
|
build_alias=''
|
|
cmodel='-mcmodel=medlow'
|
|
configure_host=''
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
default_target='newlib'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
enable_gdb='--enable-gdb'
|
|
enable_libsanitizer='--disable-libsanitizer'
|
|
exec_prefix='${prefix}'
|
|
gcc_checking=''
|
|
glibc_multilib_names='rv32imc-ilp32'
|
|
host_alias=''
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
multilib_flags='--disable-multilib'
|
|
multilib_gen=''
|
|
musl_multilib_names='rv32imc-ilp32'
|
|
newlib_multilib_names='rv32imc-ilp32'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/opt/riscv'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
qemu_targets='riscv64-linux-user,riscv32-linux-user'
|
|
runstatedir='${localstatedir}/run'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
target_cflags=''
|
|
target_cxxflags=''
|
|
with_binutils_src='$(srcdir)/binutils'
|
|
with_gcc_src='$(srcdir)/gcc'
|
|
with_gdb_src='$(srcdir)/gdb'
|
|
with_glibc_src='$(srcdir)/glibc'
|
|
with_guile=''
|
|
with_linux_headers_src='$(srcdir)/linux-headers/include'
|
|
with_musl_src='$(srcdir)/musl'
|
|
with_newlib_src='$(srcdir)/newlib'
|
|
with_pk_src='$(srcdir)/pk'
|
|
with_qemu_src='$(srcdir)/qemu'
|
|
with_spike_src='$(srcdir)/spike'
|
|
with_system_zlib='--with-system-zlib'
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "riscv-toolchain"
|
|
#define PACKAGE_TARNAME "riscv-toolchain"
|
|
#define PACKAGE_VERSION "1.0"
|
|
#define PACKAGE_STRING "riscv-toolchain 1.0"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#define HAVE_LIBGMP 1
|
|
#define HAVE_LIBMPFR 1
|
|
#define HAVE_LIBMPC 1
|
|
|
|
configure: exit 0
|