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:av1...@comtv.ru

Reply via email to