[plt-scheme] FFI and ARM
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