Experimental Physics and Industrial Control System
Hi Chanaka
On Saturday, February 15, 2014 19:56:34 L. C. De Silva wrote:
> make[3]: Entering directory
> `/home/sysuser/epics.3.14.12.1/fgt_sc/snmpApp/src/O.linux-x86' echo
> "../O.Common/modbus.dbd : ../Makefile" >> modbus.dbd.d
> Expanding dbd
> /home/sysuser/epics/base-3.14.12.3/bin/linux-x86/dbExpand -I. -I..
> -I../O.Common -I../../../dbd -I/home/sysuser/epics/base-3.14.12.3/dbd
> -I/home/sysuser/epics/synApps_5_7/support/seq-2-1-13/dbd
> -I/home/sysuser/epics/synApps_5_7/support/asyn-4-21//dbd
> -I/home/sysuser/epics/soft/modules/caPutLog-3.3.3//dbd -o modbus.dbd
> ../modbusInclude.dbd perl
> /home/sysuser/epics/base-3.14.12.3/bin/linux-x86/makeIncludeDbd.pl
> caPutLogInclude.dbd Usage:
> makeIncludeDbd.pl infile1 [ infile2 infile3 ...] outfile
>
> Error: "makeIncludeDbd.pl caPutLogInclude.dbd": No input files
> specified make[3]: *** [../O.Common/caPutLogInclude.dbd] Error 2
From the Makefile:
> # install devXxxSoft.dbd into <top>/dbd
> DBD += devSnmp.dbd
> DBD += modbus.dbd
> DBD += modbusSupport.dbd
> DBD += caPutLog.dbd
This tells make that it should generate a file named caPutLog.dbd (and
modbusSupport.dbd etc), which is probably not what you want. Instead you
want to *use* the existing dbd (e.g. the one from the caPutlog module)
to include it in your IOC's dbd file:
> # snmp.dbd will be made up from these files:
> snmp_DBD += base.dbd
>
> snmp_DBD += devSnmp.dbd
snmp_DBD += caPutLog.dbd
PS: you might want to send questions like this to [email protected]
-- it often turns out that the problem is not specific to the particular
module (as in this case).
Cheers
Ben
--
"Make it so they have to reboot after every typo." ― Scott Adams
Attachment:
signature.asc
Description: This is a digitally signed message part.
- Navigate by Date:
- Prev:
Re: record processing time Vishnu Patel
- Next:
AW: EPICS/ModbusTCP communication with Rockwell Micro 850 PLC Mathes, Hermann-Josef (IKP)
- 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
- Navigate by Thread:
- Prev:
RE: EPICS/ModbusTCP communication with Rockwell Micro 850 PLC Mark Rivers
- Next:
RE: record processing time Dalesio, Leo
- 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