DirecPC on Linux?
|
Original Message
|
Name: floods_
Date: September 21, 2003 at 15:44:21 Pacific
Subject: DirecPC on Linux? OS: Mandrake 9.1 CPU/Ram: AMD 2000XP+ w/512MB RAM
|
Comment: I'm trying to get my Mandrake partition up on the internet so I can use it more and get used to using it some just for a learning experience etc. I downloaded the tar.gz for it and I'm now at the part where I make and make install, and afterwards modprobe direcpc. When I do make I get an error, and I also get an error when I do make install.. I can copy the error messages if only I knew how, I'd guess just select it and ctrl+c, I'm a real newb to all of this so I'm only a tad frustrated. I guess I just want to know if anyone has got direcway working on linux instead of having to set up a windows box as the host, because I do have another computer sitting here, but I would have to go get it repaired which costs money I don't have.. Any suggestions? Guess I'll try to find out how to copy the error messages now.. lol
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: floods_
Date: September 21, 2003 at 16:16:56 Pacific
Subject: DirecPC on Linux?
|
Reply: (edit)Okay, kind of lengthy, but... [root@localhost root]# cd /usr/src/DirecPC [root@localhost DirecPC]# make gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -f no-strength-reduce -DCPU=686 -march=i686 -Wall -DMODULE -D__KERNEL__ -DLINUX -I/ usr/src/linux/include/ -c dpc_usb.c -o dpc_usb.o In file included from dpc_usb.c:12: direcpc.h:296: parse error before "urb_t" direcpc.h:296: warning: no semicolon at end of struct or union direcpc.h:299: parse error before '}' token direcpc.h:299: warning: type defaults to `int' in declaration of `dpc_context_t' direcpc.h:299: warning: data definition has no type or storage class direcpc.h:382: parse error before "dpc_context_t" direcpc.h:382: warning: no semicolon at end of struct or union direcpc.h:383: warning: type defaults to `int' in declaration of `dr' direcpc.h:383: warning: data definition has no type or storage class direcpc.h:407: parse error before '}' token direcpc.h:407: warning: type defaults to `int' in declaration of `dpc_t' direcpc.h:407: warning: data definition has no type or storage class In file included from dpc_usb.c:13: dpc_usb.h:6: parse error before '*' token dpc_usb.h:6: warning: function declaration isn't a prototype dpc_usb.h:8: parse error before '*' token dpc_usb.h:8: warning: function declaration isn't a prototype dpc_usb.c:104: parse error before '*' token dpc_usb.c:105: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_ctrl_callback': dpc_usb.c:106: invalid operands to binary * dpc_usb.c:106: `urb' undeclared (first use in this function) dpc_usb.c:106: (Each undeclared identifier is reported only once dpc_usb.c:106: for each function it appears in.) dpc_usb.c:122: dereferencing pointer to incomplete type dpc_usb.c:123: dereferencing pointer to incomplete type dpc_usb.c: In function `dpc_cmd_callback': dpc_usb.c:129: invalid operands to binary * dpc_usb.c:144: dereferencing pointer to incomplete type dpc_usb.c:145: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:151: parse error before '*' token dpc_usb.c:151: warning: function declaration isn't a prototype dpc_usb.c:154: parse error before '*' token dpc_usb.c:155: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_rx_send_context': dpc_usb.c:156: `ctx' undeclared (first use in this function) dpc_usb.c: In function `dpc_rx_callback': dpc_usb.c:173: `ctx' undeclared (first use in this function) dpc_usb.c: At top level: dpc_usb.c:269: parse error before '*' token dpc_usb.c:270: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_write_bulk': dpc_usb.c:275: `len' undeclared (first use in this function) dpc_usb.c:280: `buf' undeclared (first use in this function) dpc_usb.c:282: dereferencing pointer to incomplete type dpc_usb.c:282: dereferencing pointer to incomplete type dpc_usb.c:283: dereferencing pointer to incomplete type dpc_usb.c:283: `endpoint' undeclared (first use in this function) dpc_usb.c:287: dereferencing pointer to incomplete type dpc_usb.c:288: dereferencing pointer to incomplete type dpc_usb.c:289: dereferencing pointer to incomplete type dpc_usb.c:293: dereferencing pointer to incomplete type dpc_usb.c:296: dereferencing pointer to incomplete type dpc_usb.c:297: dereferencing pointer to incomplete type dpc_usb.c:302: dereferencing pointer to incomplete type dpc_usb.c:307: dereferencing pointer to incomplete type dpc_usb.c:311: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:319: parse error before '*' token dpc_usb.c:320: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_send_cmd': dpc_usb.c:321: `cmd' undeclared (first use in this function) dpc_usb.c:325: dereferencing pointer to incomplete type dpc_usb.c:354: dereferencing pointer to incomplete type dpc_usb.c:360: dereferencing pointer to incomplete type dpc_usb.c:360: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:365: dereferencing pointer to incomplete type dpc_usb.c:366: dereferencing pointer to incomplete type dpc_usb.c:367: dereferencing pointer to incomplete type dpc_usb.c:370: dereferencing pointer to incomplete type dpc_usb.c:373: dereferencing pointer to incomplete type dpc_usb.c:374: dereferencing pointer to incomplete type dpc_usb.c:378: dereferencing pointer to incomplete type dpc_usb.c:380: dereferencing pointer to incomplete type dpc_usb.c:385: dereferencing pointer to incomplete type dpc_usb.c:389: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:396: parse error before '*' token dpc_usb.c:397: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_wait_status_bits': dpc_usb.c:403: dereferencing pointer to incomplete type dpc_usb.c:406: dereferencing pointer to incomplete type dpc_usb.c:406: `mask' undeclared (first use in this function) dpc_usb.c:412: dereferencing pointer to incomplete type dpc_usb.c:413: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:418: parse error before '*' token dpc_usb.c:419: warning: function declaration isn't a prototype dpc_usb.c:424: parse error before '*' token dpc_usb.c:425: warning: function declaration isn't a prototype dpc_usb.c:444: parse error before '*' token dpc_usb.c:445: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_reset_mac': dpc_usb.c:451: dereferencing pointer to incomplete type dpc_usb.c:452: dereferencing pointer to incomplete type dpc_usb.c:453: dereferencing pointer to incomplete type dpc_usb.c:454: dereferencing pointer to incomplete type dpc_usb.c:455: dereferencing pointer to incomplete type dpc_usb.c:456: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:465: dereferencing pointer to incomplete type dpc_usb.c:468: dereferencing pointer to incomplete type dpc_usb.c:473: dereferencing pointer to incomplete type dpc_usb.c:478: dereferencing pointer to incomplete type dpc_usb.c:485: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:498: parse error before '*' token dpc_usb.c:499: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_load_firmware_white': dpc_usb.c:513: dereferencing pointer to incomplete type dpc_usb.c:513: dereferencing pointer to incomplete type dpc_usb.c:520: dereferencing pointer to incomplete type dpc_usb.c:521: dereferencing pointer to incomplete type dpc_usb.c:521: dereferencing pointer to incomplete type dpc_usb.c:531: dereferencing pointer to incomplete type dpc_usb.c:536: `firmware' undeclared (first use in this function) dpc_usb.c:540: `len' undeclared (first use in this function) dpc_usb.c:540: dereferencing pointer to incomplete type dpc_usb.c:560: dereferencing pointer to incomplete type dpc_usb.c:560: dereferencing pointer to incomplete type dpc_usb.c:574: dereferencing pointer to incomplete type dpc_usb.c:576: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:584: parse error before '*' token dpc_usb.c:585: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_load_firmware_grey': dpc_usb.c:596: `firmware' undeclared (first use in this function) dpc_usb.c:604: dereferencing pointer to incomplete type dpc_usb.c:604: dereferencing pointer to incomplete type dpc_usb.c:610: dereferencing pointer to incomplete type dpc_usb.c:611: dereferencing pointer to incomplete type dpc_usb.c:611: dereferencing pointer to incomplete type dpc_usb.c:620: dereferencing pointer to incomplete type dpc_usb.c:621: dereferencing pointer to incomplete type dpc_usb.c:624: dereferencing pointer to incomplete type dpc_usb.c:625: dereferencing pointer to incomplete type dpc_usb.c:625: dereferencing pointer to incomplete type dpc_usb.c:634: dereferencing pointer to incomplete type dpc_usb.c:635: dereferencing pointer to incomplete type dpc_usb.c:640: dereferencing pointer to incomplete type dpc_usb.c:641: dereferencing pointer to incomplete type dpc_usb.c:643: dereferencing pointer to incomplete type dpc_usb.c:643: dereferencing pointer to incomplete type dpc_usb.c:646: dereferencing pointer to incomplete type dpc_usb.c:660: dereferencing pointer to incomplete type dpc_usb.c:661: dereferencing pointer to incomplete type dpc_usb.c:668: dereferencing pointer to incomplete type dpc_usb.c:668: dereferencing pointer to incomplete type dpc_usb.c:671: `len' undeclared (first use in this function) dpc_usb.c:679: dereferencing pointer to incomplete type dpc_usb.c:680: dereferencing pointer to incomplete type dpc_usb.c:683: dereferencing pointer to incomplete type dpc_usb.c:684: dereferencing pointer to incomplete type dpc_usb.c:685: dereferencing pointer to incomplete type dpc_usb.c:691: dereferencing pointer to incomplete type dpc_usb.c:693: dereferencing pointer to incomplete type dpc_usb.c:693: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:705: parse error before '*' token dpc_usb.c:706: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_load_firmware': dpc_usb.c:707: dereferencing pointer to incomplete type dpc_usb.c:708: `firmware' undeclared (first use in this function) dpc_usb.c:708: `len' undeclared (first use in this function) dpc_usb.c: At top level: dpc_usb.c:781: parse error before '*' token dpc_usb.c:782: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_tx_send_context': dpc_usb.c:787: `ctx' undeclared (first use in this function) dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:799: dereferencing pointer to incomplete type dpc_usb.c:803: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:810: dereferencing pointer to incomplete type dpc_usb.c:813: dereferencing pointer to incomplete type dpc_usb.c:814: dereferencing pointer to incomplete type dpc_usb.c:815: dereferencing pointer to incomplete type dpc_usb.c: In function `dpc_tx_callback': dpc_usb.c:825: invalid operands to binary * dpc_usb.c:826: `ctx' undeclared (first use in this function) dpc_usb.c:826: parse error before ')' token dpc_usb.c:838: dereferencing pointer to incomplete type dpc_usb.c:839: dereferencing pointer to incomplete type dpc_usb.c:842: dereferencing pointer to incomplete type dpc_usb.c:850: dereferencing pointer to incomplete type dpc_usb.c:851: dereferencing pointer to incomplete type dpc_usb.c:853: dereferencing pointer to incomplete type dpc_usb.c:853: dereferencing pointer to incomplete type dpc_usb.c:854: dereferencing pointer to incomplete type dpc_usb.c:854: dereferencing pointer to incomplete type dpc_usb.c:858: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:869: parse error before '*' token dpc_usb.c:870: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_tx_resume': dpc_usb.c:873: dereferencing pointer to incomplete type dpc_usb.c:874: dereferencing pointer to incomplete type dpc_usb.c:876: dereferencing pointer to incomplete type dpc_usb.c:879: dereferencing pointer to incomplete type dpc_usb.c:882: dereferencing pointer to incomplete type dpc_usb.c:883: dereferencing pointer to incomplete type dpc_usb.c:885: dereferencing pointer to incomplete type dpc_usb.c:888: dereferencing pointer to incomplete type dpc_usb.c:889: dereferencing pointer to incomplete type dpc_usb.c:889: dereferencing pointer to incomplete type dpc_usb.c:893: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:901: parse error before '*' token dpc_usb.c:902: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_send_skb': dpc_usb.c:905: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:909: dereferencing pointer to incomplete type dpc_usb.c:913: dereferencing pointer to incomplete type dpc_usb.c:913: dereferencing pointer to incomplete type dpc_usb.c:914: dereferencing pointer to incomplete type dpc_usb.c:914: dereferencing pointer to incomplete type dpc_usb.c:915: dereferencing pointer to incomplete type dpc_usb.c:918: dereferencing pointer to incomplete type dpc_usb.c:919: dereferencing pointer to incomplete type dpc_usb.c:923: dereferencing pointer to incomplete type dpc_usb.c:931: dereferencing pointer to incomplete type dpc_usb.c:932: dereferencing pointer to incomplete type dpc_usb.c:934: dereferencing pointer to incomplete type dpc_usb.c:935: dereferencing pointer to incomplete type dpc_usb.c:938: dereferencing pointer to incomplete type dpc_usb.c:939: dereferencing pointer to incomplete type dpc_usb.c:944: dereferencing pointer to incomplete type dpc_usb.c:945: dereferencing pointer to incomplete type dpc_usb.c:951: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:960: parse error before '*' token dpc_usb.c:960: warning: function declaration isn't a prototype dpc_usb.c:962: parse error before '*' token dpc_usb.c:963: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_init': dpc_usb.c:970: `id' undeclared (first use in this function) dpc_usb.c:971: dereferencing pointer to incomplete type dpc_usb.c:972: dereferencing pointer to incomplete type dpc_usb.c:973: dereferencing pointer to incomplete type dpc_usb.c:974: dereferencing pointer to incomplete type dpc_usb.c:975: dereferencing pointer to incomplete type dpc_usb.c:976: dereferencing pointer to incomplete type dpc_usb.c:978: dereferencing pointer to incomplete type dpc_usb.c:979: dereferencing pointer to incomplete type dpc_usb.c:980: dereferencing pointer to incomplete type dpc_usb.c:981: dereferencing pointer to incomplete type dpc_usb.c:982: dereferencing pointer to incomplete type dpc_usb.c:983: dereferencing pointer to incomplete type dpc_usb.c:989: dereferencing pointer to incomplete type dpc_usb.c:989: dereferencing pointer to incomplete type dpc_usb.c:990: dereferencing pointer to incomplete type dpc_usb.c:990: dereferencing pointer to incomplete type dpc_usb.c:992: dereferencing pointer to incomplete type dpc_usb.c:993: dereferencing pointer to incomplete type dpc_usb.c:994: dereferencing pointer to incomplete type dpc_usb.c:995: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:1003: dereferencing pointer to incomplete type dpc_usb.c:1004: `ctx' undeclared (first use in this function) dpc_usb.c:1004: dereferencing pointer to incomplete type dpc_usb.c:1006: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:1034: parse error before '*' token dpc_usb.c:1035: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_exit': dpc_usb.c:1040: dereferencing pointer to incomplete type dpc_usb.c:1041: `ctx' undeclared (first use in this function) dpc_usb.c:1041: dereferencing pointer to incomplete type dpc_usb.c:1054: dereferencing pointer to incomplete type dpc_usb.c:1055: dereferencing pointer to incomplete type dpc_usb.c:1069: dereferencing pointer to incomplete type dpc_usb.c:1070: dereferencing pointer to incomplete type make: *** [dpc_usb.o] Error 1 [root@localhost DirecPC]# make install gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DCPU=686 -march=i686 -Wall -DMODULE -D__KERNEL__ -DLINUX -I/usr/src/linux/include/ -c dpc_usb.c -o dpc_usb.o In file included from dpc_usb.c:12: direcpc.h:296: parse error before "urb_t" direcpc.h:296: warning: no semicolon at end of struct or union direcpc.h:299: parse error before '}' token direcpc.h:299: warning: type defaults to `int' in declaration of `dpc_context_t' direcpc.h:299: warning: data definition has no type or storage class direcpc.h:382: parse error before "dpc_context_t" direcpc.h:382: warning: no semicolon at end of struct or union direcpc.h:383: warning: type defaults to `int' in declaration of `dr' direcpc.h:383: warning: data definition has no type or storage class direcpc.h:407: parse error before '}' token direcpc.h:407: warning: type defaults to `int' in declaration of `dpc_t' direcpc.h:407: warning: data definition has no type or storage class In file included from dpc_usb.c:13: dpc_usb.h:6: parse error before '*' token dpc_usb.h:6: warning: function declaration isn't a prototype dpc_usb.h:8: parse error before '*' token dpc_usb.h:8: warning: function declaration isn't a prototype dpc_usb.c:104: parse error before '*' token dpc_usb.c:105: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_ctrl_callback': dpc_usb.c:106: invalid operands to binary * dpc_usb.c:106: `urb' undeclared (first use in this function) dpc_usb.c:106: (Each undeclared identifier is reported only once dpc_usb.c:106: for each function it appears in.) dpc_usb.c:122: dereferencing pointer to incomplete type dpc_usb.c:123: dereferencing pointer to incomplete type dpc_usb.c: In function `dpc_cmd_callback': dpc_usb.c:129: invalid operands to binary * dpc_usb.c:144: dereferencing pointer to incomplete type dpc_usb.c:145: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:151: parse error before '*' token dpc_usb.c:151: warning: function declaration isn't a prototype dpc_usb.c:154: parse error before '*' token dpc_usb.c:155: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_rx_send_context': dpc_usb.c:156: `ctx' undeclared (first use in this function) dpc_usb.c: In function `dpc_rx_callback': dpc_usb.c:173: `ctx' undeclared (first use in this function) dpc_usb.c: At top level: dpc_usb.c:269: parse error before '*' token dpc_usb.c:270: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_write_bulk': dpc_usb.c:275: `len' undeclared (first use in this function) dpc_usb.c:280: `buf' undeclared (first use in this function) dpc_usb.c:282: dereferencing pointer to incomplete type dpc_usb.c:282: dereferencing pointer to incomplete type dpc_usb.c:283: dereferencing pointer to incomplete type dpc_usb.c:283: `endpoint' undeclared (first use in this function) dpc_usb.c:287: dereferencing pointer to incomplete type dpc_usb.c:288: dereferencing pointer to incomplete type dpc_usb.c:289: dereferencing pointer to incomplete type dpc_usb.c:293: dereferencing pointer to incomplete type dpc_usb.c:296: dereferencing pointer to incomplete type dpc_usb.c:297: dereferencing pointer to incomplete type dpc_usb.c:302: dereferencing pointer to incomplete type dpc_usb.c:307: dereferencing pointer to incomplete type dpc_usb.c:311: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:319: parse error before '*' token dpc_usb.c:320: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_send_cmd': dpc_usb.c:321: `cmd' undeclared (first use in this function) dpc_usb.c:325: dereferencing pointer to incomplete type dpc_usb.c:354: dereferencing pointer to incomplete type dpc_usb.c:360: dereferencing pointer to incomplete type dpc_usb.c:360: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:361: dereferencing pointer to incomplete type dpc_usb.c:365: dereferencing pointer to incomplete type dpc_usb.c:366: dereferencing pointer to incomplete type dpc_usb.c:367: dereferencing pointer to incomplete type dpc_usb.c:370: dereferencing pointer to incomplete type dpc_usb.c:373: dereferencing pointer to incomplete type dpc_usb.c:374: dereferencing pointer to incomplete type dpc_usb.c:378: dereferencing pointer to incomplete type dpc_usb.c:380: dereferencing pointer to incomplete type dpc_usb.c:385: dereferencing pointer to incomplete type dpc_usb.c:389: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:396: parse error before '*' token dpc_usb.c:397: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_wait_status_bits': dpc_usb.c:403: dereferencing pointer to incomplete type dpc_usb.c:406: dereferencing pointer to incomplete type dpc_usb.c:406: `mask' undeclared (first use in this function) dpc_usb.c:412: dereferencing pointer to incomplete type dpc_usb.c:413: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:418: parse error before '*' token dpc_usb.c:419: warning: function declaration isn't a prototype dpc_usb.c:424: parse error before '*' token dpc_usb.c:425: warning: function declaration isn't a prototype dpc_usb.c:444: parse error before '*' token dpc_usb.c:445: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_reset_mac': dpc_usb.c:451: dereferencing pointer to incomplete type dpc_usb.c:452: dereferencing pointer to incomplete type dpc_usb.c:453: dereferencing pointer to incomplete type dpc_usb.c:454: dereferencing pointer to incomplete type dpc_usb.c:455: dereferencing pointer to incomplete type dpc_usb.c:456: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:461: dereferencing pointer to incomplete type dpc_usb.c:465: dereferencing pointer to incomplete type dpc_usb.c:468: dereferencing pointer to incomplete type dpc_usb.c:473: dereferencing pointer to incomplete type dpc_usb.c:478: dereferencing pointer to incomplete type dpc_usb.c:485: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:498: parse error before '*' token dpc_usb.c:499: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_load_firmware_white': dpc_usb.c:513: dereferencing pointer to incomplete type dpc_usb.c:513: dereferencing pointer to incomplete type dpc_usb.c:520: dereferencing pointer to incomplete type dpc_usb.c:521: dereferencing pointer to incomplete type dpc_usb.c:521: dereferencing pointer to incomplete type dpc_usb.c:531: dereferencing pointer to incomplete type dpc_usb.c:536: `firmware' undeclared (first use in this function) dpc_usb.c:540: `len' undeclared (first use in this function) dpc_usb.c:540: dereferencing pointer to incomplete type dpc_usb.c:560: dereferencing pointer to incomplete type dpc_usb.c:560: dereferencing pointer to incomplete type dpc_usb.c:574: dereferencing pointer to incomplete type dpc_usb.c:576: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:584: parse error before '*' token dpc_usb.c:585: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_load_firmware_grey': dpc_usb.c:596: `firmware' undeclared (first use in this function) dpc_usb.c:604: dereferencing pointer to incomplete type dpc_usb.c:604: dereferencing pointer to incomplete type dpc_usb.c:610: dereferencing pointer to incomplete type dpc_usb.c:611: dereferencing pointer to incomplete type dpc_usb.c:611: dereferencing pointer to incomplete type dpc_usb.c:620: dereferencing pointer to incomplete type dpc_usb.c:621: dereferencing pointer to incomplete type dpc_usb.c:624: dereferencing pointer to incomplete type dpc_usb.c:625: dereferencing pointer to incomplete type dpc_usb.c:625: dereferencing pointer to incomplete type dpc_usb.c:634: dereferencing pointer to incomplete type dpc_usb.c:635: dereferencing pointer to incomplete type dpc_usb.c:640: dereferencing pointer to incomplete type dpc_usb.c:641: dereferencing pointer to incomplete type dpc_usb.c:643: dereferencing pointer to incomplete type dpc_usb.c:643: dereferencing pointer to incomplete type dpc_usb.c:646: dereferencing pointer to incomplete type dpc_usb.c:660: dereferencing pointer to incomplete type dpc_usb.c:661: dereferencing pointer to incomplete type dpc_usb.c:668: dereferencing pointer to incomplete type dpc_usb.c:668: dereferencing pointer to incomplete type dpc_usb.c:671: `len' undeclared (first use in this function) dpc_usb.c:679: dereferencing pointer to incomplete type dpc_usb.c:680: dereferencing pointer to incomplete type dpc_usb.c:683: dereferencing pointer to incomplete type dpc_usb.c:684: dereferencing pointer to incomplete type dpc_usb.c:685: dereferencing pointer to incomplete type dpc_usb.c:691: dereferencing pointer to incomplete type dpc_usb.c:693: dereferencing pointer to incomplete type dpc_usb.c:693: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:705: parse error before '*' token dpc_usb.c:706: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_load_firmware': dpc_usb.c:707: dereferencing pointer to incomplete type dpc_usb.c:708: `firmware' undeclared (first use in this function) dpc_usb.c:708: `len' undeclared (first use in this function) dpc_usb.c: At top level: dpc_usb.c:781: parse error before '*' token dpc_usb.c:782: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_tx_send_context': dpc_usb.c:787: `ctx' undeclared (first use in this function) dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:796: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:798: dereferencing pointer to incomplete type dpc_usb.c:799: dereferencing pointer to incomplete type dpc_usb.c:803: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:804: dereferencing pointer to incomplete type dpc_usb.c:810: dereferencing pointer to incomplete type dpc_usb.c:813: dereferencing pointer to incomplete type dpc_usb.c:814: dereferencing pointer to incomplete type dpc_usb.c:815: dereferencing pointer to incomplete type dpc_usb.c: In function `dpc_tx_callback': dpc_usb.c:825: invalid operands to binary * dpc_usb.c:826: `ctx' undeclared (first use in this function) dpc_usb.c:826: parse error before ')' token dpc_usb.c:838: dereferencing pointer to incomplete type dpc_usb.c:839: dereferencing pointer to incomplete type dpc_usb.c:842: dereferencing pointer to incomplete type dpc_usb.c:850: dereferencing pointer to incomplete type dpc_usb.c:851: dereferencing pointer to incomplete type dpc_usb.c:853: dereferencing pointer to incomplete type dpc_usb.c:853: dereferencing pointer to incomplete type dpc_usb.c:854: dereferencing pointer to incomplete type dpc_usb.c:854: dereferencing pointer to incomplete type dpc_usb.c:858: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:869: parse error before '*' token dpc_usb.c:870: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_tx_resume': dpc_usb.c:873: dereferencing pointer to incomplete type dpc_usb.c:874: dereferencing pointer to incomplete type dpc_usb.c:876: dereferencing pointer to incomplete type dpc_usb.c:879: dereferencing pointer to incomplete type dpc_usb.c:882: dereferencing pointer to incomplete type dpc_usb.c:883: dereferencing pointer to incomplete type dpc_usb.c:885: dereferencing pointer to incomplete type dpc_usb.c:888: dereferencing pointer to incomplete type dpc_usb.c:889: dereferencing pointer to incomplete type dpc_usb.c:889: dereferencing pointer to incomplete type dpc_usb.c:893: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:901: parse error before '*' token dpc_usb.c:902: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_send_skb': dpc_usb.c:905: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:906: dereferencing pointer to incomplete type dpc_usb.c:909: dereferencing pointer to incomplete type dpc_usb.c:913: dereferencing pointer to incomplete type dpc_usb.c:913: dereferencing pointer to incomplete type dpc_usb.c:914: dereferencing pointer to incomplete type dpc_usb.c:914: dereferencing pointer to incomplete type dpc_usb.c:915: dereferencing pointer to incomplete type dpc_usb.c:918: dereferencing pointer to incomplete type dpc_usb.c:919: dereferencing pointer to incomplete type dpc_usb.c:923: dereferencing pointer to incomplete type dpc_usb.c:931: dereferencing pointer to incomplete type dpc_usb.c:932: dereferencing pointer to incomplete type dpc_usb.c:934: dereferencing pointer to incomplete type dpc_usb.c:935: dereferencing pointer to incomplete type dpc_usb.c:938: dereferencing pointer to incomplete type dpc_usb.c:939: dereferencing pointer to incomplete type dpc_usb.c:944: dereferencing pointer to incomplete type dpc_usb.c:945: dereferencing pointer to incomplete type dpc_usb.c:951: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:960: parse error before '*' token dpc_usb.c:960: warning: function declaration isn't a prototype dpc_usb.c:962: parse error before '*' token dpc_usb.c:963: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_init': dpc_usb.c:970: `id' undeclared (first use in this function) dpc_usb.c:971: dereferencing pointer to incomplete type dpc_usb.c:972: dereferencing pointer to incomplete type dpc_usb.c:973: dereferencing pointer to incomplete type dpc_usb.c:974: dereferencing pointer to incomplete type dpc_usb.c:975: dereferencing pointer to incomplete type dpc_usb.c:976: dereferencing pointer to incomplete type dpc_usb.c:978: dereferencing pointer to incomplete type dpc_usb.c:979: dereferencing pointer to incomplete type dpc_usb.c:980: dereferencing pointer to incomplete type dpc_usb.c:981: dereferencing pointer to incomplete type dpc_usb.c:982: dereferencing pointer to incomplete type dpc_usb.c:983: dereferencing pointer to incomplete type dpc_usb.c:989: dereferencing pointer to incomplete type dpc_usb.c:989: dereferencing pointer to incomplete type dpc_usb.c:990: dereferencing pointer to incomplete type dpc_usb.c:990: dereferencing pointer to incomplete type dpc_usb.c:992: dereferencing pointer to incomplete type dpc_usb.c:993: dereferencing pointer to incomplete type dpc_usb.c:994: dereferencing pointer to incomplete type dpc_usb.c:995: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:997: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:998: dereferencing pointer to incomplete type dpc_usb.c:1003: dereferencing pointer to incomplete type dpc_usb.c:1004: `ctx' undeclared (first use in this function) dpc_usb.c:1004: dereferencing pointer to incomplete type dpc_usb.c:1006: dereferencing pointer to incomplete type dpc_usb.c: At top level: dpc_usb.c:1034: parse error before '*' token dpc_usb.c:1035: warning: function declaration isn't a prototype dpc_usb.c: In function `dpc_usb_exit': dpc_usb.c:1040: dereferencing pointer to incomplete type dpc_usb.c:1041: `ctx' undeclared (first use in this function) dpc_usb.c:1041: dereferencing pointer to incomplete type dpc_usb.c:1054: dereferencing pointer to incomplete type dpc_usb.c:1055: dereferencing pointer to incomplete type dpc_usb.c:1069: dereferencing pointer to incomplete type dpc_usb.c:1070: dereferencing pointer to incomplete type make: *** [dpc_usb.o] Error 1 Yep, very lengthy. Hope that can ease someone elses hassle in the attempt of helping a new guy to this. Thanks again in advance.
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: floods_
Date: September 21, 2003 at 17:22:51 Pacific
Subject: DirecPC on Linux?
|
Reply: (edit)Think I got that fixed.. Direcway still not working because I don't know how to load a .o file etc.. so I think I'll just have to get another computer to run as a server under windows, because no one at http://sourceforge.net/projects/direcpc seems to be any help.
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: BoNgReSiN
Date: October 1, 2003 at 22:55:04 Pacific
Subject: DirecPC on Linux?
|
Reply: (edit)I am having the same exact problem. It seems as if the make doesn't finish all the way because there are some directories missing....(dpc_tools). I guess when that Error 1 comes up, it halts the install? The only last peice of info I need is where they say to plug the connection into your linux box and load the direcpc.0 file and then run dpc_tools dpc0 montior......Problem is that I don't know how to load direcpc.o and there is no dpc_tools cause it looks like the installer didn't install this..... I'll keep trying...
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: