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: Issues Installing Galil EPICS Drivers – sscan & seq Dependencies Not Building |
From: | Jonathan Hai via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 10 Mar 2025 17:38:50 +0000 |
Subject: Follow-up: Issues Installing Galil EPICS Drivers –
seq &
sscan Still Not Building
Hi Kasemir,
I appreciate the help so far regarding my Galil motor driver installation issues. I've followed the advice given and have attempted multiple fixes, but I’m still unable to get the required dependencies (
seq and
sscan ) to build.
Recap of the Issue
Steps I Have Taken So Far
1. Verified
e_flex and antelope Exist in EPICS Base
2. Checked for
lexer.l in seq
3. Checked for
flex.skl (Skeleton File Required by e_flex )
4. Installed System
flex and bison as an Alternative
5. Rebuilt EPICS Base
Current Issues & Questions
I really appreciate any further guidance on this! Thanks again for your time.
When you build epics base, that generates base/bin/…./antelope and e_flex, so basically yacc and (f)lex. Do you have the base/bin/HOST_ARCH folder on your PATH? Then it should find those when building the other modules
When you build epics base, that generates base/bin/…./antelope and e_flex, so basically yacc and (f)lex. Do you have the base/bin/HOST_ARCH folder on your PATH? Then it should find those when building the other modules
|