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$
Thank you.