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: | RE: Problem building 3.14 application with ipac/CANbus |
From: | "Rarback, Harvey" <[email protected]> |
To: | EPICS Techtalk <[email protected]> |
Cc: | "'Janet Anderson'" <[email protected]>, "'Marty Kraimer'" <[email protected]>, "Wermelskirchen, Clemens" <[email protected]> |
Date: | Mon, 18 Feb 2002 12:12:28 -0800 |
Folks, I was unable to build Andrew Johnson's ipac/CANbus support into a 3.14 application. Janet Anderson replied > The bus/ipac module has not been converted to R3.14 yet. > To get build backward compatability to the R3.13 ipac you could > try the following - > > The R3.13 ipacLib and tip810lib files are only built for vxWorks > targets, so you will need to first change PROD_IOC = example > to PROD_IOC_vxWorks = example. > > The R3.13 ipacLib and tip810Lib files are combined object files > not archive libraries so to add them to your R3.14 application > PROD try adding > example_LDFLAGS_vxWorks += $(IPAC_BIN)/ipacLib > example_LDFLAGS_vxWorks += $(IPAC_BIN)/tip810Lib > Adding > example_OBS_vxWorks += $(IPAC_BIN)/ipacLib > example_OBS_vxWorks += $(IPAC_BIN)/tip810Lib > will not work for R3.13 *Lib files unless you rename them by adding > a .o to the name (e.g. ipacLib to ipacLib.o). > > Hope this helps. Did it ever! Many thanks. Now maybe I can do something fun with the rest of the weekend. --Harvey