From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnHRw-0007ed-Az for qemu-devel@nongnu.org; Sat, 08 Jan 2005 09:20:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnHRn-0007bi-As for qemu-devel@nongnu.org; Sat, 08 Jan 2005 09:20:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnHRl-0007Yk-FZ for qemu-devel@nongnu.org; Sat, 08 Jan 2005 09:20:05 -0500 Received: from [212.238.201.82] (helo=xi.wantstofly.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnHA7-0003V6-RQ for qemu-devel@nongnu.org; Sat, 08 Jan 2005 09:01:52 -0500 Date: Sat, 8 Jan 2005 15:01:51 +0100 From: Lennert Buytenhek Subject: Re: [Qemu-devel] qemu-arm dynamically linked binary problem Message-ID: <20050108140151.GA25672@xi.wantstofly.org> References: <20041231182126.GA29948@xi.wantstofly.org> <200501051520.35978.paul@codesourcery.com> <20050105154834.GG20925@xi.wantstofly.org> <200501051640.19489.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501051640.19489.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, Jan 05, 2005 at 04:40:18PM +0000, Paul Brook wrote: > I've just tired qemu CVS head, and that also works for me. > > However I'll I did need to rebuild from a clean source tree, > ie "make clean && make" after changing things. > There are obviously missing makefile dependencies somewhere. I did that as well. It seems that it doesn't matter which gcc version I use for compiling the app. I can use gcc 3.4.2 compiled apps just fine, as long as I use the glibc 2.1.3 dynamic linker. If I copy the glibc 2.3.2 ld.so into my chroot (over the 2.1.3 one) things just go splat. I'll play around with some other combinations as well. --L