View previous topic :: View next topic |
Author |
Message |
ilovebeer Tux's lil' helper
Joined: 16 Aug 2008 Posts: 87
|
Posted: Sat Oct 04, 2008 4:46 pm Post subject: Modules wont build [SOLVED] |
|
|
hello, i am trying to get a kernel happening with modules rather than built in. i had success until i obviously enabled something i shouldn't have (and don't know what) anyway, when i tr to make modules i get this error;
localhost linux # make modules
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
Building modules, stage 2.
MODPOST 56 modules
ERROR: "leds_list" [drivers/leds/led-class.ko] undefined!
ERROR: "leds_list_lock" [drivers/leds/led-class.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
what did i enable that i shouldn't have?
thanks.
Last edited by ilovebeer on Sat Oct 04, 2008 5:10 pm; edited 1 time in total |
|
Back to top |
|
|
ukavi Apprentice
Joined: 09 Feb 2007 Posts: 181 Location: The Netherlands
|
Posted: Sat Oct 04, 2008 4:48 pm Post subject: |
|
|
try make clean and try again? _________________ English is not my native language, please notify me of any mistakes. |
|
Back to top |
|
|
ilovebeer Tux's lil' helper
Joined: 16 Aug 2008 Posts: 87
|
Posted: Sat Oct 04, 2008 5:10 pm Post subject: |
|
|
lol, i was just coming back to solve this because i had just made a clean bzImage and then the modules built. then i saw your reply. you were right on the money tulcod. well done! thanks |
|
Back to top |
|
|
|