Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA CVS in Kernel problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
GurliGebis
Retired Dev
Retired Dev


Joined: 08 Aug 2002
Posts: 509

PostPosted: Thu Mar 11, 2004 8:23 pm    Post subject: ALSA CVS in Kernel problem Reply with quote

Hi, I am having a little problem with compiling the 2.6.3 kernel when I add the latest CVS code to it.

I do a checkout and runs this script from the folder:
Code:
cd alsa-kernel
cp -Rpv Documentation/* /usr/src/linux/Documentation/sound/alsa/
rm -rf /usr/src/linux/include/sound/*
cp -Rpv include/* /usr/src/linux/include/sound/
rm -rf scripts oss Documentation include
mv /usr/src/linux/sound/oss /usr/src/linux/oss-save
rm -rf /usr/src/linux/sound/*
cp -Rpv * /usr/src/linux/sound/
mv /usr/src/linux/oss-save /usr/src/linux/sound/oss


And then make oldconfig and then compile the kernel.

But I get this error:
Code:
sound/built-in.o(.text+0x230a): In function `snd_iprintf':
: undefined reference to `vscnprintf'
make: *** [.tmp_vmlinux1] Error 1


I know it is CVS code, but does anyone have any idea how I can fix this. (Using the 1.0.3 tarball does the same). I need the CVS code it get support for my soundcard.
_________________
Queen Rocks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum