This is bug <a href="https://ghc.haskell.org/trac/ghc/ticket/7695">https://ghc.haskell.org/trac/ghc/ticket/7695</a> and I've been bitten by it on an iconv-starved embedded system (PowerPC) for which I cross-compiled "Hello World" years ago.<br><br>Cheers,<div><br></div><div>   Gabor<br><br>Em sábado, 15 de agosto de 2015, Luka Rahne <<a href="mailto:luka.rahne@gmail.com">luka.rahne@gmail.com</a>> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It turns out that issue is due to some locale settings and having<br>
impropper/not having locale setting just freeze runtime. Temporary<br>
solution is using ascii marshaling functions<br>
<br>
myPrintStrLn  str  = withCAString str c_myprint<br>
<br>
Basic stuff now works. I will have to figure out how to fix this<br>
locale issue. Binding for library will be ready soon.<br>
<br>
On 14 August 2015 at 19:20, Luka Rahne <<a href="javascript:;" onclick="_e(event, 'cvml', 'luka.rahne@gmail.com')">luka.rahne@gmail.com</a>> wrote:<br>
> Hello everyone I am new here and I have build crosscompiler for<br>
> RedPitaya (<a href="http://redpitaya.com" target="_blank">http://redpitaya.com</a>), but now i am unable to run hello<br>
> world. (main = putStrLn "hello world")<br>
><br>
> Running with +RTS -Gg -RTS prints out bunch of data.<br>
> What I think is going on is that GC consumes all memory.<br>
><br>
> Here is one output on device. (using larger heap just takes more time<br>
> and produces longer output)<br>
><br>
> <a href="https://gist.github.com/ra1u/ab7ab0c23b86436a09ae" target="_blank">https://gist.github.com/ra1u/ab7ab0c23b86436a09ae</a><br>
><br>
> In qemu everything is working fine.<br>
><br>
> here is ghc verbose output for compilation<br>
> <a href="https://gist.github.com/ra1u/ed376dc81ea21cd5a66b" target="_blank">https://gist.github.com/ra1u/ed376dc81ea21cd5a66b</a><br>
><br>
> If somebody has some pointers to share i would be very happy.<br>
><br>
> best regards, Luka Rahne<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'ghc-devs@haskell.org')">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>