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