LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Trying to build kernel 2.4.27 on Suse 9.1 installation (https://www.linuxquestions.org/questions/suse-opensuse-60/trying-to-build-kernel-2-4-27-on-suse-9-1-installation-250373/)

rocketdude 11-02-2004 04:44 PM

Trying to build kernel 2.4.27 on Suse 9.1 installation
 
I don't have a lot of experience rebuilding the kernels for the PC architecture but because of some development work I'm doing, I need to run the 2.4.27 kernel on a Suse 9.1 installation. I've downloaded the kernel, created the .config file (make menuconfig), did a 'make dep' and then a 'make'. Right off the bat I get the following errors:

usr/src/linux-2.4.27/include/linux/smp.h:29: error: conflicting types for `smp_send_reschedule'
/usr/src/linux-2.4.27/include/asm/smp.h:42: error: previous declaration of `smp_send_reschedule'

Any help in resolving this issue would be appreciated.

Thanks,

Rocket

320mb 11-03-2004 06:56 AM

make dep
make clean
make bzImage
make modules

and then I copy system.map and the .config manually to /boot
and copy/rename the bzImage to vmlinuz and move it to /boot also

rocketdude 11-03-2004 04:15 PM

Kernel 2.4.27 on Suse 9.1 Pro - mouse doesn't work
 
Quote:

Originally posted by 320mb
make dep
make clean
make bzImage
make modules

and then I copy system.map and the .config manually to /boot
and copy/rename the bzImage to vmlinuz and move it to /boot also

Doesn't work, but I'll answer my own question.

I had to revert to gcc 3.2.2 in order to get a working binary. For some reason when I built with 3.3 I got kernel panic on page swap early in the boot process.

Anyhow, I can run with 2.4.27 but now my mouse won't work. I made sure ALL mouse drivers were enabled in the .config. BTW, I'm using KDE. I even tried to reconfigure the mouse after I got the desktop. I would appreciate any helpful clues.

Thanks,

Rocket


All times are GMT -5. The time now is 03:16 AM.