Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] make modules fails
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
mistake25
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2008
Posts: 144

PostPosted: Wed Jun 04, 2008 4:29 pm    Post subject: [solved] make modules fails Reply with quote

hi, i'm trying to make kernel with alsa-driver in it, like moduele, but when i run make modules it fails:
Code:
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
sound/soc/omap/Kconfig:9:warning: 'select' used by config symbol 'SND_OMAP_SOC_MCBSP' refers to undefined symbol 'OMAP_MCBSP'
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CC [M]  sound/sound_core.o
  LD [M]  sound/soundcore.o
  CC [M]  sound/ac97_bus.o
  CC [M]  sound/core/memalloc.o
sound/core/memalloc.c: In function ‘snd_mem_init’:
sound/core/memalloc.c:570: error: implicit declaration of function ‘proc_create’
sound/core/memalloc.c:571: warning: assignment makes pointer from integer without a cast
make[2]: *** [sound/core/memalloc.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2

whats wrong? thanks for help


Last edited by mistake25 on Sun Jul 11, 2010 7:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Wed Jun 04, 2008 5:35 pm    Post subject: Reply with quote

Could you please post the relevant ALSA sound section in your /usr/src/linux/.config file? You can do this by opening the .config file in a text editor and searching for sound. It should be under the Advanced Linux Sound Architecture section in the file.
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jun 04, 2008 8:38 pm    Post subject: Reply with quote

Are you moving to a new kernel? If so, you have to run make oldconfig first to conform the new (or in some cases, old) .config to the kernel source you're using. If you don't do that, you will come up with all manner of strange errors. What version of kernel are you using?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
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