Create RXF Library

You can use a CreateRXFLibrary project in your Workspace which you can use when building your application like for example GettingStarted. This library project must support the Build Configurations Debug and Release with the following options set:


Most of the RXF sources can be compiled into a library, but some not. The files RxfConstants.h and RxfDimensions.h are generated per Rhapsody model - for example the size of an event queue is model specific. Therefore some RXF files must be compiled with your application project, which means you must exclude these from the build process in a RXF library project. Furthermore, some files may be project specific and therefore should be build as part of your application.

You must exclude the following files from being build:

GettingStarted_syslib

Because there are references to include files which reside in the GettingStarted_syslib project, you must rebuild that first (both build configurations). project must support the Build Configurations Debug and Release with the following options set:
If the syslib does not match your device, please do as follows (we use the DBC3C40 Cyclone III eva board as example):


embOS does not support a separate exception stack so leave this unchecked.






Copyright (c) Willert Software Tools GmbH. All rights reserved.