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: "Kankiya, Prerana" <[email protected]>
To: Mark Rivers <[email protected]>, "[email protected]" <[email protected]>
Date: Thu, 25 Sep 2014 01:15:24 +0000
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




# RELEASE - Location of external support modules
#
# IF YOU MAKE ANY CHANGES to this file you must subsequently
# do a "gnumake rebuild" in this application's top level
# directory.
#
# The build process does not check dependencies against files
# that are outside this application, thus you should do a
# "gnumake rebuild" in the top level directory after EPICS_BASE
# or any other external module pointed to below is rebuilt.
#
# Host- or target-specific settings can be given in files named
#  RELEASE.$(EPICS_HOST_ARCH).Common
#  RELEASE.Common.$(T_A)
#  RELEASE.$(EPICS_HOST_ARCH).$(T_A)
#
# This file should ONLY define paths to other support modules,
# or include statements that pull in similar RELEASE files.
# Build settings that are NOT module paths should appear in a
# CONFIG_SITE file.

TEMPLATE_TOP=$(TOP)/../templates/makeBaseApp/top

# If using the sequencer, point SNCSEQ at its top directory:
#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq

# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=$(TOP)/..

# Set RULES here if you want to take build rules from somewhere
# other than EPICS_BASE:
#RULES=/path/to/epics/support/module/rules/x-y
ASYN = /home/cfsd/pkankiya/EPICS/base-3.14.12.4/modules/asyn4-21/asyn

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

Navigate by Date:
Prev: RE: asyn build unsuccessful Mark Rivers
Next: RE: asyn build unsuccessful Mark Rivers
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 Mark Rivers
Next: RE: asyn build unsuccessful Mark Rivers
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 ·