From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58153 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcN84-0004tB-Qc for qemu-devel@nongnu.org; Fri, 23 Jul 2010 14:37:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcN0C-0006mY-NT for qemu-devel@nongnu.org; Fri, 23 Jul 2010 14:29:45 -0400 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:61868 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcN0C-0006lx-Eu for qemu-devel@nongnu.org; Fri, 23 Jul 2010 14:29:44 -0400 Date: Fri, 23 Jul 2010 22:29:05 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] Error -8 while loading file In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Evan Kroske Cc: qemu-devel@nongnu.org On Fri, 23 Jul 2010, Evan Kroske wrote: > I'm trying to test my new mips toolchain by compiling a simple test > script and running it with qemu-mips. When I try to test my script > with the command "qemu-mips [script name]", I get this error: "Error > -8 while loading [script name]". What does error -8 mean? What could > cause it? Please CC all responses to me; I'm not subscribed to the > mailing list. Thanks. > Negated error number (as in errno). ~$ sed -n '/8/{p;q}' /usr/include/asm-generic/errno-base.h #define ENOEXEC 8 /* Exec format error */ -- mailto:av1474@comtv.ru