[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: openmosix und kernel-patchen



Danke erstmal....

On Sunday, 17. November 2002 10:54, Rainer Ellinger wrote:
> umaxx schrieb:
> > - der Compiler rattert ein viertel Stunde und bricht dann mit
> > mehreren Fehlermeldungen ab...
> > Was hab ich falsch gemacht - gibts noch andere Varianten??
>
> Die Fehlermeldungen hier nicht zu nennen ;-)
>
Sorry ich vergas... der compiler gibt aus:


make[4]: Leaving directory `/usr/src/kernel-source-2.4.19/drivers/media/video'
make[3]: Leaving directory `/usr/src/kernel-source-2.4.19/drivers/media'
/usr/bin/make -C message/fusion modules
make[3]: Entering directory 
`/usr/src/kernel-source-2.4.19/drivers/message/fusion'
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.19/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE 
-I.  -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include 
-DKBUILD_BASENAME=mptbase  -DEXPORT_SYMTAB -c mptbase.c
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.19/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE 
-I.  -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include 
-DKBUILD_BASENAME=mptscsih  -DEXPORT_SYMTAB -c mptscsih.c
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.19/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE 
-I.  -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include 
-DKBUILD_BASENAME=isense  -DEXPORT_SYMTAB -c
isense.c
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.19/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE 
-I.  -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include 
-DKBUILD_BASENAME=mptctl  -DEXPORT_SYMTAB -c
mptctl.c
In file included from mptctl.c:98:
mptctl.h:275: parse error before `100'
mptctl.h:275: warning: no semicolon at end of struct or union
mptctl.c:151: warning: parameter has incomplete type
mptctl.c: In function `mptctl_ioctl':
mptctl.c:513: sizeof applied to an incomplete type
mptctl.c: In function `mptctl_mpt_command':
mptctl.c:1649: storage size of `karg' isn't known
mptctl.c:1656: sizeof applied to an incomplete type
mptctl.c:1656: sizeof applied to an incomplete type
mptctl.c:1656: sizeof applied to an incomplete type
mptctl.c:1656: sizeof applied to an incomplete type
mptctl.c:1656: sizeof applied to an incomplete type
mptctl.c:1670: parse error before `100'
mptctl.c:1649: warning: unused variable `karg'
mptctl.c:1652: warning: `rc' might be used uninitialized in this function
mptctl.c: At top level:
mptctl.c:1688: parameter `karg' has incomplete type
mptctl.c: In function `mptctl_do_mpt_command':
mptctl.c:1692: warning: `psge' might be used uninitialized in this function
mptctl.c:1701: warning: `this_alloc' might be used uninitialized in this 
function
mptctl.c:1703: warning: `sz' might be used uninitialized in this function
mptctl.c:1793: warning: `dataSize' might be used uninitialized in this 
function
mptctl.c:1852: warning: `dataSize' might be used uninitialized in this 
function
mptctl.c: In function `mptctl_compaq_scsiio':
mptctl.c:2662: storage size of `karg' isn't known
mptctl.c:2735: type of formal parameter 1 is incomplete
mptctl.c:2662: warning: unused variable `karg'
make[3]: *** [mptctl.o] Fehler 1
make[3]: Leaving directory 
`/usr/src/kernel-source-2.4.19/drivers/message/fusion'
make[2]: *** [_modsubdir_message/fusion] Fehler 2
make[2]: Leaving directory `/usr/src/kernel-source-2.4.19/drivers'
make[1]: *** [_mod_drivers] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-source-2.4.19'
make: *** [stamp-build] Fehler 2


> Dann ein .deb daraus zu machen ist bei Clustern nur eine Variante. Es
> gibt auch andere Möglichkeiten (fai, rsync, usw.) die Knoten zu
> aktualisieren.

Gibt es vielleicht schon vorkompilierten Kernel für debian mit Openmosix 
Unterstützung irgendwo?? 


Hab es jetze auch noch mal anders versucht:

- statt "% make-kpkg kernel_image --revision meinkernel.01" hab ich "make 
dep" , "make clean", "make bzImage" , "make modules" und "make 
modules_install" benutzt, doch des half auch nichts - er bricht bei "make 
modules" logischerweise mit gleicher Fehlermeldung ab ;o(



Reply to: