Next: Specify the network domain
Up: EPICS Base
Previous: EPICS Base
Contents
You must first let the EPICS Makefiles know where you've installed
the RTEMS development tools and libraries. The default location is
/usr/local/rtems/rtems-4.9.2
If you've installed the RTEMS tools and libraries in a different location and
have not created a symbolic link from
/usr/local/rtems/rtems-4.9.2
to wherever you've installed RTEMS you need to edit the EPICS configuration
file
configure/os/CONFIG_SITE.Common.RTEMS
In this file you'll find the lines
RTEMS_BASE=/usr/local/rtems/rtems-4.9.2
RTEMS_VERSION=4.9.2
while will have to be changed to reflect the directory where you installed RTEMS.
If you installed the RTEMS readline or tecla add-on packages you can
change the EPICSCOMMANDLINE_LIBRARY
definition from EPICS
to
READLINE
or LIBTECLA
, respectively.
If you don't want to use NFS to access remote files you can add
OP_SYS_CFLAGS += -DOMIT_NFS_SUPPORT
Eric Norum
[email protected]
Mon Oct 19 11:30:39 CDT 2009