52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
# CONFIG_SITE.Common.RTEMS
|
|
#
|
|
# Site-specific information for all RTEMS targets
|
|
#-------------------------------------------------------
|
|
|
|
# Where to find RTEMS, and what version is it
|
|
#
|
|
# RTEMS_BASE must point to the specific installation of RTEMS to
|
|
# build the target code with.
|
|
# RTEMS_VERSION is used in the path to the toolsets inside that
|
|
# installation. For RTEMS 5 only the major version number is
|
|
# used, but for RTEMS 4.10.2 say all 3 components are required.
|
|
#
|
|
|
|
# FHI:
|
|
#RTEMS_VERSION = 5
|
|
#RTEMS_BASE = /home/h1/DBG/rtems
|
|
#RTEMS_BASE = /home/ad/MVME6100/rtems/$(RTEMS_VERSION)
|
|
#RTEMS_BASE = /opt/RTEMS/qoriq/rtems/$(RTEMS_VERSION)
|
|
|
|
# APS:
|
|
#RTEMS_VERSION = 4.10.2
|
|
#RTEMS_BASE = /usr/local/vw/rtems/rtems-4.10.2
|
|
#RTEMS_VERSION = 5
|
|
#RTEMS_BASE = /usr/local/vw/rtems/rtems-5.1
|
|
|
|
# PSI:
|
|
RTEMS_BASE = /opt/rtems/$(RTEMS_VERSION)
|
|
|
|
# Cross-compile toolchain in $(RTEMS_TOOLS)/bin
|
|
#
|
|
RTEMS_TOOLS = $(RTEMS_BASE)
|
|
|
|
# Link Generic System loadable objects instead of full executable.
|
|
#
|
|
# A GeSys object is similar to a shared library. It can be (un)loaded
|
|
# at runtime by the Generic System loader which is available as a
|
|
# patch against RTEMS.
|
|
USE_GESYS = NO
|
|
|
|
# If you're using neither BOOTP/DHCP nor FLASH to pick up your IOC
|
|
# network configuration you must uncomment and specify your Internet
|
|
# Domain Name here
|
|
#
|
|
#OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=<domainname>
|
|
|
|
# Select the command-line-input library to use
|
|
#
|
|
COMMANDLINE_LIBRARY = EPICS
|
|
#COMMANDLINE_LIBRARY = LIBTECLA
|
|
#COMMANDLINE_LIBRARY = READLINE
|