GurliGebis Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/7985533233e56914b44e8f.jpg)
Joined: 08 Aug 2002 Posts: 509
|
Posted: Thu Mar 11, 2004 8:23 pm Post subject: ALSA CVS in Kernel problem |
|
|
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. |
|