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: | |
From: | "Mi Qingru" <[email protected]> |
To: | "epics tech-talk" <[email protected]> |
Date: | Wed, 11 Feb 2009 16:27:02 +0800 |
Hello,
I make an application , and add vxStats of synApps to it.
-------configure/RELEASE-------------
VX_STATS=$(EPICS_SYNAPPS)/support/vxStats/1-7-2e
-------testApp/src/Makefile-------------
test_DBD += vxStats.dbd
test_LIBS_vxWorks += vxStats
But when make, there are a few errors:
test_registerRecordDeviceDriver.cpp: undefined reference to
'pvar_func_registerReboot' test_registerRecordDeviceDriver.cpp: undefined reference to
'pvar_dset_devAiStats'
test_registerRecordDeviceDriver.cpp: undefined reference to
'pvar_dset_devAiClusts'
test_registerRecordDeviceDriver.cpp: undefined reference to
'pvar_dset_devAoStats'
test_registerRecordDeviceDriver.cpp: undefined reference to
'pvar_dset_devStringinStats'
How to resolve the problem?
Thanks a lot!
Mi QingRu |