From: Ken P. <ke...@gm...> - 2006-12-17 15:46:38
|
hi, If I run Debian system on coLinux, how to install a new kernel module like new filesystem support to coLinux, I think the normal install method using apt-get doesn't work. Could you help? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Holger K. <hol...@gm...> - 2006-12-20 10:25:17
|
Ken Perl schrieb: > If I run Debian system on coLinux, how to install a new kernel module > like new filesystem support to coLinux, I think the normal install > method using apt-get doesn't work. This is because the modules have to match the kernel. You can compile your own modules if you can compile the colinux kernel. You need at least the patched source of the colinux kernel to compile a module for it. Maybe forcing the modules to load with modprobe -f is worth a try. But weird things can happen with modules compiled for a different kernel. |
From: Ken P. <ke...@gm...> - 2006-12-20 11:44:46
|
OK, thanks. I don't have the experience to do the compile. Does anybody have the complied model for squashfs file system support for coLinux kernel 2.6.11-co-0.6.4? I can copy it into my machine. On 12/20/06, Holger Krull <hol...@gm...> wrote: > Ken Perl schrieb: > > > If I run Debian system on coLinux, how to install a new kernel module > > like new filesystem support to coLinux, I think the normal install > > method using apt-get doesn't work. > > This is because the modules have to match the kernel. > You can compile your own modules if you can compile the colinux kernel. You need at least the patched source of the colinux kernel to compile a module for it. > Maybe forcing the modules to load with modprobe -f is worth a try. But weird things can happen with modules compiled for a different kernel. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Henry N. <Hen...@Ar...> - 2006-12-21 23:13:12
|
Ken Perl wrote: > OK, thanks. I don't have the experience to do the compile. Does > anybody have the complied model for squashfs file system support for > coLinux kernel 2.6.11-co-0.6.4? I can copy it into my machine. I think, nobody has it. Squashfs is not in the vanilla kernel. You must not full compile your own coLinux, not all windows daemons. If you have a gcc 3.4.x in your running linux or coLinux, than follow the doc/building in source tree (or http://www.henrynestler.com/colinux/source/0.8.0-doc/building.txt) from step "4. Build a coLinux kernel" After adding the coLinux patches, you need to add the squashfs patches, and enable the squashfs via 'make menuconfig'. Than make a new kernel file vmlinux and your modules. -- Henry Nestler |
From: Ken P. <ke...@gm...> - 2006-12-22 16:50:37
|
sorry, I met errors but I don't know what's my problems. I downloaded Linux Kernel 2.6.11(my current version is 2.6.11-co-0.6.4, so I select same version), downloaded coLinux0.6.4 source code. and gcc3.4.6. ~/linux-2.6.11# patch -p1 < ../colinux/patch/linux ~/linux-2.6.11# cp ../colinux/conf/linux-config .config ~/linux-2.6.7# make oldconfig scripts/basic/fixdep.c:105:23: error: sys/types.h: No such file or directory scripts/basic/fixdep.c:106:22: error: sys/stat.h: No such file or directory scripts/basic/fixdep.c:107:22: error: sys/mman.h: No such file or directory scripts/basic/fixdep.c:108:20: error: unistd.h: No such file or directory scripts/basic/fixdep.c:109:19: error: fcntl.h: No such file or directory scripts/basic/fixdep.c:110:20: error: string.h: No such file or directory scripts/basic/fixdep.c:111:20: error: stdlib.h: No such file or directory scripts/basic/fixdep.c:112:19: error: stdio.h: No such file or directory In file included from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:11, from scripts/basic/fixdep.c:113: /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory scripts/basic/fixdep.c:114:19: error: ctype.h: No such file or directory scripts/basic/fixdep.c:115:23: error: arpa/inet.h: No such file or directory scripts/basic/fixdep.c: In function 'usage': scripts/basic/fixdep.c:129: warning: implicit declaration of function 'fprintf' scripts/basic/fixdep.c:129: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:129: error: 'stderr' undeclared (first use in this function) scripts/basic/fixdep.c:129: error: (Each undeclared identifier is reported only once scripts/basic/fixdep.c:129: error: for each function it appears in.) scripts/basic/fixdep.c:130: warning: implicit declaration of function 'exit' scripts/basic/fixdep.c:130: warning: incompatible implicit declaration of built-in function 'exit' scripts/basic/fixdep.c: In function 'print_cmdline': scripts/basic/fixdep.c:135: warning: implicit declaration of function 'printf' scripts/basic/fixdep.c:135: warning: incompatible implicit declaration of built-in function 'printf' scripts/basic/fixdep.c: At top level: scripts/basic/fixdep.c:138: error: 'NULL' undeclared here (not in a function) scripts/basic/fixdep.c: In function 'grow_config': scripts/basic/fixdep.c:151: warning: implicit declaration of function 'realloc' scripts/basic/fixdep.c:151: warning: assignment makes pointer from integer without a cast scripts/basic/fixdep.c:153: warning: implicit declaration of function 'perror' scripts/basic/fixdep.c:153: warning: incompatible implicit declaration of built-in function 'exit' scripts/basic/fixdep.c: In function 'is_defined_config': scripts/basic/fixdep.c:169: warning: implicit declaration of function 'memcmp' scripts/basic/fixdep.c: In function 'define_config': scripts/basic/fixdep.c:182: warning: implicit declaration of function 'memcpy' scripts/basic/fixdep.c:182: warning: incompatible implicit declaration of built-in function 'memcpy' scripts/basic/fixdep.c: In function 'use_config': scripts/basic/fixdep.c:201: error: 'PATH_MAX' undeclared (first use in this function) scripts/basic/fixdep.c:209: warning: incompatible implicit declaration of built-in function 'memcpy' scripts/basic/fixdep.c:215: warning: implicit declaration of function 'tolower' scripts/basic/fixdep.c:217: warning: incompatible implicit declaration of built-in function 'printf' scripts/basic/fixdep.c:201: warning: unused variable 's' scripts/basic/fixdep.c: At top level: scripts/basic/fixdep.c:220: error: expected declaration specifiers or '...' before 'size_t' scripts/basic/fixdep.c: In function 'parse_config_file': scripts/basic/fixdep.c:222: error: 'len' undeclared (first use in this function) scripts/basic/fixdep.c:228: warning: implicit declaration of function 'ntohl' scripts/basic/fixdep.c:239: warning: implicit declaration of function 'isalnum' scripts/basic/fixdep.c:245: warning: pointer targets in passing argument 1 of 'use_config' differ in signedness scripts/basic/fixdep.c: In function 'strrcmp': scripts/basic/fixdep.c:252: warning: implicit declaration of function 'strlen' scripts/basic/fixdep.c:252: warning: incompatible implicit declaration of built-in function 'strlen' scripts/basic/fixdep.c: In function 'do_config_file': scripts/basic/fixdep.c:263: error: storage size of 'st' isn't known scripts/basic/fixdep.c:267: warning: implicit declaration of function 'open' scripts/basic/fixdep.c:267: error: 'O_RDONLY' undeclared (first use in this function) scripts/basic/fixdep.c:269: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:269: error: 'stderr' undeclared (first use in this function) scripts/basic/fixdep.c:271: warning: incompatible implicit declaration of built-in function 'exit' scripts/basic/fixdep.c:273: warning: implicit declaration of function 'fstat' scripts/basic/fixdep.c:275: warning: implicit declaration of function 'close' scripts/basic/fixdep.c:278: warning: implicit declaration of function 'mmap' scripts/basic/fixdep.c:278: error: 'PROT_READ' undeclared (first use in this function) scripts/basic/fixdep.c:278: error: 'MAP_PRIVATE' undeclared (first use in this function) scripts/basic/fixdep.c:278: warning: assignment makes pointer from integer without a cast scripts/basic/fixdep.c:285: error: too many arguments to function 'parse_config_file' scripts/basic/fixdep.c:287: warning: implicit declaration of function 'munmap' scripts/basic/fixdep.c:263: warning: unused variable 'st' scripts/basic/fixdep.c: At top level: scripts/basic/fixdep.c:292: error: expected declaration specifiers or '...' before 'size_t' scripts/basic/fixdep.c: In function 'parse_dep_file': scripts/basic/fixdep.c:295: error: 'len' undeclared (first use in this function) scripts/basic/fixdep.c:297: error: 'PATH_MAX' undeclared (first use in this function) scripts/basic/fixdep.c:299: warning: implicit declaration of function 'strchr' scripts/basic/fixdep.c:299: warning: incompatible implicit declaration of built-in function 'strchr' scripts/basic/fixdep.c:299: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness scripts/basic/fixdep.c:299: warning: pointer targets in assignment differ in signedness scripts/basic/fixdep.c:301: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:301: error: 'stderr' undeclared (first use in this function) scripts/basic/fixdep.c:302: warning: incompatible implicit declaration of built-in function 'exit' scripts/basic/fixdep.c:304: warning: incompatible implicit declaration of built-in function 'memcpy' scripts/basic/fixdep.c:305: warning: incompatible implicit declaration of built-in function 'printf' scripts/basic/fixdep.c:297: warning: unused variable 's' scripts/basic/fixdep.c: In function 'print_deps': scripts/basic/fixdep.c:334: error: storage size of 'st' isn't known scripts/basic/fixdep.c:338: error: 'O_RDONLY' undeclared (first use in this function) scripts/basic/fixdep.c:340: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:340: error: 'stderr' undeclared (first use in this function) scripts/basic/fixdep.c:342: warning: incompatible implicit declaration of built-in function 'exit' scripts/basic/fixdep.c:346: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:350: error: 'PROT_READ' undeclared (first use in this function) scripts/basic/fixdep.c:350: error: 'MAP_PRIVATE' undeclared (first use in this function) scripts/basic/fixdep.c:350: warning: assignment makes pointer from integer without a cast scripts/basic/fixdep.c:357: error: too many arguments to function 'parse_dep_file' scripts/basic/fixdep.c:334: warning: unused variable 'st' scripts/basic/fixdep.c: In function 'traps': scripts/basic/fixdep.c:369: warning: incompatible implicit declaration of built-in function 'fprintf' scripts/basic/fixdep.c:369: error: 'stderr' undeclared (first use in this function) scripts/basic/fixdep.c:371: warning: incompatible implicit declaration of built-in function 'exit' make[1]: *** [scripts/basic/fixdep] Error 1 make: *** [scripts_basic] Error 2 On 12/22/06, Henry Nestler <Hen...@ar...> wrote: > Ken Perl wrote: > > OK, thanks. I don't have the experience to do the compile. Does > > anybody have the complied model for squashfs file system support for > > coLinux kernel 2.6.11-co-0.6.4? I can copy it into my machine. > > I think, nobody has it. Squashfs is not in the vanilla kernel. > > You must not full compile your own coLinux, not all windows daemons. If > you have a gcc 3.4.x in your running linux or coLinux, than follow the > doc/building in source tree (or > http://www.henrynestler.com/colinux/source/0.8.0-doc/building.txt) > from step "4. Build a coLinux kernel" > > After adding the coLinux patches, you need to add the squashfs patches, > and enable the squashfs via 'make menuconfig'. > > Than make a new kernel file vmlinux and your modules. > > -- > Henry Nestler > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Henry N. <Hen...@Ar...> - 2006-12-27 01:00:53
|
Ken Perl wrote: > sorry, I met errors but I don't know what's my problems. I downloaded > Linux Kernel 2.6.11(my current version is 2.6.11-co-0.6.4, so I select > same version), downloaded coLinux0.6.4 source code. That's OK. > and gcc3.4.6. As binary? You can run "gcc --version" and it's say 3.4.6? Or as source? Then you need to build it. This is more difficould, and you should better complete build the colinux from scratch via "./configure --gcc-guest-build ...YourPaths... && make && make kernel" > ~/linux-2.6.11# patch -p1 < ../colinux/patch/linux > > ~/linux-2.6.11# cp ../colinux/conf/linux-config .config > > ~/linux-2.6.7# make oldconfig Perhaps? cd ~/linux-2.6.11 make oldconfig Second: Please check, that your gcc is working. Create a small hello-world.c and compile this with your gcc from your system (Your current gcc from your system. Must not be the gcc3.4.6.) > scripts/basic/fixdep.c:105:23: error: sys/types.h: No such file or directory > scripts/basic/fixdep.c:106:22: error: sys/stat.h: No such file or directory > scripts/basic/fixdep.c:107:22: error: sys/mman.h: No such file or directory > ... Perhaps is mising one of the devel packets for gcc. I'm not a debian crack. Perhaps a gcc-devel, glibc-devel? Ask google about "howto install gcc under debian". Check, that you have the right versions for compiler and tools to build a kernel. I'm not shure, Kernel 2.6 needs a gcc >= 3.x.x on your system. Check this with "gcc --version". The mostly known missing is "ncurses-devel". But you have an other problem before. An alternate: If you have enouth free disk space (2GB), install Fedora Core 5 image file from SourgeForge. There is gcc 3.4 default, and that was used to build colinux. You must install gcc and binutils in the running Fedora coLinux, the binaries exists as rpm. After you have build your kernel and modules, you can copy kernel and modules into your target system (. -- Henry Nestler |
From: Ken P. <ke...@gm...> - 2007-01-02 13:29:20
|
the output of gcc --version is $ gcc-3.4 --version gcc-3.4 (GCC) 3.4.6 (Debian 3.4.6-4) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE is this version ok? I installed libc6-dev then the previous error is gone, but new error looks like this, do you know what's the problem? ~/linux-2.6.11$ make CHK include/linux/version.h SPLIT include/linux/autoconf.h -> include/config/* make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h CHK usr/initramfs_list CC arch/i386/kernel/process.o {standard input}: Assembler messages: {standard input}:923: Error: suffix or operands invalid for `mov' {standard input}:924: Error: suffix or operands invalid for `mov' {standard input}:1131: Error: suffix or operands invalid for `mov' {standard input}:1132: Error: suffix or operands invalid for `mov' {standard input}:1202: Error: suffix or operands invalid for `mov' {standard input}:1203: Error: suffix or operands invalid for `mov' {standard input}:1260: Error: suffix or operands invalid for `mov' {standard input}:1261: Error: suffix or operands invalid for `mov' {standard input}:1342: Error: suffix or operands invalid for `mov' {standard input}:1354: Error: suffix or operands invalid for `mov' make[1]: *** [arch/i386/kernel/process.o] Error 1 make: *** [arch/i386/kernel] Error 2 On 12/27/06, Henry Nestler <Hen...@ar...> wrote: > Ken Perl wrote: > > sorry, I met errors but I don't know what's my problems. I downloaded > > Linux Kernel 2.6.11(my current version is 2.6.11-co-0.6.4, so I select > > same version), downloaded coLinux0.6.4 source code. > > That's OK. > > > and gcc3.4.6. > > As binary? You can run "gcc --version" and it's say 3.4.6? > > Or as source? Then you need to build it. This is more difficould, and > you should better complete build the colinux from scratch via > "./configure --gcc-guest-build ...YourPaths... && make && make kernel" > > > ~/linux-2.6.11# patch -p1 < ../colinux/patch/linux > > > > ~/linux-2.6.11# cp ../colinux/conf/linux-config .config > > > > ~/linux-2.6.7# make oldconfig > > Perhaps? > cd ~/linux-2.6.11 > make oldconfig > > Second: Please check, that your gcc is working. > Create a small hello-world.c and compile this with your gcc from your > system (Your current gcc from your system. Must not be the gcc3.4.6.) > > > scripts/basic/fixdep.c:105:23: error: sys/types.h: No such file or directory > > scripts/basic/fixdep.c:106:22: error: sys/stat.h: No such file or directory > > scripts/basic/fixdep.c:107:22: error: sys/mman.h: No such file or directory > > ... > > Perhaps is mising one of the devel packets for gcc. I'm not a debian > crack. Perhaps a gcc-devel, glibc-devel? Ask google about "howto > install gcc under debian". > > Check, that you have the right versions for compiler and tools to build > a kernel. I'm not shure, Kernel 2.6 needs a gcc >= 3.x.x on your > system. Check this with "gcc --version". > > The mostly known missing is "ncurses-devel". But you have an other > problem before. > > An alternate: > If you have enouth free disk space (2GB), install Fedora Core 5 image > file from SourgeForge. There is gcc 3.4 default, and that was used to > build colinux. You must install gcc and binutils in the running Fedora > coLinux, the binaries exists as rpm. After you have build your kernel > and modules, you can copy kernel and modules into your target system (. > > -- > Henry Nestler > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |
From: Henry N. <Hen...@Ar...> - 2007-01-03 23:08:15
|
Ken Perl wrote: > the output of gcc --version is > > $ gcc-3.4 --version > gcc-3.4 (GCC) 3.4.6 (Debian 3.4.6-4) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE > > is this version ok? Yes, it is. > I installed libc6-dev then the previous error is gone, but new error > looks like this, do you know what's the problem? > > ~/linux-2.6.11$ make > CHK include/linux/version.h > SPLIT include/linux/autoconf.h -> include/config/* > make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. > CHK include/linux/compile.h > CHK usr/initramfs_list > CC arch/i386/kernel/process.o > {standard input}: Assembler messages: > {standard input}:923: Error: suffix or operands invalid for `mov' > {standard input}:924: Error: suffix or operands invalid for `mov' > {standard input}:1131: Error: suffix or operands invalid for `mov' The problem is your version of binutils. What is your version? check it with "as --version". CoLinux kernel can compile with the version, you find in bin/build-common.sh near the "BINUTILS_VERSION=". Check it. In coLinux Source exists some assembler macros with typing "movl %ss", they must type as "mov %ss". The old patch for that was: ============================================================ --- src/colinux/arch/i386/passage.c f8c42e2dd5b0a431b1ac6617ae22e49962d20a3f +++ src/colinux/arch/i386/passage.c 2c25da6cea866e574c0e79552800e29282d3c32f @@ -174,7 +174,7 @@ \ /* save and switch from old esp */ \ " movl %esp, "CO_ARCH_STATE_STACK_ESP"(%ebp)" "\n" \ - " movl %ss, "CO_ARCH_STATE_STACK_SS"(%ebp)" "\n" \ + " mov %ss, "CO_ARCH_STATE_STACK_SS"(%ebp)" "\n" \ \ /* save flags */ \ " movl (%esp), %eax" "\n" \ ================================== I asked Google for "colinux Error: suffix or operands invalid for" and Googles good answer was: http://www.archivesat.com/colinux_users/thread429421.htm ;-) -- Henry Nestler |
From: Henry N. <Hen...@Ar...> - 2007-01-03 23:18:09
|
Henry Nestler wrote: > Ken Perl wrote: >> I installed libc6-dev then the previous error is gone, but new error >> looks like this, do you know what's the problem? >> >> ~/linux-2.6.11$ make >> CHK include/linux/version.h >> SPLIT include/linux/autoconf.h -> include/config/* >> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. >> CHK include/linux/compile.h >> CHK usr/initramfs_list >> CC arch/i386/kernel/process.o >> {standard input}: Assembler messages: >> {standard input}:923: Error: suffix or operands invalid for `mov' >> {standard input}:924: Error: suffix or operands invalid for `mov' >> {standard input}:1131: Error: suffix or operands invalid for `mov' > [...] > > I asked Google for "colinux Error: suffix or operands invalid for" and > Googles good answer was: > http://www.archivesat.com/colinux_users/thread429421.htm ;-) This is a better link of your problem: http://www.nabble.com/Re:-assembler-'movl-ss,-(ebp)'-produce-an-error-for-target-i686-p1034045.html -- Henry Nestler |
From: Henry N. <Hen...@Ar...> - 2007-01-04 01:06:16
Attachments:
colinux-2.6-seg-5.patch
colinux-2.6.11-asm-movl.patch
|
Henry Nestler wrote: > Henry Nestler wrote: >> Ken Perl wrote: >>> >>> ~/linux-2.6.11$ make >>> CHK include/linux/version.h >>> SPLIT include/linux/autoconf.h -> include/config/* >>> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. >>> CHK include/linux/compile.h >>> CHK usr/initramfs_list >>> CC arch/i386/kernel/process.o >>> {standard input}: Assembler messages: >>> {standard input}:923: Error: suffix or operands invalid for `mov' >>> {standard input}:924: Error: suffix or operands invalid for `mov' >>> {standard input}:1131: Error: suffix or operands invalid for `mov' >> [...] >> >> I asked Google for "colinux Error: suffix or operands invalid for" and >> Googles good answer was: >> http://www.archivesat.com/colinux_users/thread429421.htm ;-) > > This is a better link of your problem: > http://www.nabble.com/Re:-assembler-'movl-ss,-(ebp)'-produce-an-error-for-target-i686-p1034045.html > Two patches solves the problem. Please patch they to the kernel after the colinux patches (linux-2.6.11.diff, linux-cloop-module.patch). Tested with binutils (as) 2.16.91 and gcc 3.4.5 for coLinux 0.6.4 Here are the new patches: http://www.henrynestler.com/colinux/patches/stable/0.6.4-2.6.11/colinux-2.6-seg-5.patch http://www.henrynestler.com/colinux/patches/stable/0.6.4-2.6.11/colinux-2.6.11-asm-movl.patch -- Henry Nestler |
From: Ken P. <ke...@gm...> - 2007-01-07 04:10:22
|
I verified those new patches with binutils 2.17-3 & gcc 3.4.6-4, everything works well. I can make & compile modules and modprobe squashfs module success. thank you very much. On 1/4/07, Henry Nestler <Hen...@ar...> wrote: > Henry Nestler wrote: > > Henry Nestler wrote: > >> Ken Perl wrote: > >>> > >>> ~/linux-2.6.11$ make > >>> CHK include/linux/version.h > >>> SPLIT include/linux/autoconf.h -> include/config/* > >>> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. > >>> CHK include/linux/compile.h > >>> CHK usr/initramfs_list > >>> CC arch/i386/kernel/process.o > >>> {standard input}: Assembler messages: > >>> {standard input}:923: Error: suffix or operands invalid for `mov' > >>> {standard input}:924: Error: suffix or operands invalid for `mov' > >>> {standard input}:1131: Error: suffix or operands invalid for `mov' > >> [...] > >> > >> I asked Google for "colinux Error: suffix or operands invalid for" and > >> Googles good answer was: > >> http://www.archivesat.com/colinux_users/thread429421.htm ;-) > > > > This is a better link of your problem: > > http://www.nabble.com/Re:-assembler-'movl-ss,-(ebp)'-produce-an-error-for-target-i686-p1034045.html > > > > Two patches solves the problem. Please patch they to the kernel after > the colinux patches (linux-2.6.11.diff, linux-cloop-module.patch). > > Tested with binutils (as) 2.16.91 and gcc 3.4.5 for coLinux 0.6.4 > > Here are the new patches: > http://www.henrynestler.com/colinux/patches/stable/0.6.4-2.6.11/colinux-2.6-seg-5.patch > http://www.henrynestler.com/colinux/patches/stable/0.6.4-2.6.11/colinux-2.6.11-asm-movl.patch > > -- > Henry Nestler > > > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |