From: Carlos A.S. O. <oli...@uf...> - 2004-03-16 22:47:34
|
Hi, I compiled a new kernel after applying patches, and saved in the colinux directory. When I try to boot it up, I get the following error: colinux: loading configuration from default.colinux.xml daemon: creating monitor daemon: symbol _kernel_start not found daemon: symbol colinux_start not found daemon: error initializing daemon: daemon cleanup Removing kernel driver Stopping driver service Removing driver service Daemon failed: -4 Does anyone knows what is going wrong? -Carlos |
From: Dan A. <da...@co...> - 2004-03-17 19:23:04
|
On Tue, Mar 16, 2004 at 05:47:36PM -0500, Carlos A.S. Oliveira wrote: > I compiled a new kernel after applying patches, and saved in > the colinux directory. > > When I try to boot it up, I get the following error: > > colinux: loading configuration from default.colinux.xml > daemon: creating monitor > daemon: symbol _kernel_start not found > daemon: symbol colinux_start not found According to the output above it appears that you didn't apply the coLinux patch. -- Dan Aloni da...@co... |
From: Carlos A.S. O. <oli...@uf...> - 2004-03-17 22:39:08
|
You are right. I did something stupid when applying the patch. However, after patching the code, I get errors, like the following: linux-2.4.24/include/asm/cooperative.h:90: warning: unnamed struct/union that defines no instances linux-2.4.24/include/asm/cooperative.h:100: field `params' has incomplete type What version of gcc are you using? Mine is gcc version 2.95.4 20011002 (Debian prerelease) -carlos +---------------------------------------------8<--------------+ |Carlos A.S. Oliveira - Ph.D. Candidate |ISE dept. University of Florida |oli...@uf... - http://grove.ufl.edu/~oliveira +---------------------------------------------8<--------------+ On Wed, 17 Mar 2004, Dan Aloni wrote: > On Tue, Mar 16, 2004 at 05:47:36PM -0500, Carlos A.S. Oliveira wrote: > > > I compiled a new kernel after applying patches, and saved in > > the colinux directory. > > > > When I try to boot it up, I get the following error: > > > > colinux: loading configuration from default.colinux.xml > > daemon: creating monitor > > daemon: symbol _kernel_start not found > > daemon: symbol colinux_start not found > > According to the output above it appears that you didn't > apply the coLinux patch. > > -- > Dan Aloni > da...@co... > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
From: Dan A. <da...@co...> - 2004-03-18 21:43:24
|
On Wed, Mar 17, 2004 at 05:39:29PM -0500, Carlos A.S. Oliveira wrote: > You are right. I did something stupid when applying the patch. However, > after patching the code, I get errors, like the following: > > linux-2.4.24/include/asm/cooperative.h:90: warning: unnamed > struct/union that defines no instances > > linux-2.4.24/include/asm/cooperative.h:100: field `params' has incomplete type If you have read the ChangeLog, you'd notice that the latest patch from the snapshots is against 2.4.25. -- Dan Aloni da...@co... |
From: Gregor M. <mi...@ra...> - 2004-03-18 10:27:15
|
Hi Carlos, > linux-2.4.24/include/asm/cooperative.h:100: field `params' has incomplete type > > What version of gcc are you using? Mine is > gcc version 2.95.4 20011002 (Debian prerelease) I got a similar error when I used gcc v2.95.x. With version 3.3 the kernel could be compiled without errors. (Z)aep@colinux:~> gcc --version gcc (GCC) 3.3.3 20040125 (prerelease) (Debian) Copyright (C) 2003 Free Software Foundation, Inc. This is the version from the Debian-testing release. --Gregor |
From: Carlos A.S. O. <oli...@uf...> - 2004-03-18 20:30:16
|
Thanks for the information, it now works. -Carlos +---------------------------------------------8<--------------+ |Carlos A.S. Oliveira - Ph.D. Candidate |ISE dept. University of Florida |oli...@uf... - http://grove.ufl.edu/~oliveira +---------------------------------------------8<--------------+ On Thu, 18 Mar 2004, Gregor Mitsch wrote: > Hi Carlos, > > > linux-2.4.24/include/asm/cooperative.h:100: field `params' has incomplete type > > > > What version of gcc are you using? Mine is > > gcc version 2.95.4 20011002 (Debian prerelease) > > I got a similar error when I used gcc v2.95.x. > > With version 3.3 the kernel could be compiled without errors. > > (Z)aep@colinux:~> gcc --version > gcc (GCC) 3.3.3 20040125 (prerelease) (Debian) > Copyright (C) 2003 Free Software Foundation, Inc. > > This is the version from the Debian-testing release. > > --Gregor > |