Skip to content

Instantly share code, notes, and snippets.

@rigid
Created May 20, 2016 02:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rigid/5195ed5102bdaa42b383bb5619ef9406 to your computer and use it in GitHub Desktop.
[daniel:~/code … 66/mine/irrigator/readline-6.3/build] $ LC_ALL="C" CFLAGS="-mlongcalls" LDFLAGS="-nostdlib -Wl,--start-group -lmain -lnet80211 -lwpa -llwip -lpp -lphy -Wl,--end-group -lgcc" ../configure --host=xtensa-lx106-elf --disable-largefile --disable-shared --disable-multibyte --without-curses --without-purify
checking build system type... x86_64-unknown-linux-gnu
checking host system type... xtensa-lx106-elf
Beginning configuration for readline-6.3 for xtensa-lx106-elf
checking whether make sets $(MAKE)... yes
checking for xtensa-lx106-elf-gcc... xtensa-lx106-elf-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... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether xtensa-lx106-elf-gcc accepts -g... yes
checking for xtensa-lx106-elf-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... xtensa-lx106-elf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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... no
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether xtensa-lx106-elf-gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for xtensa-lx106-elf-ar... xtensa-lx106-elf-ar
checking for xtensa-lx106-elf-ranlib... xtensa-lx106-elf-ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... no
checking for sys/ndir.h that defines DIR... no
checking for sys/dir.h that defines DIR... no
checking for ndir.h that defines DIR... no
checking for library containing opendir... no
checking for fcntl... no
checking for kill... no
checking for lstat... no
checking for memmove... no
checking for putenv... no
checking for select... no
checking for setenv... no
checking for setlocale... no
checking for strcasecmp... no
checking for strpbrk... no
checking for tcgetattr... no
checking for vsnprintf... no
checking for isascii... no
checking for isxdigit... no
checking for getpwent... no
checking for getpwnam... no
checking for getpwuid... no
checking for working strcoll... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) no
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for type of signal functions... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... not found
checking for struct dirent.d_ino... no
checking for struct dirent.d_fileno... no
checking whether AUDIT_USER_TTY is declared... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
checking which library has the termcap functions... using gnutermcap
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
[daniel:~/code … 66/mine/irrigator/readline-6.3/build] 2s $ LC_ALL=C make
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../readline.c
rm -f keymaps.o
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../vi_mode.c
rm -f parens.o
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../keymaps.c
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../funmap.c
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../parens.c
rm -f search.o
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../search.c
rm -f rltty.o
xtensa-lx106-elf-gcc -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION='"6.3"' -mlongcalls ../rltty.c
In file included from ../rltty.h:40:0,
from ../rltty.c:44:
../sgtty.h:21:22: fatal error: features.h: No such file or directory
#include <features.h>
^
compilation terminated.
Makefile:100: recipe for target 'rltty.o' failed
make: *** [rltty.o] Error 1
make: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment