I have Mandrake 9.
I downloaded the 5.12a drivers.
I join a dump of what happens when I ./cvscompile.

It seems like it doesn't like the genksym -k 0.0.0.0

Regards,

++
Florian


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
./configure --with-debug=full --with-isapnp=yes --with-sequencer=yes
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr//bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for linux/fs.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 0.0.0
checking for kernel module symbol versions... no
checking for PCI support in kernel... no
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for debug level... full
checking for processor type... unknown
checking for SMP... no
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
checking for old kill_fasync... no
checking for dma_addr_t... yes
checking for MUTEX macros... no
checking for driver version... 0.5.12a
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for which soundcards to compile driver for... all
creating ./config.status
creating Makefile.conf
creating snddevices
creating utils/alsa-driver.spec
creating cards.config
creating include/config.h
include/config.h is unchanged
creating include/config1.h
include/config1.h is unchanged
creating include/version.h
include/version.h is unchanged
make[1]: Entre dans le répertoire `/tmp/alsa-driver-0.5.12a/kernel'
rm -f ../include/modules/rawmidi.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ 
rawmidi.c | /sbin/genksyms -k 0.0.0 > ../include/modules/rawmidi.ver
make[1]: Quitte le répertoire `/tmp/alsa-driver-0.5.12a/kernel'
make dep
make[1]: Entre dans le répertoire `/tmp/alsa-driver-0.5.12a'
make[2]: Entre dans le répertoire `/tmp/alsa-driver-0.5.12a/kernel'
rm -f ../include/modules/timer.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ 
timer.c | /sbin/genksyms -k 0.0.0 > ../include/modules/timer.ver
make[2]: Quitte le répertoire `/tmp/alsa-driver-0.5.12a/kernel'
make[1]: Quitte le répertoire `/tmp/alsa-driver-0.5.12a'
 --prefix string  Set a mangling prefix for all symbols
make[1]: *** [../include/modules/rawmidi.ver] Erreur 1
make: *** [dep] Erreur 1
Usage:
genksyms [-dDwqhV] [-k kernel_version] [-p prefix] > .../linux/module/*.ver

  -d, --debug           Increment the debug level (repeatable)
  -D, --dump            Dump expanded symbol defs (for debugging only)
  -w, --warnings        Enable warnings
  -q, --quiet           Disable warnings (default)
  -h, --help            Print this message
  -V, --version         Print the release version
  -k ver
       --kernel ver     Set the kernel version for which we are compiling
  -p string
       --prefix string  Set a mangling prefix for all symbols
make[2]: *** [../include/modules/timer.ver] Erreur 1
make[1]: *** [dep] Erreur 1
make: *** [include/sndversions.h] Erreur 2

Reply via email to