">

(original) (raw)

I’ve grabbed the latest libffi that contains support for the ARM processor. I then enable FFI\_CLOSURES in the arm/ffi.c file.

 

When I do this, I get compilation errors that it is missing ffi\_prep\_closure.

 

Is ffi.c up to date for supporting the ARM platform?

 

Not sure if there is a simple configuration change in one of the files that will fix \*everything\* or if ffi.c just doesn’t support ARM yet and so it needs be developed/revamped.

 

Thanks for any help.