From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeXZS-00012L-TX for qemu-devel@nongnu.org; Fri, 12 May 2006 09:20:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeXZR-00010K-BY for qemu-devel@nongnu.org; Fri, 12 May 2006 09:20:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeXZR-000109-5z for qemu-devel@nongnu.org; Fri, 12 May 2006 09:20:41 -0400 Received: from [68.230.240.33] (helo=eastrmmtao06.cox.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeXbB-0004l9-Ct for qemu-devel@nongnu.org; Fri, 12 May 2006 09:22:29 -0400 Message-ID: <27012665.1147440040434.JavaMail.root@eastrmwml07.mgt.cox.net> Date: Fri, 12 May 2006 9:20:40 -0400 From: Ben Taylor Subject: Re: [Qemu-devel] qemu-0.8.1 and Solaris-10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: sol10x86@cox.net, 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 ---- Ishwar Rattan wrote: > I was able to compile the qemu-cvs code with Taylor's > patches applied. I did not see a qemu executable? Is it > the same as qemu/aprc-softmmu/qemu-system-sparc? When > I try to use it it keeps complaining that it can't > load:: > > /usr/local/share/qemu/proll.elf: No such file or directory > qemu: could not load prom '/usr/local/share/qemu/proll.bin' > > I know I have not installed it in /usr/local as I do not > have the privileges but should this file be somewhere > in the qemu/* (where it was compiled)? Why don't you try installing it in your home directory, ie ./configure --prefix=/home/myhome/mqemu ..... Qemu expects things to be installed, even if your debugging things, otherwise you have use a bunch of flags to tell qemu where to find the components. Ben