any successfull ghc registerised builds on arm?

Nathan Hüsken nathan.huesken at posteo.de
Thu Jan 24 18:06:16 CET 2013


On 01/24/2013 05:51 PM, Stephen Paul Weber wrote:
(...)
> 
> So... it can't find memcpy for some reason?
> 
> I'm about to try with llvm-3.2 to see if that's different.
> 

I had similar problems with mkfifo. I believe the reason was, that in
the android nkd mkfifo is inlined.

The solution for me was to wrap mkfifo (in a function I called __mkfifo)
and used that one from the ffi instead.

But the symbol not found is __aeabi_memcpy, not memcpy itself ...
I can not find __aeabi_memcpy in the ghc source ...
Maybe it is not linking some required library?



More information about the Glasgow-haskell-users mailing list