View previous topic :: View next topic |
Author |
Message |
mistake25 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 May 2008 Posts: 144
|
Posted: Wed Jun 04, 2008 4:29 pm Post subject: [solved] make modules fails |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Maliwik Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/113586419048f6242fcad7d.jpg)
Joined: 14 Apr 2008 Posts: 252 Location: Wisconsin, U.S. of A.
|
Posted: Wed Jun 04, 2008 5:35 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
pappy_mcfae Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/2063135933479eedb93987b.jpg)
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Wed Jun 04, 2008 8:38 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|