2.6 Image durchbauen zu lassen. Ich fang mal mit dem ersten Fehler
an und hoffe auf Unterstützung der Buildsystem-Experten
Allen Versuchen voraus, geht ein "make distclean".
Code: Alles auswählen
make[4]: Betrete Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.6-font/cdk/nfs-utils-1.1.1/utils/exportfs'
powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I../../support/include -D_GNU_SOURCE -Wall -Wstrict-prototypes -pipe -Wall -pipe -Os -flto -fuse-linker-plugin -MT exportfs.o -MD -MP -MF .deps/exportfs.Tpo -c -o exportfs.o exportfs.c
exportfs.c: In function 'validate_export':
exportfs.c:392:2: warning: implicit declaration of function 'stat' [-Wimplicit-function-declaration]
exportfs.c:397:2: warning: implicit declaration of function 'S_ISDIR' [-Wimplicit-function-declaration]
exportfs.c:397:2: warning: implicit declaration of function 'S_ISREG' [-Wimplicit-function-declaration]
mv -f .deps/exportfs.Tpo .deps/exportfs.Po
/bin/sh ../../libtool --tag=CC --mode=link powerpc-tuxbox-linux-gnu-gcc -Wall -Wstrict-prototypes -pipe -Wall -pipe -Os -flto -fuse-linker-plugin -Wl,-O1 -flto -fuse-linker-plugin -o exportfs exportfs.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a
libtool: link: powerpc-tuxbox-linux-gnu-gcc -Wall -Wstrict-prototypes -pipe -Wall -pipe -Os -flto -fuse-linker-plugin -Wl,-O1 -flto -fuse-linker-plugin -o exportfs exportfs.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a
/tmp/ccuMVObg.ltrans0.ltrans.o: In function `validate_export.1389':
ccuMVObg.ltrans0.o:(.text+0x670): undefined reference to `S_ISDIR'
ccuMVObg.ltrans0.o:(.text+0x680): undefined reference to `S_ISREG'
collect2: error: ld returned 1 exit status
make[4]: *** [exportfs] Fehler 1
make[4]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.6-font/cdk/nfs-utils-1.1.1/utils/exportfs'
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.6-font/cdk/nfs-utils-1.1.1/utils'
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [/home/getaway/tuxbox/dbox2-2.6-font/cdkflash/root/sbin/rpc.nfsd] Fehler 2
make: *** [/home/getaway/tuxbox/dbox2-2.6-font/cdkflash/root] Fehler 2
make[2]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.6-font/cdk/nfs-utils-1.1.1'
make[1]: Verlasse Verzeichnis '/home/getaway/tuxbox/tuxbox-cvs-2.6-font/cdk'