33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# CONFIG_SITE.Common.vxWorksCommon
|
|
#
|
|
# Site specific definitions for vxWorks target builds.
|
|
|
|
# Compiler options can vary with the vxWorks version number, so we
|
|
# need to know that. Do not include any third-level digits.
|
|
|
|
# Note: vxWorks 5.4.x and 5.5.x (Tornado 2.x) are not supported.
|
|
# VxWorks 6.0 through 6.5 use older, untested versions of GCC.
|
|
|
|
#VXWORKS_VERSION = 6.6
|
|
#VXWORKS_VERSION = 6.7
|
|
#VXWORKS_VERSION = 6.8
|
|
VXWORKS_VERSION = 6.9
|
|
|
|
|
|
# Sites may override the following path for a particular host
|
|
# architecture by adding it to an appropriate
|
|
# CONFIG_SITE.$(EPICS_HOST_ARCH).vxWorksCommon file.
|
|
|
|
# WIND_BASE is where you installed the Wind River software.
|
|
|
|
#WIND_BASE = /usr/local/vw/tornado22-$(ARCH_CLASS)
|
|
#WIND_BASE = /usr/local/vw/vxWorks-$(VXWORKS_VERSION)
|
|
#WIND_BASE = /ade/vxWorks/$(VXWORKS_VERSION)
|
|
WIND_BASE = /opt/VxWorks/VxWorks$(VXWORKS_VERSION)
|
|
|
|
# For the license counter
|
|
export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH:%=%:)$(WIND_BASE)/lmapi-5.0/$(WIND_HOST_TYPE)/lib
|
|
|
|
softIoc_LDFLAGS += -whole-archive
|
|
softIocPVA_LDFLAGS += -whole-archive
|