Ooops ... Voici les fichiers
[EMAIL PROTECTED] eagleusb]# make > /home/didier/make
sed: impossible de lire eu_config_bash: No such file or directory
make[1]: *** [userscripts] Erreur 2
make: *** [build] Erreur 2
[EMAIL PROTECTED] eagleusb]#
make -C driver && \
make -C pppoa && \
make -C utils/scripts
make[1]: Entering directory `/home/didier/eagleusb/driver'
make -C /usr/src/linux SUBDIRS=/home/didier/eagleusb/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.4'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: « arch/i386/kernel/asm-offsets.s » est à jour.
CC [M] /home/didier/eagleusb/driver/eu_main.o
CC [M] /home/didier/eagleusb/driver/Boot.o
CC [M] /home/didier/eagleusb/driver/eu_utils.o
CC [M] /home/didier/eagleusb/driver/Pipes.o
CC [M] /home/didier/eagleusb/driver/Me.o
CC [M] /home/didier/eagleusb/driver/Sm.o
CC [M] /home/didier/eagleusb/driver/eu_msg.o
CC [M] /home/didier/eagleusb/driver/Dsp.o
CC [M] /home/didier/eagleusb/driver/Mpoa.o
CC [M] /home/didier/eagleusb/driver/Uni.o
CC [M] /home/didier/eagleusb/driver/Sar.o
CC [M] /home/didier/eagleusb/driver/Oam.o
CC [M] /home/didier/eagleusb/driver/eu_eth.o
LD [M] /home/didier/eagleusb/driver/eagle-usb.o
Building modules, stage 2.
MODPOST
CC /home/didier/eagleusb/driver/eagle-usb.mod.o
LD [M] /home/didier/eagleusb/driver/eagle-usb.ko
make[2]: Leaving directory `/usr/src/linux-2.6.4'
make -C ./firmware
make[2]: Entering directory `/home/didier/eagleusb/driver/firmware'
gcc -O2 -pipe -Wall -pedantic builddsp.c -o buildDSP
./buildDSP -d sagem/pots dsp_code_pots.bin
Reading file sagem/pots/rtbldep0.bnm
Reading file sagem/pots/rtbldep1.bnm
Reading file sagem/pots/rtbldep2.bnm
Reading file sagem/pots/rtbldep3.bnm
Reading file sagem/pots/rtbldep4.bnm
Writing file dsp_code_pots.bin
./buildDSP -d sagem/isdn dsp_code_isdn.bin
Reading file sagem/isdn/rtbldei0.bnm
Reading file sagem/isdn/rtbldei1.bnm
Reading file sagem/isdn/rtbldei2.bnm
Reading file sagem/isdn/rtbldei3.bnm
Reading file sagem/isdn/rtbldei4.bnm
Writing file dsp_code_isdn.bin
make[2]: Leaving directory `/home/didier/eagleusb/driver/firmware'
make -C ./user
make[2]: Entering directory `/home/didier/eagleusb/driver/user'
gcc -O2 -pipe -Wall -pedantic -DLINUX -g -DCONF_DIR="\"/etc/eagle-usb\""
-DBIN_DIR="\"/etc/eagle-usb/dsp\"" eaglectrl.c -o eaglectrl
make[2]: Leaving directory `/home/didier/eagleusb/driver/user'
make[1]: Leaving directory `/home/didier/eagleusb/driver'
make[1]: Entering directory `/home/didier/eagleusb/pppoa'
gcc -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DVERSION="1.9.7"' -c -o
pppoa.o pppoa.c
gcc -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DVERSION="1.9.7"' -c -o
if.o if.c
gcc -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DVERSION="1.9.7"' -c -o
debug.o debug.c
gcc -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DVERSION="1.9.7"' -c -o
common.o common.c
gcc -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DVERSION="1.9.7"' -c -o
ppp.o ppp.c
gcc -o pppoa pppoa.o if.o debug.o common.o ppp.o
make[1]: Leaving directory `/home/didier/eagleusb/pppoa'
make[1]: Entering directory `/home/didier/eagleusb/utils/scripts'
rm -Rf tmp
umask 0
mkdir -p tmp
cat setvars | sed \
-e "s|@SBIN_DIR@|/usr/local/sbin|g" \
-e "s|@EU_DIR@|/etc/eagle-usb|g" \
-e "s|@EU_LANG_DIR@|/etc/eagle-usb/lang|g" \
-e "s|@EU_SCRIPT_DIR@|/etc/eagle-usb/scripts|g" \
-e "s|@USE_HOTPLUG@|1|g" \
-e "s|@USE_IFUPDOWN@|1|g" \
-e "s|@DISTRIB@|Mandrake|g" \
-e "s|@DISTVER@|10|g" \
-e "s|@SIMPLE@|0|g" \
-e "s|@INIT_DIR@|/etc/init.d|g" \
-e "s|@PPP_DIR@|/etc/ppp|g" \
-e "s|@HOTPLUG_SCRIPT_DIR@|/etc/hotplug/usb|g" \
-e "s|@HOTPLUG_USERMAP_DIR@|/usr/lib/hotplug|g" \
-e "s|@HOTPLUG_USERMAP_FILE@|/etc/hotplug/usb.usermap|g" \
-e "s|@NET_SCRIPT_DIR@|/etc/sysconfig/network-scripts|g" \
-e "s|@EU_LANG@|auto|g" \
-e "s|@PPP_OPTIONS_DIR@|/etc/ppp/peers|g" \
> tmp/setvars && \
sed -e "s|exit 123|. /etc/eagle-usb/scripts/setvars|" -e "s| 1 == 1 | 0 == 1 |"
fctStopAdsl > tmp/fctStopAdsl && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" fctStartAdsl >
tmp/fctStartAdsl && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" startmire > tmp/startmire
&& \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" startadsl > tmp/startadsl
&& \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" stopadsl > tmp/stopadsl && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" eagleconfig >
tmp/eagleconfig && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" eaglediag > tmp/eaglediag
&& \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" eu_config_bash >
tmp/eu_config_bash && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" eu_dsp > tmp/eu_dsp && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" eu_init > tmp/eu_init && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" rc.eagle-usb >
tmp/rc.eagle-usb && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" net_cnx_up > tmp/net_cnx_up
&& \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" net_cnx_down >
tmp/net_cnx_down && \
sed "s|exit 123|. /etc/eagle-usb/scripts/setvars|g" testconnec > tmp/testconnec
make[1]: Leaving directory `/home/didier/eagleusb/utils/scripts'
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for main in -lc... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for strftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking for dhclient... no
checking for dhcpcd... no
checking for pppd... no
checking for pppoe... no
checking for gdialog... no
checking for Xdialog... no
checking for dialog... dialog
checking for kernel version... 2.6.4
checking for hotplug... 1
checking for ifup... 1
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
updating cache ./config.cache
creating ./config.status
creating Makefile.common
warning: dhclient or dhcpcd where not found. Unless you are 'degroupé', it is
not a problem.
warning: pppd is not present. Unless you are 'degroupé', you must install it!
warning: since pppoe was not found on your disk, pppoe support has been
disabled.
warning: a previous eagle-usb driver was found on your system.
You should run 'make uninstall' now.