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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: EPICS 7.0.4.1. Gettings Started under Windows 10 WSYS2 MinGW UCRT 64, Problem with camonitor |
From: | Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Tue, 9 May 2023 09:45:16 +0200 |
I have compiled EPICS 7.0.4.1 following these instructions:
https://docs.epics-controls.org/projects/how-tos/en/latest/getting-started/installation-windows-msys2.html
under Windows 10 MSYS2 MinGW.[...]
[...]
My dev PC has two ethernet cards. The second one has multiple IP4 addresses for communication with lab network and local test equipment.
The set of EPICS env. variables looks like this:
$ printenv | grep EPICSEPICS_CA_ADDR_LIST=192.168.50.222:5065EPICS_HOST_ARCH=windows-x64-mingwEPICS_CA_AUTO_ADDR_LIST=NOEPICS_BASE=C:\Users\AlexK\work\epics\base-R7.0.4.1I think I am close to the target,
EPICS_CA_AUTO_ADDR_LIST=NO
EPICS_CA_ADDR_LIST=192.168.50.255Hope this helps.