From 303bc702b2220440372f4b10f8b629df87aa24d8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 7 Sep 2011 12:16:50 -0500 Subject: [PATCH] documentation/README: We now require vxWorks 5.5 or later --- documentation/README.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/documentation/README.html b/documentation/README.html index e48e91fd3..862d488ec 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -88,15 +88,18 @@ as processes on the host platform.

vxWorks
- You must have vxWorks installed if any of your target systems are - vxWorks systems. This provides the cross-compiler and header files - needed to build for these target systems. The absolute path to and version - number of the vxWorks installation is normally specified in the - base/configure/os/CONFIG_SITE.Common.vxWorksCommon file. Consult the EPICS web - pages about vxWorks - 5.x and vxWorks - 6.x and the vxWorks documentation for information about configuring your - vxWorks operating system for use with EPICS.

+ You must have vxWorks 5.5.x or 6.x installed if any of your target systems are + vxWorks systems; the C++ compiler for vxWorks 5.4 is now too old to support. + The vxWorks installation provides the cross-compiler and header files needed to + build for these targets. The absolute path to and the version number of the + vxWorks installation must be set in the + base/configure/os/CONFIG_SITE.Common.vxWorksCommon file or in one of its + target-specific overrides.

+ +

Consult the vxWorks + 5.x or vxWorks + 6.x EPICS web pages about and the vxWorks documentation for information + about configuring your vxWorks operating system for use with EPICS.

RTEMS
For RTEMS targets, you need RTEMS core and toolset version 4.9.2 or later.