From: Ian L. <Ian...@mq...> - 2004-02-04 06:46:21
|
Ok, I can finally contribute some help back on this topic :) I don't have any problems compiling the 2.4.24 kernel with the 20040131 colinux patch. These are the things that you need to have/do; 1. You've got to use GCC v3 (3.2.2 is what I currently use, 3.2.3 is what Dan uses). RedHat 9 is fine for this. 2. Unpack kernel cd /usr/src tar xvfz ~/linux-2.4.24.tar.gz ln -s linux-2.4.24 linux 3. Apply colinux kernel patch cd /usr/src/linux cat ~/colinux-20040131/patch/linux | patch -p1 4. Build the kernel cd /usr/src/linux make mrproper cp -f ~/colinux-20040131/conf/linux-config ./.config make oldconfig make dep make vmlinux This should all work. Then you may or may not have success with that kernel ... either way, it should build fine/error free. ----- Original Message ----- >From: "Ballard Jonathan" <sac...@ho...> >To: <col...@li...> >Subject: [coLinux-devel] a few .h files not found >Date: Tue, 03 Feb 2004 08:02:21 -0800 > > I tried to compile some of the source and the compiler did not find some header files. > I installed the colinux-20040131 source and the linux-2.4.24 source. > > > linux/cooperative.h > -- i looked but did not find > > asm/page.h > -- I moved ./asm-i386 to ./asm and it works > > linux/autoconf.h > -- i think i have to generate this by hand for a new setup > > > -- Ian Latter Internet and Networking Security Officer Macquarie University Meet me at the Australian Unix and open systems User Group (AUUG) Security Symposium; 2004 http://www.auug.org.au/events/2004/security/ |