EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <2026 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  <2026
<== Date ==> <== Thread ==>

Subject: RE: Error message of StreamDevice while making it.
From: "Xin, Susheng via Tech-talk" <tech-talk at aps.anl.gov>
To: Mark Rivers <rivers at cars.uchicago.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Peter Sx <xinss0017 at gmail.com>, "dirk.zimoch at psi.ch" <dirk.zimoch at psi.ch>
Date: Wed, 14 Jan 2026 19:34:40 +0000

Hi Mark,

 

Thank you so much for helping! As Dirk mentioned that the error might related to the build of the EPICS base. So I just rebuild the latest epics base v7.0.10 and all the other modules related to Streamdevice. And then I re-compiled the Streamdevice. It went though without error. I will test it on Friday and keep you posted.

Best Regards

 

Susheng

 

 

From: Mark Rivers <rivers at cars.uchicago.edu>
Sent: Wednesday, January 14, 2026 2:11 PM
To: tech-talk at aps.anl.gov; Peter Sx <xinss0017 at gmail.com>
Cc: Xin, Susheng <sxin at bnl.gov>
Subject: Re: Error message of StreamDevice while making it.

 

Hi Susheng, Note that you don't actually need to build streamApp in order to use StreamDevice in your IOCs. It is just an example IOC. I simply comment out this line in the top-level Makefile. #DIRS += streamApp Mark From: Tech-talk <tech-talk-bounces@aps.anl.gov>

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

Hi Susheng,

 

Note that you don't actually need to build streamApp in order to use StreamDevice in your IOCs. It is just an example IOC.  I simply comment out this line in the top-level Makefile.

 

#DIRS += streamApp

Mark

 

 


From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Peter Sx via Tech-talk <tech-talk at aps.anl.gov>
Sent: Wednesday, January 14, 2026 9:14 AM
To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Cc: Xin, Susheng <sxin at bnl.gov>
Subject: Error message of StreamDevice while making it.

 

Good Morning,

 

I got errors while I am install the StreamDevice. Does the asyn verion cause the problem. I am using the asyn R4-46 from github. Thank you!

 

Susheng

 

/usr/bin/ld: streamApp_registerRecordDeviceDriver.o: in function `_GLOBAL__sub_I_streamApp_registerRecordDeviceDriver':
/usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt16ArrayAai'
/usr/bin/ld: streamApp_registerRecordDeviceDriver.o: in function `__static_initialization_and_destruction_0':
/usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynFloat32ArrayAai'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt32ArrayAai'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynFloat64ArrayAai'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt64ArrayAai'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt8ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt16ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynFloat32ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt32ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynFloat64ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:109: undefined reference to `pvar_dset_asynInt64ArrayAao'
/usr/bin/ld: /usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64/streamApp_registerRecordDeviceDriver.cpp:320: undefined reference to `pvar_dset_asynInt8ArrayAai'
collect2: error: ld returned 1 exit status
make[2]: *** [/usr/lib/epics//configure/RULES_BUILD:227: streamApp] Error 1
make[2]: Leaving directory '/usr/lib/epics_support/StreamDevice/streamApp/O.linux-x86_64'
make[1]: *** [/usr/lib/epics//configure/RULES_ARCHS:58: install.linux-x86_64] Error 2
make[1]: Leaving directory '/usr/lib/epics_support/StreamDevice/streamApp'
make: *** [/usr/lib/epics//configure/RULES_DIRS:85: streamApp.install] Error 2
 


References:
Error message of StreamDevice while making it. Peter Sx via Tech-talk
Re: Error message of StreamDevice while making it. Mark Rivers via Tech-talk

Navigate by Date:
Prev: Re: Error message of StreamDevice while making it. Mark Rivers via Tech-talk
Next: Re: Configuration of the RGA200 communication baud rate Charter via Tech-talk
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  <2026
Navigate by Thread:
Prev: Re: Error message of StreamDevice while making it. Mark Rivers via Tech-talk
Next: Query: Protocol & Module Recommendations for 500k-Point Waveform Data Integration into EPICS lvhh--- via Tech-talk
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  <2026
ANJ, 19 Mar 2026 · Home · News · About · Talk · Base · Modules · Extensions ·
· Distributions · Download · Documents · Links · Licensing ·