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: No rule to make target '../../../lib/linux-x86_64/libstream.a' error. |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | Peter Pitfield <pitfieldp at gmail.com>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 21 Sep 2023 18:03:58 +0000 |
Hi Peter, That error means that the build system could not find the stream library. From the -I in the g++ command it looks like you have defined the location of stream as /home/raphael/EPICS/support/stream/StreamDevice in your configure/RELEASE
file. Is there a libstream.so in /home/raphael/EPICS/support/stream/StreamDevice/lib/linux-x86_64? If not then perhaps you have not built stream yet or you have specified the wrong path in configure/RELEASE? The name of your IOC sounds like you may be using LabJack devices. If so you may be interested to know that there is an EPICS LabJack module with pretty complete support for the T4, T7, T7-PRO, and T8. https://github.com/epics-modules/labjack Can you send a more exact URL to the Getting Started walkthrough? I didn’t see if browsing epics-controls.org. Cheers, Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Peter Pitfield via Tech-talk Hello everyone, |