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: EPICS installed, making ioc, not working... |
From: | "Mooney, Tim M." <[email protected]> |
To: | Chris Eckman <[email protected]>, "[email protected]" <[email protected]> |
Date: | Mon, 20 Apr 2015 17:10:16 +0000 |
You need makeBaseApp.pl -i
Usage: <base>/bin/<arch>/makeBaseApp.pl -h display help on command options <base>/bin/<arch>/makeBaseApp.pl -l [options] list application types <base>/bin/<arch>/makeBaseApp.pl -t type [options] [app ...] create application directories <base>/bin/<arch>/makeBaseApp.pl -i -t type [options] [ioc ...] create ioc boot directories where app Application name (the created directory will have "App" appended) ioc IOC name (the created directory will have "ioc" prepended) Tim Mooney ([email protected]) (630)252-5417
Software Services Group (www.aps.anl.gov) Advanced Photon Source, Argonne National Lab From: [email protected] [[email protected]] on behalf of Chris Eckman [[email protected]]
Sent: Monday, April 20, 2015 11:47 AM To: [email protected] Subject: EPICS installed, making ioc, not working... Hello All,
I have recently installed EPICS on my laptop and it *seems* to be installed correctly and work, when I do:
mkdir test
cd test
makeBaseApp -t example test
It creates folders and files that are:
configure Makefile testApp
Running make will create:
bin configure db dbd include lib
Makefile testApp
The blue represents the folders (you know, as you would see it in terminal, also I hope it shows up for people)...
Maybe I'm mistaken, but I thought there should of been an "iocBoot" with an st.cmd in it, but I did not see it, even checking in the folders...
Anyone know what is happening?
I know when I run st.cmd it will run the IOC and put me into EPICS world. But I need to get there first... Thanks!
Thanks!
Chris
|