EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS R3.14.9 experiences
From: Andrew Johnson <[email protected]>
To: "Rees, NP (Nick)" <[email protected]>
Cc: EPICS core-talk <[email protected]>
Date: Wed, 20 Dec 2006 15:04:14 -0600
Rees, NP (Nick) wrote:

Am I missing something? My first build of a VxWorks IOC using
R3.14.9-pre2 gave the following on boot:

Ditto here, thanks for pointing that out - both Janet and I have been testing on other architectures, although we would have caught it soon. I resolved it in my copy with the attached patch, although Jeff may wish to commit a modified version to CVS.

- Andrew
--
There is considerable overlap between the intelligence of the smartest
bears and the dumbest tourists -- Yosemite National Park Ranger
Index: templateInstances.cpp
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/src/ca/templateInstances.cpp,v
retrieving revision 1.5.2.5
diff -u -b -r1.5.2.5 templateInstances.cpp
--- templateInstances.cpp	12 Oct 2004 17:12:02 -0000	1.5.2.5
+++ templateInstances.cpp	20 Dec 2006 21:01:27 -0000
@@ -34,6 +34,7 @@
 #include "msgForMultiplyDefinedPV.h"
 #include "repeaterClient.h"
 #include "hostNameCache.h"
+#include "comBuf.h"
 
 #ifdef _MSC_VER
 #   pragma warning ( push )
@@ -68,6 +69,13 @@
 template class tsFreeList < repeaterClient, 0x20 >;
 template class epicsSingleton < localHostName >;
 template class epics_auto_ptr < epics_auto_ptr < class searchTimer >, eapt_array >;
+template unsigned comBuf :: push ( const double * pValue, unsigned nElem );
+template unsigned comBuf :: push ( const float * pValue, unsigned nElem );
+template unsigned comBuf :: push ( const int * pValue, unsigned nElem );
+template unsigned comBuf :: push ( const short * pValue, unsigned nElem );
+template comBuf :: popStatus comBuf :: pop ( unsigned int & returnVal );
+template comBuf :: popStatus comBuf :: pop ( unsigned short & returnVal );
+template comBuf :: popStatus comBuf :: pop ( unsigned char & returnVal );
 
 
 #ifdef _MSC_VER

References:
EPICS R3.14.9 experiences Rees, NP (Nick)

Navigate by Date:
Prev: Re: C++ Exceptions from CAC-UDP on exit Andrew Johnson
Next: Re: EPICS on Tru64unix and HP-UX Andrew Johnson
Index: 2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: EPICS R3.14.9 experiences Rees, NP (Nick)
Next: RE: Status Report Jeff Hill
Index: 2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·