Andrew Benton a écrit : > gcc version 3.4 was more strict about the code than previous versions > of gcc. You'll need to patch linux-atm if you want to compile it with > gcc-3.4 (the patch is fairly minimal, it just adds a few semi-colons) > http://www.linux-usb.org/SpeedTouch/LFS/linux-atm-gcc34.patch Or you > could do it the Gentoo way, > http://www.linux-usb.org/SpeedTouch/gentoo/index.html
Thanks Andrew. The Gentoo way is not yet open for me, because Gentoo relies on a working Internet connexion for everything. However, I patched the linux-atm source all right and resumed the compilation of Speedbundle. After a bit, there was a new error: cd firmware && make make[1]: Entering directory `/root/travaux/speedbundle-1.0/firmware' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/travaux/speedbundle-1.0/firmware' cd firmware_loader && make make[1]: Entering directory `/root/travaux/speedbundle-1.0/firmware_loader' cd src && make make[2]: Entering directory `/root/travaux/speedbundle-1.0/firmware_loader/src' gcc -Wall -I. -I/usr/include -I/usr/include -O2 -DVERSION=\"1.2-beta2\" -c extract.c gcc -Wall -I. -I/usr/include -I/usr/include -O2 -DVERSION=\"1.2-beta2\" -D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.c pusb-linux.c:66: error: redefinition of `struct usb_device_descriptor' pusb-linux.c: In function `pusb_control_msg': pusb-linux.c:164: error: structure has no member named `requesttype' pusb-linux.c:165: error: structure has no member named `request' pusb-linux.c:166: error: structure has no member named `value' pusb-linux.c:167: error: structure has no member named `index' pusb-linux.c:168: error: structure has no member named `length' make[2]: *** [pusb.o] Error 1 make[2]: Leaving directory `/root/travaux/speedbundle-1.0/firmware_loader/src' make[1]: *** [modem] Error 2 make[1]: Leaving directory `/root/travaux/speedbundle-1.0/firmware_loader' make: *** [build-stamp] Error 2 What am I to do now? Charles Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
