On Sun, Oct 27, 2013 at 1:07 PM, Răzvan Rotaru razvan.rotaru@gmail.com wrote:
Hi,
I'd like to cross compile a scheme app for OpenWRT (MIPS architecture). Has anyone attempted to do this? How can I approach this?
The main problem is that I can't have a running MIPS system in a virtual machine. So cross-compilation seems to be the only option.
I haven't tackled this sort of problem myself, but presumably you would use gsc -link to compile the Scheme files to C and generate a link file, and then pass those to your C cross-compiler.
--Jeff