Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
snd io error while compiling??
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
twobit
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2011
Posts: 76

PostPosted: Sun Mar 16, 2014 5:36 pm    Post subject: snd io error while compiling?? Reply with quote

Not sure what is causing this error while building my kernel. Or what to remove to make it stop. Just put together a new comp trying to get my kernel done.

Code:
  AS      arch/x86/lib/memset_64.o
  AS      arch/x86/lib/putuser.o
  AS      arch/x86/lib/rwlock.o
  AS      arch/x86/lib/rwsem.o
  AS      arch/x86/lib/thunk_64.o
  CC      arch/x86/lib/usercopy.o
  CC      arch/x86/lib/usercopy_64.o
  AR      arch/x86/lib/lib.a
  LINK    vmlinux
  LD      vmlinux.o
  MODPOST vmlinux.o
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
sound/built-in.o: In function `snd_soc_codec_set_cache_io':
(.text+0x74de9): undefined reference to `regmap_init_i2c'
make: *** [vmlinux] Error 1


This is how it ended. My sounds card is a realtek 887 onboard.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21631

PostPosted: Sun Mar 16, 2014 7:01 pm    Post subject: Reply with quote

This may be a bug in the kernel build system. It should never let you choose a configuration that results in a failed build. However, the sheer number of possible configurations allow that to happen sometimes. You need to enable the configuration option that builds the file that contains regmap_init_i2c.
Back to top
View user's profile Send private message
twobit
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2011
Posts: 76

PostPosted: Sun Mar 16, 2014 7:50 pm    Post subject: Reply with quote

How do i figure out what option contains those files
Back to top
View user's profile Send private message
twobit
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2011
Posts: 76

PostPosted: Sun Mar 16, 2014 11:16 pm    Post subject: Reply with quote

Searching shows there is some kind of patch for this? The msg boards are very arbitary and have no idea how to apply a patch of that type. Searching in the make menuconfig show refrences but not a location for the option to to changed. hmmm
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