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
Fallo al compilar firmware
2 participantes
Página 1 de 1.
Re: Fallo al compilar firmware
Bueno, por fín he sacado un rato para el cacharreo. Tengo ubuntu 9.10 Karmic Koala y al hacer el make me falla en
mkdir -p /home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1.build
(cd /home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1.build ; PATH='/home/mce/prj/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:./' \
/home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc-4.4.1/configure \
--prefix=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1 \
--with-sysroot=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root \
--with-as=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/mips-linux-uclibc-as \
--with-gnu-as \
--with-ld=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/mips-linux-uclibc-ld \
--with-gnu-ld \
--target=mips-linux-uclibc \
--enable-languages=c \
--enable-__cxa_atexit \
--disable-shared \
--enable-threads=posix \
--with-arch=mips2 \
--with-tune=vr4120 \
--with-float=soft \
--nfp \
--enable-multilib \
--enable-softfloat \
--disable-nls \
--disable-tls )
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... mips-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... /usr/bin/gcc-3.4
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-3.4 accepts -g... yes
checking for /usr/bin/gcc-3.4 option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR from a vendor distribution package, make
sure that you have installed both the libraries and the header files.
They may be located in separate packages.
Alguna idea? Algún sitio donde bajarse el .ofi directamente?
mkdir -p /home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1.build
(cd /home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1.build ; PATH='/home/mce/prj/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:./' \
/home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc-4.4.1/configure \
--prefix=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/build/gcc.stage1 \
--with-sysroot=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root \
--with-as=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/mips-linux-uclibc-as \
--with-gnu-as \
--with-ld=/home/mce/prj/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/mips-linux-uclibc-ld \
--with-gnu-ld \
--target=mips-linux-uclibc \
--enable-languages=c \
--enable-__cxa_atexit \
--disable-shared \
--enable-threads=posix \
--with-arch=mips2 \
--with-tune=vr4120 \
--with-float=soft \
--nfp \
--enable-multilib \
--enable-softfloat \
--disable-nls \
--disable-tls )
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... mips-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... /usr/bin/gcc-3.4
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-3.4 accepts -g... yes
checking for /usr/bin/gcc-3.4 option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR from a vendor distribution package, make
sure that you have installed both the libraries and the header files.
They may be located in separate packages.
Alguna idea? Algún sitio donde bajarse el .ofi directamente?
Manolitox- Cantidad de envíos : 6
Fecha de inscripción : 12/08/2009
Re: Fallo al compilar firmware
¿has seguido los pasos que se indican en la wiki?
El OFI no se puede bajar directamente porque nuestro firmware todavía incluye los drivers de DiscVision-Siemens que violan la licencia GPL y es ilegal distribuirlos.
Aunque sabemos que a otras personas y empresas les da igual distribuir software pirata a nosotros no.
El OFI no se puede bajar directamente porque nuestro firmware todavía incluye los drivers de DiscVision-Siemens que violan la licencia GPL y es ilegal distribuirlos.
Aunque sabemos que a otras personas y empresas les da igual distribuir software pirata a nosotros no.
Re: Fallo al compilar firmware
Jeje, me parece una buena política.
Ya he solucionado el problema, con los nervios no había instalado todos los paquetes (creo que me faltaba el flex o el bison... los he pasado todos). En otros sistemas con configure te canta la herramienta que te falta, pero no es menos cierto que luego te la lían por otro lado.
Llevo compilando más de media hora... qué nervios.
Ya he solucionado el problema, con los nervios no había instalado todos los paquetes (creo que me faltaba el flex o el bison... los he pasado todos). En otros sistemas con configure te canta la herramienta que te falta, pero no es menos cierto que luego te la lían por otro lado.
Llevo compilando más de media hora... qué nervios.
Manolitox- Cantidad de envíos : 6
Fecha de inscripción : 12/08/2009
Re: Fallo al compilar firmware
Ya lo he compilado y acabo de seguir los pasos del flasheo del manual, lo único que he tenido que hacer distinto es que para matar el wavebox he usado el script "stop-wbx.sh" ya que tenía un Lemmi-Siesta.
Manolitox- Cantidad de envíos : 6
Fecha de inscripción : 12/08/2009
Temas similares
» [SOLUCIONADO] Error al compilar el nuevo firmware
» Error en compilacion
» fallo compilacion
» Juro que soy incapaz de compilar el firmware en Linux.
» Fallo al restaurar la configuración en otro giga
» Error en compilacion
» fallo compilacion
» Juro que soy incapaz de compilar el firmware en Linux.
» Fallo al restaurar la configuración en otro giga
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.