I don't think it will work yet though because they removed the taskVarLib which we use, and there may be other issues too.
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
# CONFIG_SITE.Common.vxWorksCommon
|
|
#
|
|
# Site specific definitions for vxWorks target builds.
|
|
# Only the local epics system manager should modify this file
|
|
|
|
# Compiler options can vary with the vxWorks version number, so we
|
|
# need to know that. However don't include any third-level digits
|
|
# (e.g. the .2 in 5.5.2) because we don't need them.
|
|
|
|
# Note: vxWorks 5.4.x (Tornado 2.0.x) is not supported
|
|
|
|
VXWORKS_VERSION = 5.5
|
|
#VXWORKS_VERSION = 6.0
|
|
#VXWORKS_VERSION = 6.1
|
|
#VXWORKS_VERSION = 6.2
|
|
#VXWORKS_VERSION = 6.3
|
|
#VXWORKS_VERSION = 6.4
|
|
#VXWORKS_VERSION = 6.5
|
|
#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.
|
|
# Under vxWorks 6.x this is *not* the same as the old VX_DIR setting
|
|
|
|
WIND_BASE = /usr/local/vw/tornado22-$(ARCH_CLASS)
|
|
#WIND_BASE = /usr/local/vw/vxWorks-$(VXWORKS_VERSION)
|
|
#WIND_BASE = /ade/vxWorks/$(VXWORKS_VERSION)
|
|
|
|
|
|
# WorkBench Version number, if you're using vxWorks 6.x
|
|
|
|
#WORKBENCH_VERSION = 2.6
|
|
#WORKBENCH_VERSION = 3.0
|
|
#WORKBENCH_VERSION = 3.2
|
|
#WORKBENCH_VERSION = 3.3
|
|
|
|
|
|
# Utilities Version number, required from vxWorks 6.8 and later
|
|
|
|
#UTILITIES_VERSION = 1.0
|