View previous topic :: View next topic |
Author |
Message |
__Jackal__ Tux's lil' helper
Joined: 20 Sep 2005 Posts: 90
|
Posted: Sat Sep 24, 2005 11:00 pm Post subject: Error compiling fbsplash with genkernel [SOLVED] |
|
|
genkernel --menuconfig --gensplash=emergence all
CC drivers/video/fbsplash.o
drivers/video/fbsplash.c:52: error: redefinition of 'fbsplash_call_helper
drivers/video/fbsplash.c:62: error: previous definition of 'fbsplash_call_helper' was here
drivers/video/fbsplash.c:81: error: redefinition of 'fbsplash_disable'
drivers/video/fbsplash.c:68: error:
drivers/video/fbsplash.c: In funtion 'fbsplash_ioctl_doetstate'
there is more, but its a lot of typing! If more is needed for a resolution, let me know, and I'll add the rest
Edit - solved this by reconfiguring and recompiling kernel _________________ CCNA, CNE, CCEA |
|
Back to top |
|
|
lightsout Tux's lil' helper
Joined: 13 Apr 2003 Posts: 113 Location: UK
|
Posted: Sun Oct 09, 2005 10:28 am Post subject: |
|
|
Hmm, I've got the same problem also. What did you do exactly to fix it? |
|
Back to top |
|
|
Dosenbier n00b
Joined: 15 Jun 2005 Posts: 22
|
Posted: Sun Oct 09, 2005 10:38 pm Post subject: |
|
|
lightsout:
I finally solved it too.
I first updated the symlink to the right folde, then
Code: |
# copy the old config to the new kernel
zcat /proc/config.gz > /usr/src/linux/.config
# update the configfile
make oldconfig
# run genkernel with he following options
genkernel --no-mrproper --no-clean --no-menuconfig --kernel-config=.config --gensplash=livecd-2005.1 all
|
Hope this helped!
Tim |
|
Back to top |
|
|
lightsout Tux's lil' helper
Joined: 13 Apr 2003 Posts: 113 Location: UK
|
Posted: Mon Oct 10, 2005 6:36 pm Post subject: |
|
|
Dunno why, but that did it nicely - thanks! |
|
Back to top |
|
|
Dosenbier n00b
Joined: 15 Jun 2005 Posts: 22
|
Posted: Mon Oct 10, 2005 8:17 pm Post subject: |
|
|
I du not know either ;P
Greets ! |
|
Back to top |
|
|
tom56 Guru
Joined: 27 Apr 2004 Posts: 325 Location: united kingdom
|
Posted: Sun Nov 20, 2005 5:53 pm Post subject: |
|
|
I'm having the same problem. Does anyone out there know what's causing this? The solution posted isn't a very good one, because it uses a different config to what I need.
Thanks. _________________ "A million surplus Maggies are willing to bear the yoke; And a woman is only a woman, but a good cigar is a Smoke" -- Rudyard Kipling (on why he chose cigars over his wife) |
|
Back to top |
|
|
tom56 Guru
Joined: 27 Apr 2004 Posts: 325 Location: united kingdom
|
Posted: Sun Nov 20, 2005 6:21 pm Post subject: |
|
|
OK, I figured it out. For some reason Device drivers -> Graphics -> Support for frame buffer splash is no longer enabled by default. I am not sure why this would cause the compile to fail, but it did. I enabled said option and this fixed the problem. _________________ "A million surplus Maggies are willing to bear the yoke; And a woman is only a woman, but a good cigar is a Smoke" -- Rudyard Kipling (on why he chose cigars over his wife) |
|
Back to top |
|
|
|