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: | trouble with custom record |
From: | Heinrich du Toit <[email protected]> |
To: | TechTalk EPICS <[email protected]> |
Date: | Fri, 06 Jul 2007 10:45:26 +0200 |
Ok so I read all the stuff on custom records.. And I think I understand the programming part and how the functions should get called ect ect. But I can't seem to get the things to compile? I have myRecord.dbd with record def inside. dbToRecordH thingy works I have myRecord.c with the code. It can compile fine. But I can't seem to get this to load into the actual ioc. When I try to DBLoadDataBase(myRecord.dbd) then it complains about dbCommon.dbd not available. If I try to load myRecord.dbd as part of my ioc.dbd with the makefile the I get some error in ioc_registerRecordDeviceDriver.cpp if I try to get it to "expand" a new .dbd for my record it complains about menu stuff missing. help?