[xsde-users] QNX binary lib

Boris Kolpackov boris at codesynthesis.com
Mon Oct 26 10:01:19 EDT 2009


Hi Todd,

Todd Peterson <acheesehead at gmail.com> writes:

> Does this lib exist for download? Or, are there instructions for building
> for QNX?

There are two components in the XSD/e distribution: the compiler itself 
(bin/xsde) and the runtime library (libxsde) that is used by the generated 
code. The XSD/e compiler is not available for the QNX native development
environment. It is normally executed on a host development platform (e.g.,
Linux or Windows) on which cross-compilation is performed. Or you can just
generate the code on any Linux or Windows box and copy it over to the QNX 
target for compilation.

The runtime library (libxsde) can be built natively on a QNX target or
cross-compiled from a Linux or Windows box. The instructions on how to 
build libxsde are in the INSTALL file that comes with the binary
distributions (for QNX use the GNU make section):

http://www.codesynthesis.com/products/xsde/download.xhtml

There are also a number of sample configuration files for QNX in the
etc/qnx/ directory.

Boris



More information about the xsde-users mailing list