Proyecto movido a GitHub
Miér 7 Abr 2021 - 19:23 por bittor
Proyecto movido a GitHub:
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
Comentarios: 0
Buscar
[Solucionado] Error, /bin/sh: ./gencheck: no se puede ejecutar el fichero binario
Página 1 de 1.
[Solucionado] Error, /bin/sh: ./gencheck: no se puede ejecutar el fichero binario
- Código:
--2011-03-29 23:49:06-- ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/egcs-1.1.2/egcs-1.1.2.tar.bz2
=> `/home/jose/VDR-NG-EM/VDR-NG-FW/downloads/egcs-1.1.2.tar.bz2'
Resolviendo ftp.fu-berlin.de... 130.133.3.130
Conectando a ftp.fu-berlin.de|130.133.3.130|:21... conectado.
Accediendo como anonymous... ¡Sesión iniciada!
==> SYST ... hecho. ==> PWD ... hecho.
==> TYPE I ... hecho. ==> CWD /unix/languages/gcc/releases/egcs-1.1.2 ... hecho.
==> SIZE egcs-1.1.2.tar.bz2 ... 8935740
==> PASV ... hecho. ==> RETR egcs-1.1.2.tar.bz2 ... hecho.
Longitud: 8935740 (8,5M)
100%[======================================>] 8.935.740 318K/s en 28s
2011-03-29 23:49:36(312 KB/s) - «/home/jose/VDR-NG-EM/VDR-NG-FW/downloads/egcs-1.1.2.tar.bz2» guardado [8935740]
touch /home/jose/VDR-NG-EM/VDR-NG-FW/downloads/egcs-1.1.2.tar.bz2
rm -rf /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2
bzcat /home/jose/VDR-NG-EM/VDR-NG-FW/downloads/egcs-1.1.2.tar.bz2 | tar -x -C /home/jose/VDR-NG-EM/VDR-NG-FW/build -f -
touch /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_unpacked
for patch_file in `find /home/jose/VDR-NG-EM/VDR-NG-FW/patches/egcs/1.1.2/common -type f -iname '*.patch' | sort` ; do patch -p1 -E -d /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2 < $patch_file ; done
patching file configure.in
patching file gcc/config/mips/linux64.h
patching file gcc/config/mips/linux.h
patching file gcc/config/mips/llinux64.h
patching file gcc/config/mips/llinux.h
patching file gcc/config/mips/mips.md
patching file gcc/config/mips/t-linux
patching file gcc/config/mips/t-linux64
patching file gcc/config/mips/xm-linux.h
patching file gcc/configure
patching file gcc/configure.in
for patch_file in `find /home/jose/VDR-NG-EM/VDR-NG-FW/patches/egcs/1.1.2/host/Linux -type f -iname '*.patch' | sort` ; do patch -p1 -E -d /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2 < $patch_file ; done
touch /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_patched
ln -sfn /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux-uclibc /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux
rm -rf /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build
mkdir -p /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build
(cd /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build ; PATH='/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/cy/mipsfple/bin:/opt/cy/mipsfple-uclibc/bin' CC=/opt/cy/mipsfple-uclibc/bin/gcc \
/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/configure \
--prefix=/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686 \
--host=i486-linux-gnu \
--target=mips-linux \
--program-prefix=mips-linux-uclibc- \
--with-gnu-as \
--with-gnu-ld \
--disable-nls \
--nfp \
--enable-languages="c" \
--with-headers=/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/usr/include)
Copying /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/usr/include to /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux/sys-include
Created "Makefile" in /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build using "mt-frag"
Links are now set up to build a cross-compiler for mips-mips-linux-gnu
from i486-pc-linux-gnu.
touch /home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_configured
PATH='/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/cy/mipsfple/bin:/opt/cy/mipsfple-uclibc/bin' CC=/opt/cy/mipsfple-uclibc/bin/gcc \
make LANGUAGES="c" CFLAGS=-DSYS_SIGLIST_DECLARED \
-C /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build all-gcc
make[1]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/argv.c -o pic/argv.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/argv.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/choose-temp.c -o pic/choose-temp.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/choose-temp.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/concat.c -o pic/concat.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/concat.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/cplus-dem.c -o pic/cplus-dem.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/cplus-dem.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/fdmatch.c -o pic/fdmatch.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/fdmatch.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/fnmatch.c -o pic/fnmatch.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/fnmatch.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getopt.c -o pic/getopt.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getopt.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getopt1.c -o pic/getopt1.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getopt1.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getruntime.c -o pic/getruntime.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/getruntime.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/hex.c -o pic/hex.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/hex.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/floatformat.c -o pic/floatformat.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/floatformat.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/objalloc.c -o pic/objalloc.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/objalloc.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/obstack.c -o pic/obstack.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/obstack.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/pexecute.c -o pic/pexecute.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/pexecute.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/spaces.c -o pic/spaces.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/spaces.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/strerror.c -o pic/strerror.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/strerror.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/strsignal.c -o pic/strsignal.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/strsignal.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xatexit.c -o pic/xatexit.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xatexit.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xexit.c -o pic/xexit.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xexit.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xmalloc.c -o pic/xmalloc.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xmalloc.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xstrdup.c -o pic/xstrdup.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xstrdup.c
test x"no" != xyes || \
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xstrerror.c -o pic/xstrerror.o
/opt/cy/mipsfple-uclibc/bin/gcc -c -DHAVE_CONFIG_H -DSYS_SIGLIST_DECLARED -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/xstrerror.c
rm -f libiberty.a
ar rc libiberty.a \
argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o
ranlib libiberty.a
f=" "; \
case $f in \
*alloca.o*) f="$f xmalloc.o xexit.o" ;; \
esac; \
echo $f > needed-list
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/libiberty'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make all-recursive
make[3]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
Making all in intl
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/intl'
make[4]: No se hace nada para `all'.
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/intl'
Making all in lib
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib/getopt.c
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib/getopt1.c
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib/xmalloc.c
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib/xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o
ranlib libtxi.a
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
Making all in makeinfo
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo -I.. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo/makeinfo.c
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo -I.. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo/multi.c
/opt/cy/mipsfple-uclibc/bin/gcc -DSYS_SIGLIST_DECLARED -o makeinfo makeinfo.o multi.o ../lib/libtxi.a
makeinfo.o: En la funci?n `main':
/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo/makeinfo.c(.text+0x56c): the 'setlocale' function supports only C|POSIX locales
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
Making all in util
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util -I.. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util/install-info.c
/opt/cy/mipsfple-uclibc/bin/gcc -DSYS_SIGLIST_DECLARED -o install-info install-info.o ../lib/libtxi.a
install-info.o: En la funci?n `main':
/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util/install-info.c(.text+0xf38): the 'setlocale' function supports only C|POSIX locales
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util -I.. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util/texindex.c
/opt/cy/mipsfple-uclibc/bin/gcc -DSYS_SIGLIST_DECLARED -o texindex texindex.o ../lib/libtxi.a
texindex.o: En la funci?n `main':
/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util/texindex.c(.text+0xdc): the 'setlocale' function supports only C|POSIX locales
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
make[3]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
cd /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc && autoheader
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
echo timestamp > /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/cstamp-h.in
/opt/cy/mipsfple-uclibc/bin/gcc -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config \
-DGCC_INCLUDE_DIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/lib/gcc-lib/mips-linux/egcs-2.91.66/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/include/g++\" \
-DOLD_GPLUSPLUS_INCLUDE_DIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/lib/g++-include\" \
-DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
-DCROSS_INCLUDE_DIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux/include\" \
-c `echo /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/cccp.c | sed 's,^\./,,'`
/opt/cy/mipsfple-uclibc/bin/gcc -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config -c /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/cexp.c
/opt/cy/mipsfple-uclibc/bin/gcc -c -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/version.c
/opt/cy/mipsfple-uclibc/bin/gcc -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config \
-DPREFIX=\"/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686\" \
-c `echo /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/prefix.c | sed 's,^\./,,'`
/opt/cy/mipsfple-uclibc/bin/gcc -c -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/obstack.c
/opt/cy/mipsfple-uclibc/bin/gcc -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -o cccp cccp.o cexp.o prefix.o \
version.o obstack.o
rm -f cpp
ln cccp cpp
/opt/cy/mipsfple-uclibc/bin/gcc -c -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -I. -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/gencheck.c
/opt/cy/mipsfple-uclibc/bin/gcc -DCROSS_COMPILE -DIN_GCC -DSYS_SIGLIST_DECLARED -DHAVE_CONFIG_H -o gencheck \
gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gencheck > tmp-check.h
/bin/sh: ./gencheck: no se puede ejecutar el fichero binario
make[2]: *** [s-check] Error 126
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make: *** [/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_compiled] Error 2
Me acabo de bajar del SVN la nueva revision, y sin hacer nada, solo compilarlo, tal cual como viene indicado AQUI, me ha saltado ese error.
sabeis porque puede ser?
La maquina donde compilaba es un Ubuntu 9.04 32Bits, y el otro dia compile a la primera. me parece raro..
Edito:
He reintentado de nuevo, y esto me sale:
- Código:
$ make
PATH='/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/cy/mipsfple/bin:/opt/cy/mipsfple-uclibc/bin' CC=/opt/cy/mipsfple-uclibc/bin/gcc \
make LANGUAGES="c" CFLAGS=-DSYS_SIGLIST_DECLARED \
-C /home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build all-gcc
make[1]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/libiberty'
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/libiberty'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make all-recursive
make[3]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
Making all in intl
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/intl'
make[4]: No se hace nada para `all'.
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/intl'
Making all in lib
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
make[4]: No se hace nada para `all'.
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
Making all in makeinfo
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
make[4]: No se hace nada para `all'.
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
Making all in util
make[4]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
make[4]: No se hace nada para `all'.
make[4]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
make[3]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se ingresa al directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
CONFIG_HEADERS=auto-host.h:config.in /bin/sh config.status
creating Makefile
creating cp/Makefile
creating f/Makefile
creating auto-host.h
Merged x-linux.
Merged mips/t-linux.
Created `objc/Makefile'.
./gencheck > tmp-check.h
/bin/sh: ./gencheck: no se puede ejecutar el fichero binario
make[2]: *** [s-check] Error 126
make[2]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: se sale del directorio `/home/jose/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make: *** [/home/jose/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_compiled] Error 2
Buscando por el foro, me he topado con un post mio, justo con el mismo problema.
https://vdr-m7x0.foroactivo.com.es/t870-errores-en-la-descarga-de-fuentes
SOLUCION:
1 - Reiniciar el PC
2 - entrar en el directorio donde lanzaste la compilacion y escribe:
- Código:
sudo make clean-egcs distclean-egcs
4 - Lanza de nuevo la compilación, empezara desde el punto donde se produjo el error, y a compilar
Temas similares
» Error al compilar en fichero LZMADecoder.cpp
» Error en fichero /etc/rc.halt en versión trunk
» [Solucionado]Error al compilar.
» [Solucionado] Error al compilar
» [Solucionado] A veces me graba, otras no (Error Grabando en HD)
» Error en fichero /etc/rc.halt en versión trunk
» [Solucionado]Error al compilar.
» [Solucionado] Error al compilar
» [Solucionado] A veces me graba, otras no (Error Grabando en HD)
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.