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: 'System.dbd' in EPICS base |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Mogamad Amien Crombie <acrombie at tlabs.ac.za> |
Cc: | EPICS Tech-Talk <tech-talk at aps.anl.gov> |
Date: | Mon, 6 Apr 2020 15:28:14 +0000 |
Hi Amien, On Apr 4, 2020, at 2:20 AM, Mogamad Amien Crombie via Tech-talk <tech-talk at aps.anl.gov> wrote:
You can of course make any changes you like to the code in your Base installation before you build it. We don’t have a build configuration flag that adds system.dbd to all IOCs, so the easiest way for you to achieve this would be to edit the file
Base-3.15.x/src/std/softIoc/base.dbd or Base-7.0/modules/database/src/std/softIoc/base.dbd and add a line
include “system.dbd” to the end of that file. Personally I would handle that requirement slightly differently though – our operational IOCs all build with a locally developed support module that provides common standard facilities, and I would put that kind of setting
into our iocStdSoft.dbd file instead of modifying base.dbd
HTH,
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|