From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8g4X-0003DQ-Sb for qemu-devel@nongnu.org; Wed, 11 Jul 2007 13:33:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8g4W-0003D8-QB for qemu-devel@nongnu.org; Wed, 11 Jul 2007 13:33:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8g4W-0003D3-Ln for qemu-devel@nongnu.org; Wed, 11 Jul 2007 13:33:52 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8g4W-00052E-BQ for qemu-devel@nongnu.org; Wed, 11 Jul 2007 13:33:52 -0400 From: Rob Landley Subject: Re: [Detaolb-devel] [Qemu-devel] ANN: DetaolB v0.4 is released Date: Wed, 11 Jul 2007 13:33:49 -0400 References: <46d6db660706291658n4e267e6aoe6adee31524187a2@mail.gmail.com> <46d6db660707110634g7f6d4adeqb142c0b71e8bffc@mail.gmail.com> In-Reply-To: <46d6db660707110634g7f6d4adeqb142c0b71e8bffc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707111333.49852.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian MICHON Cc: Blue Swirl , uClibc , qemu-devel@nongnu.org, detaolb-devel@lists.sourceforge.net On Wednesday 11 July 2007 9:34:17 am Christian MICHON wrote: > I just managed a compilation of bash-3.2 using ncurses-5.6 and > uClibc-0.9.29 inside a qemu-system-sparc (native compilation, > no cross compilation). > > "ldd ./bash" points naturally to libdl.so.0, libc.so.0, ld-uClibc.so.0 > > ./bash > Segmentation fault When you get that kind of segmentation fault, see if "hello world" segfaults too. (In general, when building with a new toolchain, new C library, new kernel, new root filesystem packaging method, or a new system in general, if anything goes wrong back up a few steps and make sure "hello world" works before trying to debug anything fancier.) > I do not have gdb compiled yet... I'll check soon with busybox > ash, since I recompiled uClibc with the sched_affinity patch. Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.