From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7SFT-0000Qd-RJ for qemu-devel@nongnu.org; Tue, 02 Dec 2008 05:12:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7SFR-0000QR-6k for qemu-devel@nongnu.org; Tue, 02 Dec 2008 05:12:54 -0500 Received: from [199.232.76.173] (port=47760 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7SFQ-0000QO-Uz for qemu-devel@nongnu.org; Tue, 02 Dec 2008 05:12:53 -0500 Received: from rv-out-0708.google.com ([209.85.198.241]:39584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7SFQ-0002yY-Mw for qemu-devel@nongnu.org; Tue, 02 Dec 2008 05:12:52 -0500 Received: by rv-out-0708.google.com with SMTP id f25so2793691rvb.22 for ; Tue, 02 Dec 2008 02:12:50 -0800 (PST) Message-ID: <5391e10b0812020212j3e55fbdfk5b34e948e810622b@mail.gmail.com> Date: Tue, 2 Dec 2008 15:42:50 +0530 From: "Himanshu Singh Chauhan" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Cannot launch application with qemu-mips 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 Hi, I downloaded MIPS toolchain from Denx website. I compiled a hello world application with the tool chain. When I run this application with qemu-mips, it gives me /lib/ld.so.1: no such file or directory error. I ran this command: qemu-mips -L ./opt/eldk ./test -cpu 4Kc The ld.so.1 is actually located in ./opt/eldk/mips_4Kc/lib. When I hexdump'ed the application, it is referring to /lib/ld.so.1. Is this an issue with the toolchain? How do I run this. I want to learn MIPS assembly, I had been using SPIM for now. But I want to get into real syntax of GNU as. So I was trying this. Please help. Best Regards --Himanshu