EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: RE: about Tektronix TDS3000 series oscilloscopesdevice device support
From: "Kim, Kukhee" <[email protected]>
To: "'liushu'" <[email protected]>, <[email protected]>
Date: Tue, 8 Mar 2005 17:24:16 +0900
Dear xuepeng;

Have you insert some of user flags in your Makefile to describe the location
asyn driver as the following?

USR_INCLUDE += -I$(AYSN_DRIVER_PATH)/include
USR_DBDFLAGS += -I$(ASYN_DRIVER_PATH)/dbd
asyn_DIR += $(ASYN_DRIVER_PATH)/lib/$(T_A)

And you can also add asyn library for your application as the follwing.

<you_application_name>_LIBS += asyn


Good luck!

Best regards,
Kukhee Kim

March 8, 2005
-------------------------------

Kukhee Kim
Instrument & Control, KSTAR
Korea Basic Science Institute
52 Yeoeun-dong, Yusung-gu, Daejeon 305-333
Korea
Email: [email protected]
Tel: +82 42 870 1616     Fax: +82 42 870 1609      Cell: +82 17 513 4849

 

-----Original Message-----
From: liushu [mailto:[email protected]] 
Sent: Tuesday, March 08, 2005 5:00 PM
To: [email protected] <[email protected]> <[email protected]
Subject: about Tektronix TDS3000 series oscilloscopesdevice device support

tech-talk,hi!

     Hello, everyone!
     I'm installing Tektronix TDS3000 series oscilloscopesdevice device
support based epics base3.14.6. I did it by Mr.Nick DiMonte's helping
document on the "EPICS"
homepage(http://www.aps.anl.gov/epics/modules/instrument/tds3000/index.html)
, But i met the following error, Can anyone help me?
     By the way, I've installed "asynDriver" successfully just like Mr.Marty
Kraimer's method.(http://www.aps.anl.gov/epics/modules/soft/asyn/index.html)
     Thank you!
     Best regards!
 
xuepeng from IHEP, China




[zz2@zz tds3000]$ gmake
gmake -C configure install
gmake[1]: Entering directory `/home/zz2/xuepengApp/tds3000/configure'
perl /home/zz2/epics3.14.6/base-3.14.6/configure/tools/convertReleasepl -h
linux-x86 checkRelease
perl /home/zz2/epics3.14.6/base-3.14.6/configure/tools/makeMakefile.pl
O.linux-x86 ../..
mkdir O.Common
gmake -C O.linux-x86 -f ../Makefile TOP=../.. T_A=linux-x86 install
gmake[2]: Entering directory
`/home/zz2/xuepengApp/tds3000/configure/O.linux-x86'
perl /home/zz2/epics3.14.6/base-3.14.6/configure/tools/convertReleasepl -h
linux-x86 CONFIG_APP_INCLUDE
perl /home/zz2/epics3.14.6/base-3.14.6/configure/tools/convertReleasepl -h
linux-x86 RULES_INCLUDE
gmake[2]: Leaving directory
`/home/zz2/xuepengApp/tds3000/configure/O.linux-x86'
gmake[1]: Leaving directory `/home/zz2/xuepengApp/tds3000/configure'
gmake -C TDS3000 install
gmake[1]: Entering directory `/home/zz2/xuepengApp/tds3000/TDS3000'
gmake -C src install
gmake[2]: Entering directory `/home/zz2/xuepengApp/tds3000/TDS3000/src'
perl /home/zz2/epics3.14.6/base-3.14.6/configure/tools/makeMakefile.pl
O.linux-x86 ../..//..mkdir O.Common
gmake -C O.linux-x86 -f ../Makefile TOP=../..//.. T_A=linux-x86 install
gmake[3]: Entering directory
`/home/zz2/xuepengApp/tds3000/TDS3000/src/O.linux-x86'
gmake[3]: Leaving directory
`/home/zz2/xuepengApp/tds3000/TDS3000/src/O.linux-x86'
gmake[3]: Entering directory
`/home/zz2/xuepengApp/tds3000/TDS3000/src/O.linux-x86'
Installing dbd file ../..//../dbd/devTDS3000.dbd
mkdir ../../../dbd
/usr/bin/gcc -c   -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS
-D_XOPEN_SOURCE=500  -DOSITHREAD_USE_DEFAULT_STACK      -D_X86_  -DUNIX
-D_BSD_SOURCE -Dlinux  -D_REENTRANT -ansi  -O3  -Wall          -fPIC -I.
-I.. -I../..//../include/os/Linux -I../..//../include -I/home/zz2/epics3.14.
6/base-3.14.6/include/os/Linux -I/home/zz2/epics3.14.6/base-3.14.6/include
../devTDS3000.c
./devTDS3000.c: In function `getEthernetName':
./devTDS3000.c:1081: structure has no member named `setEos'
./devTDS3000.c:1085: too few arguments to function
./devTDS3000.c:1110: too few arguments to function
gmake[3]: *** [devTDS3000.o] Error 1
gmake[3]: Leaving directory
`/home/zz2/xuepengApp/tds3000/TDS3000/src/O.linux-x86'
gmake[2]: *** [install.linux-x86] Error 2
gmake[2]: Leaving directory `/home/zz2/xuepengApp/tds3000/TDS3000/src'
gmake[1]: *** [src.install] Error 2
gmake[1]: Leaving directory `/home/zz2/xuepengApp/tds3000/TDS3000'
gmake: *** [TDS3000.install] Error 2
	
			

         




References:
about Tektronix TDS3000 series oscilloscopesdevice device support liushu

Navigate by Date:
Prev: device supports for VMIVME-3123-133 and VMIVME-4105-010 Lei Ge
Next: Re: Who is using what EPICS version Dirk Zimoch
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: about Tektronix TDS3000 series oscilloscopesdevice device support liushu
Next: re: about Tektronix TDS3000 series oscilloscopesdevice device support liushu
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  <20052006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·