The Following User Says Thank You to pat26 For This Useful Post: | ||
![]() |
2009-05-13
, 11:03
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#2
|
The Following User Says Thank You to Andre Klapper For This Useful Post: | ||
![]() |
2009-05-13
, 12:14
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#3
|
![]() |
2009-06-17
, 12:41
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2008
|
#4
|
![]() |
2009-06-17
, 14:38
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#6
|
So I want know wath's the diference between n800_defconfig and nokia_2420_defconfig.??
I try to compile a default kernel in the scratchbox. My objective is to include usb_audio support.
Even with the default configuration (after running make n800_defconfig), I get this error message :
/kernel-source/drivers/spi/omap2_mcspi.c: In function `omap2_mcspi_work':
/kernel-source/drivers/spi/omap2_mcspi.c:249: sorry, unimplemented: inlining failed in call to 'spi_pause_mutex_lock': function body not available
/kernel-source/drivers/spi/omap2_mcspi.c:380: sorry, unimplemented: called from here
/kernel-source/drivers/spi/omap2_mcspi.c:250: sorry, unimplemented: inlining failed in call to 'spi_pause_mutex_unlock': function body not available
/kernel-source/drivers/spi/omap2_mcspi.c:421: sorry, unimplemented: called from here
/kernel-source/drivers/spi/omap2_mcspi.c: At top level:
/kernel-source/drivers/spi/omap2_mcspi.c:248: warning: 'spi_pause_mutex_init' declared `static' but never defined
/kernel-source/drivers/spi/omap2_mcspi.c:249: warning: 'spi_pause_mutex_lock' declared `static' but never defined
/kernel-source/drivers/spi/omap2_mcspi.c:250: warning: 'spi_pause_mutex_unlock' declared `static' but never defined
make[2]: *** [drivers/spi/omap2_mcspi.o] Error 1
make[1]: *** [drivers/spi] Error 2
make: *** [drivers] Error 2
Anyone can help ?
Thanks,
Patrick