LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Aureal drivers won't compile (https://www.linuxquestions.org/questions/linux-general-1/aureal-drivers-wont-compile-83440/)

CyberMacro 08-19-2003 05:19 AM

Aureal drivers won't compile
 
I've downloaded Linux Aureal Drivers from sourceforge... When i run the command 'make install' the following output shows up:
Quote:

make install
cc -D__KERNEL__ -DMODULE -DAU8830 -mpentium -O6 -fomit-frame-pointer -Wall -pi
pe -I/usr/src/linux/include -c -o au_audio.o au_audio.c
`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
In file included from au_vortex.h:66,
from au_audio.c:49:
/usr/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated,
use linux/slab.h instead.
au_audio.c: In function `au_audio_mmap':
au_audio.c:620: warning: passing arg 1 of `remap_page_range_Rsmp_ca4d8ff6' makes
pointer from integer without a cast
au_audio.c:620: incompatible type for argument 4 of `remap_page_range_Rsmp_ca4d8
ff6'
au_audio.c:620: too few arguments to function `remap_page_range_Rsmp_ca4d8ff6'
au_audio.c:630: warning: passing arg 1 of `remap_page_range_Rsmp_ca4d8ff6' makes
pointer from integer without a cast
au_audio.c:630: incompatible type for argument 4 of `remap_page_range_Rsmp_ca4d8
ff6'
au_audio.c:630: too few arguments to function `remap_page_range_Rsmp_ca4d8ff6'
au_audio.c: In function `au_audio_open':
au_audio.c:650: invalid operands to binary &
au_audio.c: In function `set_data_format':
au_audio.c:962: warning: deprecated use of label at end of compound statement
make: *** [au_audio.o] Error 1
Any ideas on how to get it working? Thanks in advance...


All times are GMT -5. The time now is 02:53 PM.