So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By AndreLTR
#79015 Hello,

I'm trying to build cross-NG under ubuntu 18-04 and cannot. I'm following the steps suggested below,

git clone -b xtensa-1.22.x https://github.com/espressif/crosstool-NG.git
cd crosstool-NG
./bootstrap && ./configure --enable-local && make install

However, configure does not finish. The bootstrap program finishes ok. Its output is below.

./bootstrap
INFO :: *** Generating package version descriptions
INFO :: Master packages: android-ndk autoconf automake avr-libc binutils cloog duma elf2flt expat gcc gdb gettext glibc-ports glibc gmp isl libelf libiconv libtool linux ltrace m4 make mingw-w64 mpc mpfr musl ncurses newlib strace uClibc zlib
INFO :: Generating 'config/versions/android-ndk.in'
INFO :: Generating 'config/versions/autoconf.in'
INFO :: Generating 'config/versions/automake.in'
INFO :: Generating 'config/versions/avr-libc.in'
INFO :: Generating 'config/versions/binutils.in'
INFO :: Generating 'config/versions/cloog.in'
INFO :: Generating 'config/versions/duma.in'
INFO :: Generating 'config/versions/elf2flt.in'
INFO :: Generating 'config/versions/expat.in'
INFO :: Generating 'config/versions/gcc.in'
INFO :: Generating 'config/versions/gdb.in'
INFO :: Generating 'config/versions/gettext.in'
INFO :: Generating 'config/versions/glibc-ports.in'
INFO :: Generating 'config/versions/glibc.in'
INFO :: Generating 'config/versions/gmp.in'
INFO :: Generating 'config/versions/isl.in'
INFO :: Generating 'config/versions/libelf.in'
INFO :: Generating 'config/versions/libiconv.in'
INFO :: Generating 'config/versions/libtool.in'
INFO :: Generating 'config/versions/linux.in'
INFO :: Generating 'config/versions/ltrace.in'
INFO :: Generating 'config/versions/m4.in'
INFO :: Generating 'config/versions/make.in'
INFO :: Generating 'config/versions/mingw-w64.in'
INFO :: Generating 'config/versions/mpc.in'
INFO :: Generating 'config/versions/mpfr.in'
INFO :: Generating 'config/versions/musl.in'
INFO :: Generating 'config/versions/ncurses.in'
INFO :: Generating 'config/versions/newlib.in'
INFO :: Generating 'config/versions/strace.in'
INFO :: Generating 'config/versions/uClibc.in'
INFO :: Generating 'config/versions/zlib.in'
INFO :: *** Generating menu/choice selections
INFO :: Generating arch.in (choice)
INFO :: Generating kernel.in (choice)
INFO :: Generating cc.in (choice)
INFO :: Generating binutils.in (choice)
INFO :: Generating libc.in (choice)
INFO :: Generating debug.in (menu)
INFO :: Generating comp_tools.in (menu)
INFO :: Generating comp_libs.in (menu)
INFO :: *** Gathering the list of data files to install
INFO :: *** Running autoreconf
INFO :: *** Done!

./configure --enable-local output,

./configure --enable-local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether ln -s works... yes
checking whether install takes --strip-program option... yes
checking for ggrep... no
checking for grep... grep
checking for absolute path to grep... /bin/grep
checking for gegrep... no
checking for egrep... egrep
checking for absolute path to egrep... /bin/egrep
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for sed... /bin/sed
checking for GNU sed >= 4.0... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng':
configure: error: C compiler cannot create executables
See `config.log' for more details

config.log below,

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by crosstool-NG configure 1.23.0.512-2808, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --enable-local

## --------- ##
## Platform. ##
## --------- ##

hostname = solarene
uname -m = x86_64
uname -r = 4.17.5-041705-generic
uname -s = Linux
uname -v = #201807081431 SMP Sun Jul 8 14:33:41 UTC 2018

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/share/xerces-c-3.1.1-x86_64-linux-gcc-3.4
PATH: /usr/msp430
PATH: /usr/msp430/bin
PATH: /usr/msp430/include
PATH: /usr/msp430/lib
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
PATH: /usr/lib/jvm/java-9-oracle/bin
PATH: /usr/lib/jvm/java-9-oracle/db/bin
PATH: /opt/gams
PATH: /opt/cmucl/bin
PATH: /opt/MagicDraw_UML/bin
PATH: /opt/CPNTools
PATH: /opt/Protege
PATH: /opt/bin
PATH: /opt/android-sdk
PATH: /opt/android-sdk/tools
PATH: /opt/android-sdk/platform-tools
PATH: /opt/smlnj
PATH: /opt/smlnj/bin
PATH: /opt/smlnj/lib
PATH: /opt/MATHWORKS_R2009B/bin
PATH: /opt/matlab/bin
PATH: /home/andreltr/.local/bin
PATH: /opt/Espressif/xtensa-esp32-elf/bin
PATH: /usr/lib/jvm/java-7-oracle/bin
PATH: /usr/lib/postgresql/9.4/bin
PATH: /opt/jess
PATH: /opt/matlab/bin
PATH: /opt/MATHWORKS_R2009B/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2536: checking for a BSD-compatible install
configure:2604: result: /usr/bin/install -c
configure:2615: checking whether build environment is sane
configure:2670: result: yes
configure:2821: checking for a thread-safe mkdir -p
configure:2860: result: /bin/mkdir -p
configure:2867: checking for gawk
configure:2883: found /usr/bin/gawk
configure:2894: result: gawk
configure:2905: checking whether make sets $(MAKE)
configure:2927: result: yes
configure:2956: checking whether make supports nested variables
configure:2973: result: yes
configure:3052: checking how to create a pax tar archive
configure:3063: tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3066: $? = 0
configure:3106: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3109: $? = 0
configure:3113: tar -xf - <conftest.tar
configure:3116: $? = 0
configure:3118: cat conftest.dir/file
GrepMe
configure:3121: $? = 0
configure:3134: result: gnutar
configure:3187: checking whether to enable maintainer-specific portions of Makefiles
configure:3196: result: yes
configure:3259: checking build system type
configure:3273: result: x86_64-pc-linux-gnu
configure:3293: checking host system type
configure:3306: result: x86_64-pc-linux-gnu
configure:3335: checking whether ln -s works
configure:3339: result: yes
configure:3356: checking whether install takes --strip-program option
configure:3372: result: yes
configure:3456: checking for ggrep
configure:3486: result: no
configure:3456: checking for grep
configure:3472: found /bin/grep
configure:3483: result: grep
configure:3513: must determine absolute path for '$GREP':
| grep
configure:3532: checking for absolute path to grep
configure:3535: result: /bin/grep
configure:3590: checking for gegrep
configure:3620: result: no
configure:3590: checking for egrep
configure:3606: found /bin/egrep
configure:3617: result: egrep
configure:3647: must determine absolute path for '$EGREP':
| egrep
configure:3666: checking for absolute path to egrep
configure:3669: result: /bin/egrep
configure:3674: checking for grep that handles long lines and -e
configure:3732: result: /bin/grep
configure:3737: checking for egrep
configure:3799: result: /bin/grep -E
configure:3891: checking for sed
configure:3910: checking SED at:
| /bin/sed
configure:3924: looking for 'GNU sed[^0-9]* [4-9]\.' regexp in
configure:3927: version info:
| /bin/sed (GNU sed) 4.4
| Copyright (C) 2017 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
|
| Written by Jay Fenlason, Tom Lord, Ken Pizzini,
| and Paolo Bonzini.
| GNU sed home page: <http://www.gnu.org/software/sed/>.
| General help using GNU software: <http://www.gnu.org/gethelp/>.
| E-mail bug reports to: <bug-sed@gnu.org>.
configure:3956: result: /bin/sed
configure:3959: checking for GNU sed >= 4.0
configure:3962: result: yes
configure:4044: checking for gcc
configure:4060: found /usr/bin/gcc
configure:4071: result: gcc
configure:4300: checking for C compiler version
configure:4309: gcc --version >&5
gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 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:4320: $? = 0
configure:4309: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --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 --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
configure:4320: $? = 0
configure:4309: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4320: $? = 1
configure:4309: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4320: $? = 1
configure:4340: checking whether the C compiler works
configure:4362: gcc conftest.c >&5
as: unrecognized option '--64'
configure:4366: $? = 1
configure:4404: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "crosstool-NG"
| #define PACKAGE_TARNAME "crosstool-ng"
| #define PACKAGE_VERSION "1.23.0.512-2808"
| #define PACKAGE_STRING "crosstool-NG 1.23.0.512-2808"
| #define PACKAGE_BUGREPORT "crossgcc@sourceware.org"
| #define PACKAGE_URL "http://crosstool-ng.org"
| #define PACKAGE "crosstool-ng"
| #define VERSION "1.23.0.512-2808"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4409: error: in `/home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng':
configure:4411: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_env_AUTOCONF_set=
ac_cv_env_AUTOCONF_value=
ac_cv_env_AUTOMAKE_set=
ac_cv_env_AUTOMAKE_value=
ac_cv_env_AUTORECONF_set=
ac_cv_env_AUTORECONF_value=
ac_cv_env_AWK_set=
ac_cv_env_AWK_value=
ac_cv_env_BASH_SHELL_set=
ac_cv_env_BASH_SHELL_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURSES_CFLAGS_set=
ac_cv_env_CURSES_CFLAGS_value=
ac_cv_env_CURSES_LIBS_set=
ac_cv_env_CURSES_LIBS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EGREP_set=
ac_cv_env_EGREP_value=
ac_cv_env_GREP_set=
ac_cv_env_GREP_value=
ac_cv_env_INSTALL_set=
ac_cv_env_INSTALL_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTOOLIZE_set=
ac_cv_env_LIBTOOLIZE_value=
ac_cv_env_LIBTOOL_set=
ac_cv_env_LIBTOOL_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_MAKE_set=
ac_cv_env_MAKE_value=
ac_cv_env_MENU_LIBS_set=
ac_cv_env_MENU_LIBS_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_PANEL_LIBS_set=
ac_cv_env_PANEL_LIBS_value=
ac_cv_env_PATCH_set=
ac_cv_env_PATCH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_SED_set=
ac_cv_env_SED_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_host=x86_64-pc-linux-gnu
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_EGREP=egrep
ac_cv_prog_ac_ct_GREP=grep
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_pax=gnutar
ctng_cv_install_with_strip_program=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/missing aclocal-1.15'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/missing autoconf'
AUTOHEADER='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/missing autoheader'
AUTOMAKE='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/missing automake-1.15'
AUTORECONF=''
AWK='gawk'
BASH_COMPLETION_DIR='${datadir}/bash-completion/completions'
BASH_SHELL=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CPU_COUNT=''
CURSES_CFLAGS=''
CURSES_LIBS=''
CXX=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DATE=''
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL='/usr/bin/install -c'
INSTALL_BASH_COMPLETION_FALSE='#'
INSTALL_BASH_COMPLETION_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTALL_USER_MANUAL_FALSE=''
INSTALL_USER_MANUAL_TRUE=''
INTLLIBS=''
INTL_MACOSX_LIBS=''
KCONFIG_=''
KCONFIG_autoconf_2_65_or_newer=''
KCONFIG_automake_1_15_or_newer=''
KCONFIG_autoreconf_2_65_or_newer=''
KCONFIG_curl=''
KCONFIG_cvs=''
KCONFIG_git=''
KCONFIG_gnu_m4_1_4_12_or_newer=''
KCONFIG_install_with_strip_program='def_bool y'
KCONFIG_libtool_2_4_or_newer=''
KCONFIG_libtoolize_2_4_or_newer=''
KCONFIG_make_3_81_or_newer=''
KCONFIG_md5sum=''
KCONFIG_sha1sum=''
KCONFIG_sha256sum=''
KCONFIG_sha512sum=''
KCONFIG_stat_flavor_BSD=''
KCONFIG_stat_flavor_GNU=''
KCONFIG_static_link=''
KCONFIG_svn=''
KCONFIG_wget=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOLIZE=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
M4=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKE=''
MAKEINFO='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/missing makeinfo'
MENU_LIBS=''
MKDIR_P='/bin/mkdir -p'
OBJCOPY=''
OBJDUMP=''
OBJEXT=''
PACKAGE='crosstool-ng'
PACKAGE_BUGREPORT='crossgcc@sourceware.org'
PACKAGE_NAME='crosstool-NG'
PACKAGE_STRING='crosstool-NG 1.23.0.512-2808'
PACKAGE_TARNAME='crosstool-ng'
PACKAGE_URL='http://crosstool-ng.org'
PACKAGE_VERSION='1.23.0.512-2808'
PANEL_LIBS=''
PATCH=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB=''
RANLIB=''
READELF=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS=''
VERSION='1.23.0.512-2808'
YACC=''
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_EGREP='egrep'
ac_ct_GREP='grep'
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
ac_ct_PATCH=''
ac_ct_READELF=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
bison=''
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
bzip2=''
curl=''
cut=''
cvs=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_local='yes'
exec_prefix='NONE'
file=''
flex=''
git=''
gzip=''
help2man=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/andreltr/Documents/Research/IoT/Espressif/crosstool-ng/scripts/install-sh'
kconfig_options=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
makeinfo=''
mandir='${datarootdir}/man'
md5sum=''
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
readlink=''
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sha1sum=''
sha256sum=''
sha512sum=''
sharedstatedir='${prefix}/com'
stat=''
svn=''
sysconfdir='${prefix}/etc'
tar=''
target_alias=''
unzip=''
wget=''
xz=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "crosstool-NG"
#define PACKAGE_TARNAME "crosstool-ng"
#define PACKAGE_VERSION "1.23.0.512-2808"
#define PACKAGE_STRING "crosstool-NG 1.23.0.512-2808"
#define PACKAGE_BUGREPORT "crossgcc@sourceware.org"
#define PACKAGE_URL "http://crosstool-ng.org"
#define PACKAGE "crosstool-ng"
#define VERSION "1.23.0.512-2808"

configure: exit 77

Would anyone know how to fix this, please?

TIA,

--
Andre Luiz Tietbohl Ramos, PhD