From: Dan A. <da...@gm...> - 2004-02-09 21:32:56
|
On Mon, Feb 09, 2004 at 07:19:33PM +1000, Ian Latter wrote: > Hello Dan, > > I've included all of the details I can think to .. I've also attached > the kernel that this combination produced. Let me know if you > need something/anything else. You are using gcc 3.2. I use gcc 3.3 to compile all code for coLinux, including vmlinux and linux.sys. There could be a binary incompatibility between the version of your gcc (3.2) and the gcc that linux.sys was compiled against (3.3). My current compilers versions: [23:22 pts/10,callisto ~]% gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.3 20040125 (prerelease) (Debian) [23:24 pts/10,callisto ~]% i686-pc-cygwin-gcc -v Reading specs from /usr/local/w32build/lib/gcc-lib/i686-pc-cygwin/3.3.2/specs Configured with: ./configure --target=i686-pc-cygwin --prefix=/usr/local/w32build --enable-languages=c,c++ Thread model: single gcc version 3.3.2 -- Dan Aloni da...@gm... |