
24 Jan
2013
24 Jan
'13
5:06 p.m.
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?