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: db folder |
From: | Ralph Lange <[email protected]> |
To: | Patrick Thomas <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Wed, 23 Sep 2009 20:52:33 -0400 |
If you build the example application that is part of base, it will contain examples (hence the name) for IOC databases, state machines, a CA client,... and will show you the necessary entries in the Makefiles to create stuff. The "Getting Started" chapter of the Application Developer's Guide has more details. Cheers, Ralph On 23.09.2009 18:38 Patrick Thomas wrote:
I'm sorry, I don't quite follow, where do I put the .db files that will be loaded by the ioc? Do I have to put something in one of the Makefiles?Andrew Johnson wrote:On Wednesday 23 September 2009 16:23:54 Patrick Thomas wrote:Does makeBaseApp -t ioc normally create a db folder in the top directory, or does that get made by the user?Neither; directories such bin, db, dbd, doc, html, include, and lib will get created at build time when make has something that needs to be installed in the relevant directory. Note that if you do a 'make distclean' at the top level, these directories *and their contents* will be deleted, so it is a bad idea to add files to them manually as they might not have a very long life.HTH, - Andrew