Re: [leaf-user] buildtool produces bad kernel

2005-02-06 Thread Eric Spakman
Hello, Buildtool compiles the kernel with gcc-3.x instead of gcc-2.95 nowadays, that's why kgcc isn't necessary anymore. Because of this you also have to use the kernel modules that are compiled with buildtool. You can't mix gcc-2.95 and gcc-3.x kernel modules, that's probably why you get a

Re: [leaf-user] buildtool produces bad kernel

2005-02-06 Thread cpu memhd
Hi, thank you very much. That explains it. The question now is, what core packages will I have to rebuild? __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com

Re: [leaf-user] buildtool produces bad kernel

2005-02-06 Thread Eric Spakman
At least modules.lrp and if you are using a initrd with ide modules, you have to rebuild initrd.lrp and root.lrp. Eric Spakman Hi, thank you very much. That explains it. The question now is, what core packages will I have to rebuild? __ Do you Yahoo!? All

Re: [leaf-user] buildtool produces bad kernel

2005-02-06 Thread cpu memhd
Thanks again. I was able to build package initrd, but not root or modules: - There is no modules package according to 'buildtool.pl describe'; how do I build modules.lrp? - I tried building root and it bombed out with an undefined reference to crypt: make[1]: Entering directory

[leaf-user] buildtool produces bad kernel

2005-02-05 Thread cpu memhd
How does one go about building a working kernel? I ran: ./buildtool.pl build kernel I then tried booting both bzimage-2.4.26 and bzimage-2.4.26-upx and both gave me oops/kernel panics after initializing the IDE controller is seems. ./buildtool.pl describe says kgcc is required to build a