habe heute auch leichtsinnigerweise ein CVS-Update gemacht.
Lief natürlich wie erwartet nicht durch. Nachdem eine Fehlermeldung
die andere jagte, habe ich mich entschlossen, alles platt zu machen und
noch mal bei Null anzufangen
export CVS_RSH=ssh
cvs -z3 up -dP
cd cdk
./autogen.sh
./configure --prefix=$HOME/dbox2 --with-targetruleset=flash --with-cvsdir=$HOME/tuxbox-cvs --enable-maintainer-mode
make download
make all
Es lief auch eine ganze Weile (da ja alles neu erstellt werden mußte), brach
dann aber wieder ab:
Kann mir jemand sagen, warum die config.mk nicht erstellt wurde?cp -pR /home/work/tuxbox-cvs/boot/u-boot-tuxbox/* u-boot-1.1.1
cp -p /home/work/tuxbox-cvs/boot/u-boot-config/u-boot.config u-boot-1.1.1/include
/configs/dbox2.h
make -C u-boot-1.1.1 dbox2_config
make[1]: Entering directory `/home/work/tuxbox-cvs/cdk/u-boot-1.1.1'
Configuring for dbox2 board...
make[1]: Leaving directory `/home/work/tuxbox-cvs/cdk/u-boot-1.1.1'
make -C u-boot-1.1.1 CROSS_COMPILE=powerpc-tuxbox-linux-gnu- u-boot.stripped
make[1]: Entering directory `/home/work/tuxbox-cvs/cdk/u-boot-1.1.1'
Makefile:50: /home/work/tuxbox-cvs/cdk/config.mk: No such file or directory
make[1]: Warning: File `include/config.mk' has modification time 0.86 s in the f
uture
make[1]: *** No rule to make target `/home/work/tuxbox-cvs/cdk/config.mk'. Stop.
make[1]: Leaving directory `/home/work/tuxbox-cvs/cdk/u-boot-1.1.1'
make: *** [.deps/u-boot] Error 2