problem compiling image dreambox

The forum for our foreign guests... Please post in English
Antworten
max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

problem compiling image dreambox

Beitrag von max_tre2000 »

Hello everyone, and I hope you will forgive my English.
I have a problem that I can not answer about the compilation of an image for dreambox dm 500.
I'm trying to do it on ubuntu 10.10, and I followed these steps:

1.) Create a directory for the new image in your home directory: (tuxbox-cvs)
2. ) Open the terminal (shell)
3:) cd tuxbox-cvs
4:) export CVS_RSH = ssh
5:) cvs-d anoncvs@cvs.tuxbox-cvs.sourceforge.net :/ cvs / tuxbox-z3 co-P-rdreambox.
6:) cd cdk
7:). / Prepare DM7000 (dm500, dm56x0)
8:) make checkout
9:) make dreamboximage_root

then of course follow the other end controls, but this step 9) I have problems.
In brief, after the first tests and have installed one after another the various missing libraries, I no longer go ahead.
I report here the last lines of the shell:

Code: Alles auswählen

cd build && \
        CC=powerpc-tuxbox-linux-gnu-gcc \
        AR=powerpc-tuxbox-linux-gnu-ar \
        RANLIB=powerpc-tuxbox-linux-gnu-ranlib \
        CFLAGS="-mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -DHAVE_DREAMBOX_DM500" \
        LDFLAGS="" \
        ../glibc-2.3.2/configure \
            --build=i686-pc-linux-gnu \
            --host=powerpc-tuxbox-linux-gnu \
            --prefix= \
            --with-headers=/home/marco/immagine/cdk/linux/include \
            --enable-kernel=2.6.5 \
            --disable-profile \
            --enable-shared \
            --enable-add-ons=nptl \
            --with-__thread \
            --without-fp \
            --with-tls && \
        make all && \
        make install install_root=/home/marco/immagine/root/cdkroot && /usr/bin/install -c -m644 libc_pic.a math/libm_pic.a resolv/libresolv_pic.a dlfcn/libdl_pic.a /home/marco/immagine/root/cdkroot/lib && /usr/bin/install -c -d /home/marco/immagine/root/cdkroot/lib/libc_pic && /usr/bin/install -c -m644 elf/soinit.os /home/marco/immagine/root/cdkroot/lib/libc_pic/soinit.o && /usr/bin/install -c -m644 elf/sofini.os /home/marco/immagine/root/cdkroot/lib/libc_pic/sofini.o && /usr/bin/install -c -m644 libc.map /home/marco/immagine/root/cdkroot/lib/libc_pic.map && /usr/bin/install -c -m644 libm.map /home/marco/immagine/root/cdkroot/lib/libm_pic.map && /usr/bin/install -c -m644 libdl.map /home/marco/immagine/root/cdkroot/lib/libdl_pic.map
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-tuxbox-linux-gnu
checking sysdep dirs... sysdeps/powerpc/powerpc32/elf sysdeps/powerpc/elf nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32 nptl/sysdeps/unix/sysv/linux/powerpc nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread nptl/sysdeps/unix/sysv nptl/sysdeps/unix nptl/sysdeps/powerpc sysdeps/unix/sysv/linux/powerpc/powerpc32 sysdeps/unix/sysv/linux/powerpc sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/powerpc sysdeps/unix sysdeps/posix sysdeps/powerpc/powerpc32 sysdeps/wordsize-32 sysdeps/powerpc/soft-fp sysdeps/powerpc/nofpu sysdeps/powerpc sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking for gcc... gcc
checking how to run the C preprocessor... /lib/cpp
checking for powerpc-tuxbox-linux-gnu-g++... no
checking for powerpc-tuxbox-linux-gnu-c++... no
checking for powerpc-tuxbox-linux-gnu-gpp... no
checking for powerpc-tuxbox-linux-gnu-aCC... no
checking for powerpc-tuxbox-linux-gnu-CC... no
checking for powerpc-tuxbox-linux-gnu-cxx... no
checking for powerpc-tuxbox-linux-gnu-cc++... no
checking for powerpc-tuxbox-linux-gnu-cl... no
checking for powerpc-tuxbox-linux-gnu-FCC... no
checking for powerpc-tuxbox-linux-gnu-KCC... no
checking for powerpc-tuxbox-linux-gnu-RCC... no
checking for powerpc-tuxbox-linux-gnu-xlC_r... no
checking for powerpc-tuxbox-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/as is GNU as... yes
checking whether /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld is GNU ld... yes
checking for /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/as... /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/as
checking version of /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/as... 2.22.52.0.1.20120131, bad
checking for /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld... /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld
checking version of /home/marco/immagine/root/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/../../../../powerpc-tuxbox-linux-gnu/bin/ld... 2.22.52.0.1.20120131, bad
checking for pwd... /bin/pwd
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking version of powerpc-tuxbox-linux-gnu-gcc... 3.4.4, ok
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.81, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... no
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for autoconf... autoconf
checking whether autoconf works... yes
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.
make: *** [.glibc] Errore 1
marco@Portatile:~/immagine/cdk$

anyone could give me aid is involved?
Thank you.
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18
Kontaktdaten:

Re: problem compiling image dreambox

Beitrag von dbt »

Branch dreambox ist out of date.

Code: Alles auswählen

 --with-boxtype          valid values: dbox2,tripledragon,dreambox,ipbox,generic
 --with-boxmodel         valid for dreambox: dm500, dm500plus, dm600pvr, dm56x0, dm7000, dm7020, dm7025)
                         valid for ipbox: ip200, ip250, ip350, ip400
Images_und_Yadd's_erstellen#Optionen
max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

Re: problem compiling image dreambox

Beitrag von max_tre2000 »

thanks for the answer, but being a beginner in the field, and not knowing German, I find myself in difficulty in understanding what is written on the page to which I have addressed, and what should I do exactly.
you may kindly give me more precise information on how do I fix this?
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: problem compiling image dreambox

Beitrag von seife »

max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

Re: problem compiling image dreambox

Beitrag von max_tre2000 »

well, I'll try to study me what is written in the link.
I hope to do it alone, otherwise I will turn again to you for help.
max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

Re: problem compiling image dreambox

Beitrag von max_tre2000 »

excuse me but some things I'm still not entirely clear.
I was basically saying that the version I'm using is no longer supported by you?
I find the link given instructions for building a new version of image for DM500?
thanks for your patience.
max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

Re: problem compiling image dreambox

Beitrag von max_tre2000 »

hello all,
solved the various problems I'm trying to customize the compilation of the sources.
for various reasons which I need not explain, I need to "go back" versions of the source.
is there any parameter that can be download the sources at a certain specific date, for example, in May 2004, using always the same command "cvs-d anoncvs@cvs.tuxbox-cvs.sourceforge.net :/ cvs / tuxbox-z3 co-P-rdreambox." ?
msrx111
Interessierter
Interessierter
Beiträge: 95
Registriert: Dienstag 14. Juni 2011, 17:50
Image: eigenkompilat neutrino
Image: eigenkompilat neutrino

Re: problem compiling image dreambox

Beitrag von msrx111 »

What is the sense of building an 8 years old Dreambox-Image? More Problems More faults. I can't see why you want to do this....
max_tre2000
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Donnerstag 29. März 2012, 11:13

Re: problem compiling image dreambox

Beitrag von max_tre2000 »

I hope to explain myself well, I do not write well in English.
I need to do this because I have to add some image sources that I compiled myself, and going back about 6-7 years ago.
trying to compile with the upgraded tuxbox I have made ​​many mistakes, and in the various tests I did I found that I was forced to resolve to take the repository of some earlier sources.
and for this I would try using older sources as a basis.
Antworten