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 | 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: | osdWireConfig.h |
From: | "Jeff Hill" <[email protected]> |
To: | "'EPICS core-talk'" <[email protected]> |
Date: | Mon, 27 Aug 2007 18:34:14 -0600 |
All, I committed today a preliminary version of osdWireConfig.h
based configuration of the byte swapping code for CA in base. Executive Summary: The osdWireConfig.h in
libCom/osi/os/default will work for many UNIX-like OS, but I have needed to define
specialized versions so far for WIN32, vxWorks, and Solaris. The default case
appears to be working on Linux (working includes correctly configuring the fp
word order). I think that it would be good to look for a beta test site for the
new approach when targeting Linux ARM NWFP. I didn’t test RTEMS but based on what I see on the web
the default version just might work. The other UNIX versions in base {HPUX, OSF, Darwin, freebsd,
interix, osf, sgi, sun4} are untested at this time. Jeff |