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: Problem with Sequencer |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Dudley, David" <dudleyd at frib.msu.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 15 Apr 2025 21:01:55 +0000 |
Hi David, You are getting this error:
/home/dudleyd/WORK/EPICS/iocs/AggTestIOC/AggTestApp/src/O.linux-x86_64/AggTest_registerRecordDeviceDriver.cpp:304: undefined reference to `pvar_func_AggregationTestRegistrar' However, none of the files you sent contain the string AggregationTest. There must be a dbd file being included that includes AggregationTestRegistrar, and AggregationTest is not included in a .st or .stt
file. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Dudley, David via Tech-talk OK, Now I’m back to the error that started this whole thing. I have a *.stt file to be added to an IOC. The file will comple and operate correctly as a program …. Sort of- Now, is where the fun begins- I want to add the program into the IOC. Went through the stuff on getting it included, and setup to compile in. It compiles correctly, but when the makefile gets down to linking……….. It says it can’t find the “registrar” function, I think… Here is the make log I’m also including the sequencer program, the Makefile, and the .dbd file as well. Help would be appreciated. Later- David |