[xsde-users] Build for ARM Platform

Boris Kolpackov boris at codesynthesis.com
Thu Oct 25 05:17:36 EDT 2012


Hi Varun,

Varun Gupta <varun85gupta at gmail.com> writes:

> I am working on an ARM platform and need to test Code-Synthesis on the
> platform. Would it be possible to build a binary for the ARM-CC platform?

To add to what Eric has suggested:

Normally, a mobile/embedded application for ARM is not built directly
on the target platform (there could be exceptions but that's the general
rule). Rather, it is cross-compiled on a general-purpose computer (often
called development machine), such as Linux or Windows.

So to use XSD/e with this setup, you will need to download the XSD/e
package for that general-purpose OS that you are using on your 
development machine. This package will include the XSD/e compiler
binary that you can run on this development machine. It also
contains source code for the XSD/e runtime library (libxsde) that
you will need to compile with your C++ cross-compiler for the ARM
target. For more information on how to do this see the INSTALL file
in the XSD/e package.

Boris



More information about the xsde-users mailing list