From: Henry N. <hen...@ar...> - 2009-05-27 22:25:22
|
Vladislav Grishenko wrote: > I think it's related with gcc 4.3 installed, but didn't get deeply down into > it > 1. Binutils 2.17.50 compilation could be fixed with binutils update up to > 2.19.1 > 2. Kernel 2.6.22.18 compilation could be fixes according > http://linux.derkeiler.com/Mailing-Lists/Kernel/2007-11/msg03242.html > svn patches are attached We need nearest version as possible of the gcc from mingw and the kernel gcc to avoid problems from parameter ABI. Have you also rebuild the Windows exe files? If you have localy an other GCC, then please setup the coLinux build environment with "./configure --gcc-guest-build". That creates a gcc for kernel and for Windows from same source. That should also work on Debian 5.0 (Lenny). "gcc-4.2.0-binutils-2.17.50.patch" and "gcc-4.2.2-binutils-2.18.50.patch" from http://www.henrynestler.com/colinux/patches/devel are two tested variants of newer gcc/binutils. The latest official version for mingw is gcc 4.2.1 and binutils-2.18.50-20080109-2 ( http://sourceforge.net/news/?group_id=2435 ) Be carefully with gcc 4.3 and older kernels. "GCC 4.3.0 Exposes a Kernel Bug" ( http://it.slashdot.org/article.pl?sid=08/03/18/2335206 ) The mingw team only have a pre "alpha" of gcc 4.3.0 ( http://sourceforge.net/forum/forum.php?forum_id=820558 ) -- Henry N. |