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: Problem compiling epicsOnce.cpp |
From: | Mark Rivers <[email protected]> |
To: | "'Eric Norum'" <[email protected]>, EPICS tech-talk <[email protected]> |
Date: | Tue, 16 Feb 2016 22:44:30 +0000 |
Others had that same problem building base 3.14.12.1. http://www.aps.anl.gov/epics/tech-talk/2011/msg00964.php The problem is presumably fixed in more recent versions of EPICS base. Can you upgrade to a more recent version? Mark From: [email protected] [mailto:[email protected]]
On Behalf Of Eric Norum The APEX project here is using R3.14.12.1 with EPICS_HOST_ARCH=linux-x86_64. Everything up until now has been built with gcc-4.4.6. I’m now trying to get the Galil motor support running. This requires a more modern GCC to support the
std=c++11 option. I’ve installed gcc-4.9.3, but when I try to rebuild base I get:
I’ve tried rebuilding just the Galil support module with gcc-4.9.3 and linking against the gcc-4.4.6-compiled version of base, but this core dumps when attempting to start an IOC. Differences in the C++ runtime, I expect. Suggestions? -- |