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: | Missing DLL entry points in PV utils on windows-x64-mingw? |
From: | Eloise de Castelnau via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 28 Oct 2022 00:59:21 +0000 |
Hello – I recently installed epics on my windows PC for the first time and am running IOC’s with asyn, stream, calc, and I’m able to use caget and caput for channel access without issue. However, running pvlist within msys causes it to just fail
silently, and running the .exe returns these warnings – it seems like a few of the pvinfo/pvdata DLL’s don’t build correctly. The issue originally presented with base 7.0.4, and then I built fresh on 7.0.7 and saw the same issue. Has anyone ever had this issue
on mingw? Transcription of one of the errors [ it opens a myriad of similar dialogs referencing missing entry points in pv****.dll files but I’ve just copied one of them since I don’t imagine the specific entry points are at issue] in case the image doesn’t
carry through: “pvlist.exe – Entry Point Not Found The procedure entry point _ZNSt7__cxx1118basic_stringstreamlcSt11char_traitslcEsalcEEC1Ev could not be located in the dynamic link library C:\msys64\home\Eloise\base-7.0.7\bin\windows-x64-mingw\pvData.dll” Thanks! Eloise de Castelnau |