Created
May 18, 2016 15:43
-
-
Save sticilface/f20205b0848d0624df61083740bb3c12 to your computer and use it in GitHub Desktop.
makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@test:/opt/Espressif/crosstool-NG # ./bootstrap && ./configure --prefix=`pwd` && make && make install | |
Running autoconf... | |
Done. You may now run: | |
./configure | |
checking build system type... x86_64-unknown-freebsd9.2 | |
checking host system type... x86_64-unknown-freebsd9.2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether sed understands -r -i -e... yes | |
checking whether ln -s works... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for ranlib... ranlib | |
checking for gobjcopy... no | |
checking for objcopy... objcopy | |
checking for absolute path to objcopy... /usr/bin/objcopy | |
checking for gobjdump... no | |
checking for objdump... objdump | |
checking for absolute path to objdump... /usr/bin/objdump | |
checking for greadelf... no | |
checking for readelf... readelf | |
checking for absolute path to readelf... /usr/bin/readelf | |
checking for gperf... gperf | |
checking for absolute path to gperf... /usr/bin/gperf | |
checking for bison... bison | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for cut... cut | |
checking for stat... stat | |
checking for readlink... readlink | |
checking for wget... wget | |
checking for tar... tar | |
checking for gzip... gzip | |
checking for bzip2... bzip2 | |
checking for patch... /usr/bin/patch | |
checking for bash >= 3.1... /usr/local/bin/bash | |
checking for GNU awk... /usr/local/bin/gawk | |
checking for GNU make >= 3.80... /usr/local/bin/gmake | |
checking whether /usr/local/bin/gmake sets $(MAKE)... yes | |
checking for make 3.81... no | |
checking for GNU libtool >= 1.5.26... /usr/local/bin/libtool | |
checking for GNU libtoolize >= 1.5.26... /usr/local/bin/libtoolize | |
checking for GNU automake >= 1.10... /usr/local/bin/automake | |
checking for xz... xz | |
checking for cvs... cvs | |
checking for svn... no | |
checking for inline... inline | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible realloc... yes | |
checking for size_t... yes | |
checking for working alloca.h... no | |
checking for alloca... yes | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking ncurses/ncurses.h usability... no | |
checking ncurses/ncurses.h presence... no | |
checking for ncurses/ncurses.h... no | |
checking ncurses/curses.h usability... no | |
checking ncurses/curses.h presence... no | |
checking for ncurses/curses.h... no | |
checking ncursesw/curses.h usability... no | |
checking ncursesw/curses.h presence... no | |
checking for ncursesw/curses.h... no | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking for library containing initscr... -lncursesw | |
configure: creating ./config.status | |
config.status: creating Makefile | |
Error expanding embedded variable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment