* [Qemu-devel] Error -8 while loading file
@ 2010-07-23 18:04 Evan Kroske
2010-07-23 18:29 ` malc
0 siblings, 1 reply; 2+ messages in thread
From: Evan Kroske @ 2010-07-23 18:04 UTC (permalink / raw)
To: qemu-devel
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.
--
Evan Kroske
http://welcome2obscurity.blogspot.com/
The personal blog of Evan Kroske,
novice software developer.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Error -8 while loading file
2010-07-23 18:04 [Qemu-devel] Error -8 while loading file Evan Kroske
@ 2010-07-23 18:29 ` malc
0 siblings, 0 replies; 2+ messages in thread
From: malc @ 2010-07-23 18:29 UTC (permalink / raw)
To: Evan Kroske; +Cc: qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-23 18:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 18:04 [Qemu-devel] Error -8 while loading file Evan Kroske
2010-07-23 18:29 ` malc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).