EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  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  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: asyn build unsuccessful
From: Mark Rivers <[email protected]>
To: "Kankiya, Prerana" <[email protected]>, "[email protected]" <[email protected]>
Date: Thu, 25 Sep 2014 01:55:22 +0000
Hi Prerana,

I think your problemis probably this line in serialTest/configureRELEASE

ASYN = /home/cfsd/pkankiya/EPICS/base-3.14.12.4/modules/asyn4-21/asyn

I think this should probably be:
ASYN = /home/cfsd/pkankiya/EPICS/base-3.14.12.4/modules/asyn4-21

i.e. it should not have the final /asyn.  ASYN should point to the top-level of asyn, which should look like this:

corvette:~/devel/asyn>ls
LLICENSE   asyn  configure  dbd            include  lib          opi        testApp                testConnectApp  testErrorsApp  testGpibSerialApp  testManagerApp
Makefile  bin   db         documentation  iocBoot  makeSupport  templates  testAsynPortDriverApp  testEpicsApp    testGpibApp    testIPServerApp    testUsbtmcApp

Try that and see if it works.  If not then please send a directory listing of /home/cfsd/pkankiya/EPICS/base-3.14.12.4/modules/asyn4-21

Mark


________________________________________
From: Kankiya, Prerana [[email protected]]
Sent: Wednesday, September 24, 2014 8:15 PM
To: Mark Rivers; [email protected]
Subject: RE: asyn build unsuccessful

Hi Mark,


- The path to EPICS base
/home/cfsd/pkankiya/EPICS/base-3.14.12.4

- The path to asyn
/home/cfsd/pkankiya/EPICS/base-3.14.12.4/modules/asyn4-21/asyn

- The path to serialTest
/home/cfsd/pkankiya/EPICS/base-3.14.12.4

Please send the contents of the following file:

serialTest/configure/RELEASE
attached.


and send a directory listing of

asyn/dbd

asyn.dbd                      devAsynInt16Array.dbd       devAsynRecord.dbd         drvAsynIPPort.dbd      testAsynPortDriver.dbd  testManager.dbd
asynRecord.dbd                devAsynInt32.dbd            devAsynUInt32Digital.dbd  drvAsynSerialPort.dbd  testEpics.dbd
devAsynFloat32Array.dbd       devAsynInt32Array.dbd       devEpics.dbd              drvGsIP488.dbd         testErrors.dbd
devAsynFloat64.dbd            devAsynInt32TimeSeries.dbd  devGpib.dbd               drvNi1014.dbd          testGpib.dbd
devAsynFloat64Array.dbd       devAsynInt8Array.dbd        devTestBlock.dbd          drvVxi11.dbd           testGpibSerial.dbd
devAsynFloat64TimeSeries.dbd  devAsynOctet.dbd            devTestGpib.dbd           test.dbd               testIPServer.dbd

I can provide any other information you suggest Thank you for helping out.

Best,
Prerana



________________________________
From: [email protected] [[email protected]] on behalf of Prerana Kankiya [[email protected]]
Sent: Wednesday, September 24, 2014 4:42 PM
To: [email protected]
Subject: Fwd: asyn build unsuccessful

Hi ,

I wanted to share the build errors I have been getting when trying to get a basic asyn app going.

1. First I installed the EPICS base package and build the base without errors
2. I installed asyn under a modules directory in the base package.
3. Then I followed instructions here <http://www.aps.anl.gov/epics/modules/soft/asyn/AsynRecordControl/AsynRecordControl.html>
4. When I try to execute step 4 , I get these errors

make -C ./configure install
make[1]: Entering directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. T_A=linux-x86_64 install
make[2]: Entering directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/configure/O.linux-x86_64'
perl ../../../bin/linux-x86_64/convertRelease.pl checkRelease
make[2]: Leaving directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/configure/O.linux-x86_64'
make[1]: Leaving directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/configure'
make -C ./serialTestApp install
make[1]: Entering directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp'
make -C ./src install
make[2]: Entering directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp/src'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. T_A=linux-x86_64 install
make[3]: Entering directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp/src/O.linux-x86_64'
echo "../O.Common/serialTestInclude.dbd : ../Makefile" >> serialTest.dbd.d
Expanding dbd
Can't open include file "drvVxi11.dbd"
Error at or before ""drvVxi11.dbd"" in file "../O.Common/serialTestInclude.dbd" line 2
dbExpand: Input errors, no output generated
make[3]: *** [../O.Common/serialTest.dbd] Error 1
make[3]: Leaving directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp/src/O.linux-x86_64'
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp/src'
make[1]: *** [src.install] Error 2
make[1]: Leaving directory `/cfs/ad/pkankiya/EPICS/base-3.14.12.4/serialTest/serialTestApp'
make: *** [serialTestApp.install] Error 2


I am guessing I am building from wrong directory. Kindly suggest.

Thank you,
Prerana






References:
Fwd: asyn build unsuccessful Prerana Kankiya
RE: asyn build unsuccessful Mark Rivers
RE: asyn build unsuccessful Kankiya, Prerana

Navigate by Date:
Prev: RE: asyn build unsuccessful Kankiya, Prerana
Next: does anyone use s7-nodave driver? Silver
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: asyn build unsuccessful Kankiya, Prerana
Next: does anyone use s7-nodave driver? Silver
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·