EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Error in installing asyn driver
From: Keith Thorne <[email protected]>
To: nalaka samarasinghe <[email protected]>
Cc: [email protected]
Date: Wed, 26 Dec 2012 07:20:05 -0600
Dear Nalaka

I am an EPICS user, not developer.  But I think I can help here.

To convert ipSNCServer.st to ipSNCServer.o for asyn, you need to
 first install the sequencer and SNL (State Notation Language) compiler.

- Look in EPICS modules list for sequencer (Now maintained by BESSY staff)
http://www-csr.bessy.de/control/SoftDist/sequencer/

Once you install that, edit the configure/RELEASE file so the SNCSEQ macro points to that installation location

			Keith Thorne

On Dec 25, 2012, at 11:20 AM, nalaka samarasinghe wrote:

> 
> 
> 
> Dear Sir,
> 
> When i am trying to build asyn package,following error appears. Please kindly let me know where i have gone wrong.I have successfully installed EPICS base.
> 
> Thanks & Regards,
> 
> Nalaka Samarasinghe
> 
> Please see the output  below:
> 
> 
> nalaka@nalaka-laptop:~/opt1/epics/modules$ cd asyn
> nalaka@nalaka-laptop:~/opt1/epics/modules/asyn$ make
> make -C ./configure install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure'
> perl /home/nalaka/opt1/epics/base/bin/linux-x86/convertRelease.pl checkRelease
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/configure'
> make -C ./makeSupport install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/makeSupport'
> make -C ./asyn install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/asyn'
> make -C ./testApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testApp'
> make -C ./testGpibApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibApp'
> make -C ./testGpibSerialApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp/src'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testGpibSerialApp'
> make -C ./testEpicsApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/src'
> make -C ./Db install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db/O.linux-x86'
> make[3]: Nothing to be done for `install'.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db/O.linux-x86'
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp/Db'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testEpicsApp'
> make -C ./testManagerApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp'
> make -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp/O.linux-x86'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp/O.linux-x86'
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testManagerApp'
> make -C ./testIPServerApp install 
> make[1]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp'
> make -C ./src install 
> make[2]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src'
> make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install
> make[3]: Entering directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src/O.linux-x86'
> make[3]: *** No rule to make target `ipSNCServer.o', needed by `libtestIPServerSupport.a'.  Stop.
> make[3]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src/O.linux-x86'
> make[2]: *** [install.linux-x86] Error 2
> make[2]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp/src'
> make[1]: *** [src.install] Error 2
> make[1]: Leaving directory `/home/nalaka/opt1/epics/modules/asyn-4.10/testIPServerApp'
> make: *** [testIPServerApp.install] Error 2
> nalaka@nalaka-laptop:~/opt1/epics/modules/asyn$ 
> 
> 



------
Keith Thorne <[email protected]>
CDS Software Engineer
LIGO Livingston Laboratory
Livingston, LA 70754
Phone: (225)686-3168 Fax: (225)686-7189



References:
Error in installing asyn driver nalaka samarasinghe

Navigate by Date:
Prev: Error in installing asyn driver nalaka samarasinghe
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Error in installing asyn driver nalaka samarasinghe
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024