qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu-mipsel problem GC_INIT()


From: Dragoslav Sicarov
Subject: [Qemu-devel] qemu-mipsel problem GC_INIT()
Date: Thu, 2 Jun 2011 10:09:36 +0200

Hi,
I'm using qemu-mipsel user-mod, and i have a problem with GC_INIT();

I wrote this simple program

#include<gc.h>
int main ()
{
        GC_INIT();
}

and I compiled for mipsel.

When I start executable file I got segmentation fault in qemu user-mode.
Same executable file work on qemu system mipsel.

How do I resolve this problem?

Best regards, Dragoslav Sicarov.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]