CDK compile Fehler unter cygwin

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
Markus_Heiden
Neugieriger
Neugieriger
Beiträge: 19
Registriert: Dienstag 11. Februar 2003, 23:37

CDK compile Fehler unter cygwin

Beitrag von Markus_Heiden »

Hi,

beim Compilieren unter cygwin bricht make all hier ab:

/usr/bin/install -c -d /dbox2/cdkroot/bin
/usr/bin/install -c -d /dbox2/cdkroot/lib/modules/2.4.20-dbox2/misc
make -C /home/Markus/tuxbox-cvs/driver \
KERNEL_LOCATION=/home/Markus/tuxbox-cvs/cdk/linux \
CROSS_COMPILE=powerpc-tuxbox-linux-gnu- CC= \
INSTALL_MOD_PATH=/dbox2/cdkroot
make[1]: Entering directory `/home/Markus/tuxbox-cvs/driver'
make -C avs
make[2]: Entering directory `/home/Markus/tuxbox-cvs/driver/avs'
DIR=`pwd`; (cd /home/Markus/tuxbox-cvs/cdk/linux; make SUBDIRS=$DIR modules)
make[3]: Entering directory `/home/Markus/tuxbox-cvs/cdk/linux-2.4.20'
make -C /home/Markus/tuxbox-cvs/driver/avs CFLAGS="-D__KERNEL__ -I/home/Markus/
tuxbox-cvs/cdk/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -DMODULE" MAKING_MO
DULES=1 modules
make[4]: Entering directory `/home/Markus/tuxbox-cvs/driver/avs'
D__KERNEL__ -I/home/Markus/tuxbox-cvs/cdk/linux-2.4.20/include -Wall -Wstrict-pr
ototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointe
r -pipe -DMODULE -I../include -I/home/Markus/tuxbox-cvs/cdk/linux/arch/ppc -DEXP
ORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=stv6412 -c -o stv64
12.o stv6412.c
make[4]: [stv6412.o] Error 255 (ignored)
D__KERNEL__ -I/home/Markus/tuxbox-cvs/cdk/linux-2.4.20/include -Wall -Wstrict-pr
ototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointe
r -pipe -DMODULE -I../include -I/home/Markus/tuxbox-cvs/cdk/linux/arch/ppc -DEXP
ORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=cxa2092 -c -o cxa20
92.o cxa2092.c
make[4]: [cxa2092.o] Error 255 (ignored)
D__KERNEL__ -I/home/Markus/tuxbox-cvs/cdk/linux-2.4.20/include -Wall -Wstrict-pr
ototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointe
r -pipe -DMODULE -I../include -I/home/Markus/tuxbox-cvs/cdk/linux/arch/ppc -DEXP
ORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=cxa2126 -c -o cxa21
26.o cxa2126.c
make[4]: [cxa2126.o] Error 255 (ignored)
D__KERNEL__ -I/home/Markus/tuxbox-cvs/cdk/linux-2.4.20/include -Wall -Wstrict-pr
ototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointe
r -pipe -DMODULE -I../include -I/home/Markus/tuxbox-cvs/cdk/linux/arch/ppc -DEXP
ORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=avs_core -c -o avs_
core.o avs_core.c
make[4]: [avs_core.o] Error 255 (ignored)
powerpc-tuxbox-linux-gnu-ld -m elf_i386 -m elf32ppclinux -r -o avs.o stv6412.o c
xa2092.o cxa2126.o avs_core.o
powerpc-tuxbox-linux-gnu-ld: cannot open stv6412.o: No such file or directory
make[4]: *** [avs.o] Error 1
make[4]: Leaving directory `/home/Markus/tuxbox-cvs/driver/avs'
make[3]: *** [_mod_/home/Markus/tuxbox-cvs/driver/avs] Error 2
make[3]: Leaving directory `/home/Markus/tuxbox-cvs/cdk/linux-2.4.20'
make[2]: *** [here] Error 2
make[2]: Leaving directory `/home/Markus/tuxbox-cvs/driver/avs'
make[1]: *** [_subdir_avs] Error 2
make[1]: Leaving directory `/home/Markus/tuxbox-cvs/driver'
make: *** [.driver] Error 2

Was mache ich falsch?
obi
Senior Member
Beiträge: 1282
Registriert: Montag 12. November 2001, 00:00

Beitrag von obi »

nix machst du falsch. danke. gefixt im cvs.
Markus_Heiden
Neugieriger
Neugieriger
Beiträge: 19
Registriert: Dienstag 11. Februar 2003, 23:37

Beitrag von Markus_Heiden »

Kannst Du mich aufklären, was kaputt war und wie Du das aus dem Log sehen konntest?
dr.sung
Interessierter
Interessierter
Beiträge: 36
Registriert: Dienstag 11. Februar 2003, 18:35

Beitrag von dr.sung »

Markus_Heiden hat geschrieben:Kannst Du mich aufklären, was kaputt war und wie Du das aus dem Log sehen konntest?
Würde mich auch interessieren!
obi
Senior Member
Beiträge: 1282
Registriert: Montag 12. November 2001, 00:00

Beitrag von obi »

alt: CROSS_COMPILE=powerpc-tuxbox-linux-gnu- CC= \
neu: CROSS_COMPILE=powerpc-tuxbox-linux-gnu- \