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
problemo à la compilation de svn832 ?
Página 1 de 1.
problemo à la compilation de svn832 ?
hi Bittor,
For tested my vdron.c posted here https://vdr-m7x0.foroactivo.com.es/international-forum-f19/integrate-a-script-c-to-vdr-ng-t1015.htm
i have thought pass at SVN 832...
in the Changeset 832, http://trac.assembla.com/VDR-M7x0/changeset/832, you noticed "AVISO: Actualización importante que requiere testeo."
So here is my test... the compilation abort... my last compil 832 haven't personal changes, but abort too.
So here is the first error, and after the question "EXPERIMENTAL"
i have test the default parameter at the precedent compil so, at this compil i test y... or the default parameters
After multiple answers, the firmware is not generated.
With 831, I do not have any question. So there is certainly a raison...
My operating system is the same xubuntu 10.04.
For tested my vdron.c posted here https://vdr-m7x0.foroactivo.com.es/international-forum-f19/integrate-a-script-c-to-vdr-ng-t1015.htm
i have thought pass at SVN 832...
in the Changeset 832, http://trac.assembla.com/VDR-M7x0/changeset/832, you noticed "AVISO: Actualización importante que requiere testeo."
So here is my test... the compilation abort... my last compil 832 haven't personal changes, but abort too.
So here is the first error, and after the question "EXPERIMENTAL"
- Código:
make[1]make[1]: quittant le répertoire « /home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740 »
cp /home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/configs/siemens-linux-kernel/m740.config /home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^CONFIG_CRAMFS=y,# CONFIG_CRAMFS is not set,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^# CONFIG_LZO_COMPRESS is not set,CONFIG_LZO_COMPRESS=y,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^# CONFIG_LZO_DECOMPRESS is not set,CONFIG_LZO_DECOMPRESS=y,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^# CONFIG_JFFS2_LZO is not set,CONFIG_JFFS2_LZO=y,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^CONFIG_JFFS2_ZLIB=y,# CONFIG_JFFS2_ZLIB is not set,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
sed -i -e 's,^CONFIG_JFFS2_RUBIN=y,# CONFIG_JFFS2_RUBIN is not set,g' \
/home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740/.config
PATH='/home/christophe/Documents/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' make CROSS_COMPILE=mips-linux- ARCH=mips \
BASH=bash CC=mips-linux-egcs -C /home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740 oldconfig
make[1]: entrant dans le répertoire « /home/christophe/Documents/VDR-NG-EM/VDR-NG-FW/build/slin_m740 »
rm -f include/asm
( cd include ; ln -sf asm-mips asm)
/bin/sh scripts/Configure -d arch/mips/config.in
#
# Using defaults found in .config
#
scripts/Configure: ligne 546 : .: .config : fichier introuvable
scripts/Configure: ligne 548 : .: .config-is-not.16111 : fichier introuvable
*
* Code maturity level options
*
Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [N/y/?] (NEW)
*
* Loadable module support
*
Enable loadable module support (CONFIG_MODULES) [N/y/?] (NEW) y
i have test the default parameter at the precedent compil so, at this compil i test y... or the default parameters
After multiple answers, the firmware is not generated.
With 831, I do not have any question. So there is certainly a raison...
My operating system is the same xubuntu 10.04.
joopa- Cantidad de envíos : 14
Fecha de inscripción : 02/09/2009
Edad : 55
Localización : France
Re: problemo à la compilation de svn832 ?
I posted a bit too fast. here is the solution. Google is my friend
https://vdr-m7x0.foroactivo.com.es/instalacion-f1/preguntas-durante-la-compilacion-t772.htm
I'll try another time and come back if necessary to a compilation 831.
https://vdr-m7x0.foroactivo.com.es/instalacion-f1/preguntas-durante-la-compilacion-t772.htm
I'll try another time and come back if necessary to a compilation 831.
joopa- Cantidad de envíos : 14
Fecha de inscripción : 02/09/2009
Edad : 55
Localización : France
Re: problemo à la compilation de svn832 ?
sorry to have frightened
firstly i have run
the changes with my back commands are :
- export CC=/usr/bin/gcc-3.4 (with last compil 831 no export CC)
- export PATH=$PATH:./ (for karmic but i'm in 10.04)
So now, the compilation is OK. And this is a good start for my futures (real) tests...
Thanks for yours posts.
firstly i have run
- Código:
make clean-siemens-linux-kernel distclean-siemens-linux-kernel
make
the changes with my back commands are :
- export CC=/usr/bin/gcc-3.4 (with last compil 831 no export CC)
- export PATH=$PATH:./ (for karmic but i'm in 10.04)
So now, the compilation is OK. And this is a good start for my futures (real) tests...
Thanks for yours posts.
joopa- Cantidad de envíos : 14
Fecha de inscripción : 02/09/2009
Edad : 55
Localización : France
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.