From: Nicholai B. <nic...@ch...> - 2000-05-31 09:13:34
|
Hello Roman Den 31-Maj-00, skrev Roman Zippel: RZ> Hi, RZ> RZ>> I compiled linux-2.3 from the CVS. A lot of drivers such as amifb and RZ>> the builtin serial driver didn't compile at all. The pm2 driver still RZ>> needs ami_int3 so I put it back. Should it be there or not? RZ> RZ> I tested only amifb and it compiled. Which gcc are you using? RZ> RZ> bye, Roman RZ> I'm using gcc-2.95.2-1g but the error about too many arguments (below) can't have anything to do with my compiler, can it? I'm using the 2.3 includes. amifb.c: In function `amifb_interrupt': amifb.c:1930: variable `server' has initializer but incomplete type amifb.c:1930: warning: excess elements in struct initializer amifb.c:1930: warning: (near initialization for `server') amifb.c:1930: warning: excess elements in struct initializer amifb.c:1930: warning: (near initialization for `server') amifb.c:1930: storage size of `server' isn't known amifb.c:1974: too many arguments to function `amiga_do_irq_list' Btw, any comment on ami_int3 (see amiints.c)? To be or not to be? Jesper wasn't sure about this. /Nicholai |