Messages in this thread Patch in this message |  | | Date | Sun, 26 Jan 1997 12:37:50 -0700 (MST) | From | Mike Wangsmo <> | Subject | Failure on compile for 2.1.23 |
| |
The following patch is needed to get 2.1.23 to compile on the intel platform:
--- /linux/drivers/char/rtc.c Sun Jan 26 11:55:06 1997 +++ /linux/dirvers/char/rtc.c Sun Jan 26 12:19:35 1997 @@ -55,4 +55,5 @@ #include <asm/uaccess.h> #include <asm/system.h> +#include <asm/poll.h>
This fixes one problem. However, I had another failure on the sound drivers:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-f rame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -m align-functions=2 -DCPU=586 -c -o adlib_card.o adlib_card.c In file included from sound_config.h:152, from adlib_card.c:17: sound_calls.h:21: parse error before `select_table' sound_calls.h:21: warning: function declaration isn't a prototype sound_calls.h:39: parse error before `select_table' sound_calls.h:39: warning: function declaration isn't a prototype sound_calls.h:59: parse error before `select_table' sound_calls.h:59: warning: function declaration isn't a prototype sound_calls.h:75: parse error before `select_table' sound_calls.h:75: warning: function declaration isn't a prototype I haven't had time to look into it though.
Regards, Mike
_______________________________________________________________________ Mike Wangsmo, Graduate Student wanger@fubar.cs.montana.edu Montana State University http://www.cs.montana.edu/~wanger 602 Peter Koch (406) 586-0690 Bozeman, MT 59715 "May the Force be with you, always"
|  |