make flash-enigma-squashfs-2x, gives me some warning:
Code: Alles auswählen
make -C /home/arabeman/newmake/tuxbox-cvs/hostapps/mkflfs install
make[1]: entrant dans le répertoire « /home/arabeman/newmake/tuxbox-cvs/hostapps/mkflfs »
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT minilzo.o -MD -MP -MF .deps/minilzo.Tpo -c -o minilzo.o minilzo.c
mv -f .deps/minilzo.Tpo .deps/minilzo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mkflfs.o -MD -MP -MF .deps/mkflfs.Tpo -c -o mkflfs.o mkflfs.c
In file included from mkflfs.c:42:
mkflfs.h:39: attention : ‘packed’ attribute ignored for field of type ‘u8[4]’
mkflfs.h:40: attention : ‘packed’ attribute ignored for field of type ‘u8[4]’
mkflfs.h:42: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:43: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:45: attention : ‘packed’ attribute ignored for field of type ‘u8[6]’
mkflfs.h:46: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:47: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:48: attention : ‘packed’ attribute ignored for field of type ‘u8[8]’
mkflfs.h:49: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:50: attention : ‘packed’ attribute ignored
mkflfs.h:53: attention : ‘packed’ attribute ignored for field of type ‘u8[4]’
mkflfs.h:54: attention : ‘packed’ attribute ignored for field of type ‘u8[4]’
mkflfs.h:56: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:57: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:59: attention : ‘packed’ attribute ignored for field of type ‘u8[6]’
mkflfs.h:60: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:61: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:62: attention : ‘packed’ attribute ignored for field of type ‘u8[8]’
mkflfs.h:63: attention : ‘packed’ attribute ignored for field of type ‘u8’
mkflfs.h:64: attention : ‘packed’ attribute ignored
mkflfs.h:71: attention : ‘packed’ attribute ignored for field of type ‘unsigned char’
mkflfs.h:72: attention : ‘packed’ attribute ignored for field of type ‘unsigned char’
mkflfs.h:74: attention : ‘packed’ attribute ignored for field of type ‘u8[4]’
mkflfs.h:78: attention : ‘packed’ attribute ignored
mkflfs.c: In function ‘write_to_file’:
mkflfs.c:152: attention : incompatible implicit declaration of built-in function ‘exit’
mkflfs.c: In function ‘read_from_file’:
mkflfs.c:169: attention : incompatible implicit declaration of built-in function ‘exit’
mkflfs.c: In function ‘usage’:
mkflfs.c:485: attention : incompatible implicit declaration of built-in function ‘exit’
mkflfs.c: In function ‘main’:
mkflfs.c:609: attention : incompatible implicit declaration of built-in function ‘exit’
mv -f .deps/mkflfs.Tpo .deps/mkflfs.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o mkflfs minilzo.o mkflfs.o -lz
libtool: link: gcc -g -O2 -o mkflfs minilzo.o mkflfs.o -lz
make[2]: entrant dans le répertoire « /home/arabeman/newmake/tuxbox-cvs/hostapps/mkflfs »
....
Best Regards