next up previous contents
Next: Build EPICS base Up: EPICS Base Previous: Specify the network interface   Contents

Specify the target architectures

The configure/os/CONFIG_SITE.<host_architecture>.Common file specifies the target architectures and board support packages to be supported. For example, I regularly build for a single target:
CROSS_COMPILER_TARGET_ARCHS=RTEMS-mvme2100
If you want to build for multiple RTEMS targets you would change this line to something like
CROSS_COMPILER_TARGET_ARCHS=RTEMS-mvme2100 RTEMS-uC5282 RTEMS-pc386
The format of the target architecture names is RTEMS-bspname, where RTEMS- indicates that the RTEMS development tools and libraries should be used, and bspname is the name of the RTEMS target architecture and board support package used back in section 2.4.4.



Eric Norum
[email protected]
Mon Oct 19 11:30:39 CDT 2009