Re: 2.6.2 kernel questions
"Tom 'spot' Callaway" <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Organization | Red Hat |
| Message-ID | <1076302948.2478.10.camel@zorak> |
On Sat, 2004-02-07 at 19:00 -0600, Paul Kester wrote: > Upon compile it appears to hiccup during compilation on the file > /usr/src/linux2.6.2/arch/sparc64/kernel/setup.c Are you using the stock Aurora 1.0 compiler? I'm pretty sure gcc 2.96 will chew up and spit out 2.6.*. I think 2.6 needs gcc 3.2 or greater. > First question is whether or not thats an acceptable fix or if that will destroy > other stuff on down the road. No, I'm pretty sure thats bad. I've never had to do that in my test builds. sparc64 is actually in pretty good shape in 2.6. > Third question is inside silo i tried to pass the debug option to the kernel > and I still don't get any debugging output and wondered what .config options > are bare minimum required to actually get some useful info at what stage in > the process its dieing. I'm not sure yet whether its related or unrelated > that im running the ultra1 as a headless machine connecting via a serial > cable which works on the updated version of 2.4.20-2.31sparc kernel. Well, you probably want to boot with -p to get more debugging info at that stage, but the issues are almost definitely related to the compiler if you're using 2.96. > Fourth question is at what point in the kernel version did the make bzImage > option get deprecated? I'm not sure if it really matters performance wise > loading a compressed image vs a non compressed image but i did notice that > bzImage wasn't a valid target inside the top level Makefile sparc/sparc64 has never had bzImage as a valid target. In fact, I'm pretty sure that x86 is the only arch that does. sparc doesn't need a compressed kernel, because it has to be uncompressed into memory before booting anyways. In 2.6, you can do "make image" instead. ~spot --- Tom "spot" Callaway <tcallawa(a)redhat*com> LCA, RHCE Red Hat Sales Engineer || Aurora SPARC Linux Project Leader "The author's mathematical treatment of the conception of purpose is novel and highly ingenious, but heretical and, so far as the present social order is concerned, dangerous and potentially subversive. Not to be published." -- Aldous Huxley's "Brave New World" _______________________________________________ Aurora-sparc-devel mailing list [email protected] http://lists.auroralinux.org/mailman/listinfo/aurora-sparc-devel Aurora FAQ: http://www.ecs.soton.ac.uk/~mas01r/aurorafaq.html