[plt-scheme] FFI and ARM

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Apr 7 07:11:42 EDT 2007

At Sat, 07 Apr 2007 10:58:22 +0100, John Kozak wrote:
> drscheme 352 builds and seems to run nicely out of the box on my shiny
> new Nokia N800, except that foreign.c compilation fails for the ARM
> target (i.e. the unit itself rather than an emulation dev env) thus:
> [...]
> Looking at the FFI code, there doesn't seem to be an ARM directory,
> which presumably explains it!  Could this be sorted out easily?

There should be an ARM directory as "src/foreign/gcc/libffi/src/arm/".

Anything suspicious in the `configure' output, or does it seem to
recognize the platform in the FFI part?

Matthew



Posted on the users mailing list.