Kernel 1.3.33 sound/compile

Loren Thompson (loren_thompson@qmgate.anl.gov)
11 Oct 1995 13:39:52 -0500


Reply to: Kernel 1.3.33 sound/compile problem

I tried to compiule Kernel 1.3.33 last night and here is as far as it gets:

make[2]: Entering directory `/usr/src/linux/drivers/sound'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -m486 -c -o soundcard.o soundcard.csoundcard.c
In function `sound_write':soundcard.c:78
warning: passing arg 3 of `sound_write_sw' discards `const' from pointer
target type soundcard.c
At top level:soundcard.c:223: conflicting types for
`soundcard_init'sound_calls.h:97
previous declaration of `soundcard_init'soundcard.c
In function `soundcard_init':soundcard.c:230
too few arguments to function `sndtable_init'soundcard.c:239
too few arguments to function `DMAbuf_init'soundcard.c:240
too few arguments to function `audio_init'soundcard.c:246
too few arguments to function `MIDIbuf_init'soundcard.c:251
too few arguments to function `sequencer_init'
make[2] *** [soundcard.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/sound'
make[1] *** [sub_dirs] Error 127
make[1]: Leaving directory `/usr/src/linux/drivers'make
*** [linuxsubdirs] Error 127

This did not happen in Kernel 1.3.32. This was hand typed in from notes.

Loren Thompson