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: ../../bin/linux-x86_64/testIOC: bad interpreter: No such file or directory |
From: | Valentyn Stadnytskyi via Tech-talk <[email protected]> |
To: | Mark Rivers <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Sun, 17 Nov 2019 21:40:28 -0600 |
Thank you Mark! On a similar note: If one does everything according to these instructions from https://epics-controls.org/resources-and-support/documents/getting-started/ mkdir -p $HOME/EPICS/TEST/testIoc cd $HOME/EPICS/TEST/testIoc makeBaseApp.pl -t example testIoc makeBaseApp.pl -i -t example testIoc make cd iocBoot/ioctestIoc chmod u+x st.cmd You get a st.cmd file with curly brackets instead of parenthesis for {TOP} and {IOC}. I don’t know where this is generated and where to report the bug. See the file below. This is minor but for someone who does it for the first time and never seen EPICS shell but be a big slowdown. ~/EPICS/IOCs/testIoc/iocBoot/ioctestIoc$ more st.cmd #!../../bin/linux-x86_64/testIoc #- You may have to change testIoc to something else #- everywhere it appears in this file < envPaths cd "${TOP}" ## Register all support components dbLoadDatabase "dbd/testIoc.dbd" testIoc_registerRecordDeviceDriver pdbbase ## Load record instances dbLoadTemplate "db/user.substitutions" dbLoadRecords "db/testIocVersion.db", "user=femtoland" dbLoadRecords "db/dbSubExample.db", "user=femtoland" #- Set this to see messages from mySub #var mySubDebug 1 #- Run this to trace the stages of iocInit #traceIocInit cd "${TOP}/iocBoot/${IOC}" iocInit ## Start any sequence programs #seq sncExample, "user=femtoland"
|