Cross Compiling Environments

Since Version 1.2, Jamaica has much better support for cross compilers. Every Jamaica system now supports multiple targets. To see what targets are supported by your distribution of JamaicaVM, call jamaica -XavailableTargets. A certain distribution of JamaicaVM never contains binaries for all supported platforms, because there are many possibly combinations and thus, the distributions would become rather large.

To generate code for another platform then the default target system, use the -target option. For example, you can always generate code for the host system by calling jamaica -target=host ...