Hi all, I am unable to build my binaries and not sure why... here is the output from a make, any suggestions? Thanks!

...
 
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/work/alsa-driver-0.9.0rc2/include -I/lib/modules/2.2.19/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DCONFIG_SND_SB16_CSP=1 -DKBUILD_BASENAME=sbawe   -c -o sbawe.o sbawe.c
{standard input}: Assembler messages:
{standard input}:9: Warning: Ignoring changed section attributes for .modinfo
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/work/alsa-driver-0.9.0rc2/include -I/lib/modules/2.2.19/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DCONFIG_SND_SB16_CSP=1  -DEXPORT_SYMTAB -c emu8000.c
rm -f snd-emu8000-synth.o
ld  -r -o snd-emu8000-synth.o emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
emu8000_pcm.o(.modinfo+0x0): multiple definition of `__module_kernel_version'
emu8000_synth.o(.modinfo+0x0): first defined here
make[2]: *** [snd-emu8000-synth.o] Error 1
make[2]: Leaving directory `/work/alsa-driver-0.9.0rc2/isa/sb'
make[1]: *** [_modsubdir_sb] Error 2
make[1]: Leaving directory `/work/alsa-driver-0.9.0rc2/isa'
make: *** [compile] Error 1
root@lisa:/work/alsa-driver-0.9.0rc2# :
 
 
 

Reply via email to