From: William S. <wst...@po...> - 2000-08-15 00:33:35
|
Good day, Jeff, On Thu, 10 Aug 2000, Jeff Dike wrote: > The user-mode port of 2.4.0-test6 is available. I had to make a quick patch to get it to compile; do I have libc.a in a non-standard location? diff -bud linux-2.4.0-test6.uml/arch/um/kernel/Makefile.orig linux-2.4.0-test6.uml/arch/um/kernel/Makefile --- linux-2.4.0-test6.uml/arch/um/kernel/Makefile.orig Mon Aug 14 19:34:49 2000 +++ linux-2.4.0-test6.uml/arch/um/kernel/Makefile Mon Aug 14 20:09:03 2000 @@ -41,7 +41,7 @@ gcc -D__KERNEL__ $(USER_CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< unmap_fin.o : unmap.o - ld -r -o $@ $< -lc + ld -r -L/usr/lib -o $@ $< -lc $(LIB): $(OBJS) $(OX_OBJS) rm -f $@ Once applied, I get ... Initializing random number generator... done. Recovering nvi editor sessions... done. INIT: Entering runlevel: 2 Initializing random number generator... done. Recovering nvi editor sessions... done. INIT: Entering runlevel: 2 Kernel panic: Kernel mode fault at addr 0x53409f94, ip 0x10034f7d Hangup Adding debug brings up the gdb window, but I'm not good enough with gdb to figure out what to do. Sorry. I do know enough about the process to know that the addr/ip pair isn't enough to find the problem without System.map. I'd be happy to provide that if it's useful, but I suspect you've got enough crashes of your own. Cheers, - Bill --------------------------------------------------------------------------- "Assuming that piece of ear weighed about 1/2 an ounce, Bill [Gates] could afford to eat 443.39 pounds of Evander Holyfield if he were so inclined." -=- http://web.quuxuum.org/~evan/bgnw.html (Courtesy of James Mastros <ro...@je...>) -------------------------------------------------------------------------- William Stearns (wst...@po...). Mason, Buildkernel, named2hosts, and ipfwadm2ipchains are at: http://www.pobox.com/~wstearns LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com -------------------------------------------------------------------------- |