1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Base R3.14.10-RC2 Released |
From: | Till Straumann <[email protected]> |
To: | Andrew Johnson <[email protected]> |
Cc: | EPICS tech-talk <[email protected]> |
Date: | Fri, 10 Oct 2008 15:20:08 -0700 |
The way rtemsTicksPerSecond and friends are defined and initialized still breaks our way of using EPICS at SLAC where we use run-time loading similar to vxWorks.
I'd suggest to define these variables in a separate file (under libCom/osi/os/RTEMS) and initialize them e.g., via a C++ global constructor.
Thanks -- Till
The second release candidate of EPICS Base 3.14.10 is now available for general download and testing. If nobody finds any showstopper bugs before Friday October 17th, this code (with possible cosmetic changes) will become the official R3.14.10 release.
Please read the Release Notes if you haven't been trying out the CVS snapshots or the earlier pre-releases, since there have been many changes since R3.14.9 came out. Note that the SNC/Sequencer version 2.0.12 is required for use with this version of Base.
The tarfile containing the source code for this version is at http://www.aps.anl.gov/epics/download/base/baseR3.14.10-RC2.tar.gz
Documentation is at http://www.aps.anl.gov/epics/base/R3-14/10.php
- Andrew