Subject: | cipe compile error on linuxppc |
From: | Jens Wefer <jason,AT,fdk-bremen,DOT,de> |
Date: | Tue, 14 Aug 2001 15:03:14 +0200 |
hallo, did anyone compile CIPE under linuxppc Halloween? gcc 2.95 cipe in config.h is VERSION "20000702" thanks jens. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> make -C cipe modules make[3]: Entering directory `/usr/src/linux-2.2.18/drivers/net/cipe' cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o module.o module.c {standard input}: Assembler messages: {standard input}:6: Warning: Ignoring changed section attributes for .modinfo cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o device.o device.c cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o sock.o sock.c cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o output.o output.c cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o encaps.o encaps.c cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o crc32.o crc32.c cc -D__KERNEL__ -I/usr/src/linux-2.2.18/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -c -o bf.o bf.c bf.c:77: warning: `B0' redefined /usr/src/linux-2.2.18/include/asm/termbits.h:103: warning: this is the location of the previous definition bf.c:169: conflicting types for `L_Blowfish_Encrypt' bf.h:84: previous declaration of `L_Blowfish_Encrypt' bf.c: In function `L_Blowfish_Encrypt': bf.c:170: warning: initialization from incompatible pointer type bf.c:174: invalid operands to binary + [...] bf.c:174: invalid operands to binary + bf.c: At top level: bf.c:181: conflicting types for `L_Blowfish_Decrypt' bf.h:86: previous declaration of `L_Blowfish_Decrypt' bf.c: In function `L_Blowfish_Decrypt': bf.c:182: warning: initialization from incompatible pointer type bf.c:186: invalid operands to binary + [...] bf.c:186: invalid operands to binary + make[3]: *** [bf.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.2.18/drivers/net/cipe' make[2]: *** [_modinsubdir_cipe] Error 2 make[2]: Leaving directory `/usr/src/linux-2.2.18/drivers/net' make[1]: *** [_modsubdir_net] Error 2 make[1]: Leaving directory `/usr/src/linux-2.2.18/drivers' make: *** [_mod_drivers] Error 2