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
Sent: Tuesday, April 15, 2025 12:42 PM
To: tech-talk at aps.anl.gov
Subject: Problem with Sequencer
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