Hi Annick,

�Probably (others will correct me if I am wrong ;-)) that the easiest is to write a VM plugin, add it in your ARM-based VM and recompile it.

Cheers,

Luc


#Luc


2013/10/30 Esteban Lorenzano <estebanlm@gmail.com>
Hi Annick,�

Rapsberry (ARM) does not supports FFI either (current implementation is x86 architecture).�

Esteban


On Oct 30, 2013, at 5:41 AM, Annick Fron <info@afceurope.com> wrote:

My problem is that the Raspberry does not support native boost (as yet !).
Where can I load the old FFI ?

Le 29 oct. 2013 � 16:57, Igor Stasenko <siguctua@gmail.com> a �crit :




On 29 October 2013 16:27, Annick Fron <info@afceurope.com> wrote:
Hi

I want to launch a simple init with the following C signature :

void gst_init (int *argc, char **argv[])

If I write

<apicall: void 'gst_init' (int*, char**) module: 'blabla'>

I get a Smalltalk syntax error

Annick Fron


To use this syntax, you must load old FFI implementation.
Or use NativeBoost:

init: intarg with: chararg
 <primitive: 'primitiveNativeCall' module: 'NativeBoostPlugin'>
self nbCall: 'void gst_init (int * intarg, char ** chararg)' module: 'blaba'


--
Best regards,
Igor Stasenko.