Oh, Im sorry! This is the first time I'm using a mailinglist.
And how do I reply to a post? I've tried opening the attached mails but
my client (Thunderbird) wont let me reply.
Anyway im still getting the same error even with the
make all;make modules_install;make install
command.
comm.c: In function `comm_free':
comm.c:767: error: label at end of compound statement
make[2]: *** [comm.o] Fel 1
make[2]: Leaving directory `/usr/src/linux-2.4.26/hpc'
make[1]: *** [first_rule] Fel 2
make[1]: Leaving directory `/usr/src/linux-2.4.26/hpc'
make: *** [_dir_hpc] Fel 2
Phil Schaffner wrote:
On Thu, 2005-07-21 at 19:57 +0200, Martin Carlsson wrote:
Hi there!
Im trying to compile an openmosix patched kernel in fedora core 3 with
no success.
The same .config was loaded on a Debian-system and it compiled like
a dream!
command is: make dep bzImage modules modules_install
So now I tried compiling in debian and then moving the bzImage to the
fedora system but it doesnt go very smoothly.
On the Debian system I have:
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
And on the fedora system I have:
gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
Could this be the problem? And if so how do i revert to older
software with yum?
Seems like you already got an answer to your earlier/duplicate post:
On Thu, 2005-07-21 at 12:08 -0400, David Cary Hart wrote:
On Thu, 2005-07-21 at 09:39 +0200, Martin Carlsson wrote:
Hi there!
Im trying to compile an openmosix patched kernel in fedora core 3 with
no success.
The same .config was loaded on a Debian-system and it compiled like
a dream!
command is: make dep bzImage modules modules_install
Try;
make all;make modules_install;make install
Phil