[LARTC] Compre facil seu imóvel consorcio (11) 2121-4103
RH Equipe Teleinfor
rh at teleinfor.com.br
Wed Sep 21 22:21:37 CEST 2005
Oi, quando abri a minha caixa adsl e vi o famoso Octal, assustei-me logo, no entanto, depois de ler o teu artigo, fiquei descansado, mas os problemas vieram a seguir... segui o howto por completo, instalei tudo, mas quando vou compilar o amedyn é reportado o seguinte erro :
[root at portatil paulo]# cd amedyn
[root at portatil amedyn]# make
cd init && make clean
make[1]: Entering directory `/home/paulo/amedyn/init`
rm -f amload amioctl amloaddbg amloaddbgt
make[1]: Leaving directory `/home/paulo/amedyn/init`
cd module && make clean
make[1]: Entering directory `/home/paulo/amedyn/module`
rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd
make[1]: Leaving directory `/home/paulo/amedyn/module`
cd bridged && make clean
make[1]: Entering directory `/home/paulo/amedyn/bridged`
rm -f br2684ctl
make[1]: Leaving directory `/home/paulo/amedyn/bridged`
cd init && make && make install
make[1]: Entering directory `/home/paulo/amedyn/init`
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -Wsign-compare -I../include -lusb amload.c -o amload
amload.c:53:17: usb.h: Arquivo ou diretório não encontrado
In file included from amload.c:54:
../include/usbi.h:4:17: usb.h: Arquivo ou diretório não encontrado
In file included from amload.c:54:
../include/usbi.h:49: parse error before `*` token
../include/usbi.h:49: warning: function declaration isn`t a prototype
../include/usbi.h:54: parse error before `*` token
../include/usbi.h:54: warning: function declaration isn`t a prototype
../include/usbi.h:55: parse error before `*` token
../include/usbi.h:55: warning: function declaration isn`t a prototype
amload.c:211: parse error before `*` token
amload.c:212: warning: function declaration isn`t a prototype
amload.c: In function `transfer_ctrl_msg`:
amload.c:222: warning: implicit declaration of function `usb_control_msg`
amload.c:222: `adsl_handle` undeclared (first use in this function)
amload.c:222: (Each undeclared identifier is reported only once
amload.c:222: for each function it appears in.)
amload.c:222: `requesttype` undeclared (first use in this function)
amload.c:222: `request` undeclared (first use in this function)
amload.c:222: `value` undeclared (first use in this function)
amload.c:222: `buf` undeclared (first use in this function)
amload.c:222: `size` undeclared (first use in this function)
amload.c:232: warning: implicit declaration of function `usb_strerror`
amload.c:232: warning: format argument is not a pointer (arg 2)
amload.c:234: warning: implicit declaration of function `usb_clear_halt`
amload.c: At top level:
amload.c:250: parse error before `*` token
amload.c:251: warning: function declaration isn`t a prototype
amload.c: In function `read_bulk`:
amload.c:256: `buf` undeclared (first use in this function)
amload.c:262: warning: implicit declaration of function `usb_bulk_read`
amload.c:262: `adsl_handle` undeclared (first use in this function)
amload.c:262: `ep` undeclared (first use in this function)
amload.c:262: `size` undeclared (first use in this function)
amload.c:272: warning: format argument is not a pointer (arg 2)
amload.c: At top level:
amload.c:289: parse error before `*` token
amload.c:290: warning: function declaration isn`t a prototype
amload.c: In function `send_bulk`:
amload.c:296: `nfil` undeclared (first use in this function)
amload.c:302: warning: implicit declaration of function `usb_bulk_write`
amload.c:302: `adsl_handle` undeclared (first use in this function)
amload.c:302: `ep` undeclared (first use in this function)
amload.c:302: `buf` undeclared (first use in this function)
amload.c:302: `ncol` undeclared (first use in this function)
amload.c:312: warning: format argument is not a pointer (arg 2)
amload.c: At top level:
amload.c:349: parse error before `*` token
amload.c:349: warning: function declaration isn`t a prototype
amload.c: In function `clear_endpoints`:
amload.c:350: `op` undeclared (first use in this function)
amload.c:351: warning: implicit declaration of function `usb_resetep`
amload.c:351: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:361: parse error before `*` token
amload.c:362: warning: function declaration isn`t a prototype
amload.c: In function `send_block`:
amload.c:365: `bufin` undeclared (first use in this function)
amload.c:365: `len` undeclared (first use in this function)
amload.c:368: `place` undeclared (first use in this function)
amload.c:371: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:377: parse error before `*` token
amload.c:378: warning: function declaration isn`t a prototype
amload.c: In function `jump_to_address`:
amload.c:384: `place` undeclared (first use in this function)
amload.c:388: `adsl_handle` undeclared (first use in this function)
amload.c: At top level:
amload.c:399: parse error before `*` token
amload.c:400: warning: function declaration isn`t a prototype
amload.c: In function `load_firmware`:
amload.c:412: `adsl_handle` undeclared (first use in this function)
amload.c: In function `init_modem`:
amload.c:677: dereferencing pointer to incomplete type
amload.c:678: dereferencing pointer to incomplete type
amload.c: In function `main`:
amload.c:721: `usb_dev_handle` undeclared (first use in this function)
amload.c:721: `adsl_handle` undeclared (first use in this function)
amload.c:772: warning: implicit declaration of function `usb_init`
amload.c:773: warning: implicit declaration of function `usb_find_busses`
amload.c:778: warning: implicit declaration of function `usb_find_devices`
amload.c:785: `usb_busses` undeclared (first use in this function)
amload.c:789: dereferencing pointer to incomplete type
amload.c:792: dereferencing pointer to incomplete type
amload.c:792: dereferencing pointer to incomplete type
amload.c:799: dereferencing pointer to incomplete type
amload.c:802: dereferencing pointer to incomplete type
amload.c:809: dereferencing pointer to incomplete type
amload.c:809: dereferencing pointer to incomplete type
amload.c:823: warning: implicit declaration of function `usb_open`
amload.c:830: warning: implicit declaration of function `usb_set_configuration`
amload.c:832: warning: format argument is not a pointer (arg 2)
amload.c:836: warning: implicit declaration of function `usb_claim_interface`
amload.c:838: warning: format argument is not a pointer (arg 2)
amload.c:843: warning: format argument is not a pointer (arg 2)
amload.c:848: warning: format argument is not a pointer (arg 2)
amload.c:857: warning: implicit declaration of function `usb_release_interface`
amload.c:859: warning: implicit declaration of function `usb_close`
make[1]: ** [amload] Erro 1
make[1]: Leaving directory `/home/paulo/amedyn/init`
make: ** [AME_INIT] Erro 2
Será que dá para dar uma ajuda?! - estou a ficar desesperado!
O meu kernel é : 2.4.1.28xxx em um conectiva 9.
Obrigado.
www.consorciodeimovel.com
O Imovel que você quer de um jeito que você pode pagar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ds9a.nl/pipermail/lartc/attachments/20050921/748671fc/attachment-0001.html
More information about the LARTC
mailing list