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
ERRORES en la descarga de fuentes!!!
2 participantes
Página 1 de 1.
ERRORES en la descarga de fuentes!!!
a mi me acaba de dar un error en plena compilacion.
el egcs-1.1.2, me salt aun error. tienes un privado.
el egcs-1.1.2, me salt aun error. tienes un privado.
Última edición por AzagraMac el Vie 29 Ene 2010 - 12:08, editado 1 vez
Re: ERRORES en la descarga de fuentes!!!
No tengo ni idea de ese error y es mejor poner en el foro los mensajes de error para que todo el mundo pueda leerlos para que si les pasa sepan la forma de solucionarlo.
Prueba a ejecutar
Para evitar errores, el make tiene que ser sin -j ni ningún otro parámetro.
Prueba a ejecutar
- Código:
make clean-egcs distclean-egcs
make
Para evitar errores, el make tiene que ser sin -j ni ningún otro parámetro.
Re: ERRORES en la descarga de fuentes!!!
si si, es un make, a secas. es raro, ayer no me dio problemas y no he instalado nada en las ultimas 24horas.
acabo de ejecutarlo, y nada. descomprime el paquete... crea el makefile y luego error.
te copio desde la ejecucion de
acabo de ejecutarlo, y nada. descomprime el paquete... crea el makefile y luego error.
te copio desde la ejecucion de
- Código:
make clean-egcs distclean-egcs
make
- Spoiler:
- jose@linux:~/sdk/m750t/VDR-NG-EM/VDR-NG-FW$ make clean-egcs distclean-egcs
rm -rf /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build
rm -rf /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2
rm -f /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_unpacked
rm -f /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_patched
rm -f /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_configured
rm -f /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_compiled
rm -f /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_installed
jose@linux:~/sdk/m750t/VDR-NG-EM/VDR-NG-FW$ make
rm -rf /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2
bzcat /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/downloads/egcs-1.1.2.tar.bz2 | tar -x -C /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build -f -
touch /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_unpacked
for patch_file in `find /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/patches/egcs/1.1.2/common -type f -iname '*.patch' | sort` ; do patch -p1 -E -d /home/jose/sdk/m750t/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/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2 < $patch_file ; done
touch /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_patched
ln -sfn /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux-uclibc /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux
rm -rf /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build
mkdir -p /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build
(cd /home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build ; PATH='/home/jose/sdk/m750t/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:/usr/local/ps2dev/bin:/usr/local/ps2dev/ee/bin:/usr/local/ps2dev/iop/bin:/usr/local/ps2dev/dvp/bin:/usr/local/ps2dev/ps2sdk/bin:/usr/local/pspdev/bin:/opt/cy/mipsfple/bin:/opt/cy/mipsfple-uclibc/bin' CC=/opt/cy/mipsfple-uclibc/bin/gcc \
/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/configure \
--prefix=/home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/usr/include)
Created "Makefile" in /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_configured
PATH='/home/jose/sdk/m750t/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:/usr/local/ps2dev/bin:/usr/local/ps2dev/ee/bin:/usr/local/ps2dev/iop/bin:/usr/local/ps2dev/dvp/bin:/usr/local/ps2dev/ps2sdk/bin:/usr/local/pspdev/bin:/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build all-gcc
make[1]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make[2]: se ingresa al directorio `/home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/libiberty/../include /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/libiberty'
make[2]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make all-recursive
make[3]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
Making all in intl
make[4]: se ingresa al directorio `/home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/intl'
Making all in lib
make[4]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I.. -I../intl -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/lib'
Making all in makeinfo
make[4]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo -I.. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/makeinfo -I.. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/makeinfo'
Making all in util
make[4]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
/opt/cy/mipsfple-uclibc/bin/gcc -DHAVE_CONFIG_H -I. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util -I.. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/util -I.. -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/texinfo/lib -I../intl -DLOCALEDIR=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/share/locale\" -DSYS_SIGLIST_DECLARED -c /home/jose/sdk/m750t/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/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo/util'
make[3]: se sale del directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se sale del directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/texinfo'
make[2]: se ingresa al directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
cd /home/jose/sdk/m750t/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/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config \
-DGCC_INCLUDE_DIR=\"/home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/include/g++\" \
-DOLD_GPLUSPLUS_INCLUDE_DIR=\"/home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/mips-linux/include\" \
-c `echo /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config -c /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config \
-DPREFIX=\"/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686\" \
-c `echo /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/sdk/m750t/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/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc -I/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs-1.1.2/gcc/config /home/jose/sdk/m750t/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 archivo binario
make[2]: *** [s-check] Error 126
make[2]: se sale del directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: se sale del directorio `/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/build/egcs.build'
make: *** [/home/jose/sdk/m750t/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.egcs_compiled] Error 2
jose@linux:~/sdk/m750t/VDR-NG-EM/VDR-NG-FW$
Re: ERRORES en la descarga de fuentes!!!
Ya esta, lo que he echo. es, reiniciar el PC...
pruebo de nuevo... nada, mismo error.
Asique, vuelvo a ejcutar los comandos que me as dado, pero con usuario root.
y hay esta... compilando
pruebo de nuevo... nada, mismo error.
Asique, vuelvo a ejcutar los comandos que me as dado, pero con usuario root.
y hay esta... compilando
Re: ERRORES en la descarga de fuentes!!!
Pues la cosa sigue igual.. pero peor.
ahora falla el paquete lirc-0.6.4.tar.bz2 tambien del mismo servidor.
dejo otra URL para poder seguir con el proceso de compilancion. seguro que cae alguna mas...
http://sourceforge.net/projects/lirc/files/LIRC/0.6.4/lirc-0.6.4.tar.bz2/download
PD: Del lirc, van por la 0.8.6, se podria actualizar las fuentes. no? porque algunas son muuuuy antiguas.
Otro mas.... ahora el cramfs-1.1.tar.gz, os dejo otra URL
http://sourceforge.net/projects/cramfs/files/cramfs/1.1/cramfs-1.1.tar.gz/download
ahora falla el paquete lirc-0.6.4.tar.bz2 tambien del mismo servidor.
dejo otra URL para poder seguir con el proceso de compilancion. seguro que cae alguna mas...
http://sourceforge.net/projects/lirc/files/LIRC/0.6.4/lirc-0.6.4.tar.bz2/download
PD: Del lirc, van por la 0.8.6, se podria actualizar las fuentes. no? porque algunas son muuuuy antiguas.
Otro mas.... ahora el cramfs-1.1.tar.gz, os dejo otra URL
http://sourceforge.net/projects/cramfs/files/cramfs/1.1/cramfs-1.1.tar.gz/download
Temas similares
» Errores contínuos del segundo sintonizador por mala señal
» Errores en /var/log/messages
» Errores al compilar los plugins
» ¿Cómo acceder al log de errores?
» errores de compilacion en mint 12 y xubuntu 10.04
» Errores en /var/log/messages
» Errores al compilar los plugins
» ¿Cómo acceder al log de errores?
» errores de compilacion en mint 12 y xubuntu 10.04
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.