Problems compiling dreambox image with cygwin

The forum for our foreign guests... Please post in English
TuxEd
Beiträge: 1
Registriert: Sonntag 30. Oktober 2005, 21:47

Problems compiling dreambox image with cygwin

Beitrag von TuxEd »

Hi,

What I eve done so far... (30/10/2005)

- Installed cygwin and made sure I'm meeting all the Prerequisites.
- Created forder for the cvs (tuxbox-cvs)
- cd to it
- run cvs -d anoncvs@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox -z3 co -P -rdreambox .
- cd into cdk
- ./prepare

This ends up with

summary:
----------------------------------------
target cpu: 405
target box: dm7000
webif type: standard
epg: standard
flashtool: standard
external-flastool: yes
reiserfs: no
enigma debug: yes
host rule set: cygwin
target rule set: flash
target prefix: /home/EdBatalha/tuxbox-cvs/root/cdkroot
host prefix: /home/EdBatalha/tuxbox-cvs/root/cdk
boot prefix: /home/EdBatalha/tuxbox-cvs/root/tftpboot
build prefix: /home/EdBatalha/tuxbox-cvs/cdk
target apps directory: /home/EdBatalha/tuxbox-cvs/apps
boot directory: /home/EdBatalha/tuxbox-cvs/boot
driver directory: /home/EdBatalha/tuxbox-cvs/driver
host apps directory: /home/EdBatalha/tuxbox-cvs/hostapps
GNU server: ftp.gnu.org/gnu

configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating root/Makefile
config.status: creating root/etc/Makefile
config.status: creating root/etc/init.d/Makefile
config.status: creating root/share/Makefile
config.status: creating root/share/tuxbox/Makefile
config.status: creating root/share/udhcpc/Makefile
config.status: creating root/var_init/Makefile
config.status: creating root/var_init/etc/Makefile
config.status: creating root/var_init/tuxbox/Makefile
config.status: creating root/var_init/tuxbox/config/Makefile
config.status: creating root/var_init/tuxbox/config/enigma/Makefile
config.status: executing depfiles commands


- make checkout
- make dreamboximage_root

This ends up with
make: *** No rule to make target `Archive/linux-2.4.20.tar.bz2', needed by `.linuxdir'. Stop.

So I got this from
http://www.kernel.org/pub/linux/kernel/v2.4/

Next it ends with

make: *** No rule to make target Archive/linux-dbox2-2.4.20-2.diff.bz2', needed by `.linuxdir'. Stop.

This I got from
developer.berlios.de/project/filelist.php?group_id=72

And now it stops with

patching file arch/ppc/boot/simple/Makefile
cat linux-2.4.20/arch/ppc/configs/dm7000_defconfig > linux-2.4.20/.config
cat: linux-2.4.20/arch/ppc/configs/dm7000_defconfig: No such file or directory
make: *** [.linuxdir] Error 1

I'm now stuck and don't know what to do.
Can anybody please help?

Many thanks,
TuxEd