In the process of updating an application build under release
R3.13.4, in which I created a new breakpoint table, I discovered that
the argument for the BPTS macro in a <top>/xxxApp/src/Makefile.Host
file takes a peculiar and non-intuitive form. Instead of:
BPTS += <table-name>.dbd
as the documentation, "EPICS IOC Software Configuration Management -
Releases 3.13.2 and 3.13.2", suggests, what is actually required to
get it to work correctly is:
BPTS += ../<table-name>.dbd
Either the documentation or, preferably, the GMAKE rule needs to be
changed.
Fritz
- Replies:
- Re: A gmake problem in R3.13.4 Janet Anderson
- Navigate by Date:
- Prev:
Re: alarm handler confusion (and solution) Janet Anderson
- Next:
Re: Conversions J. Frederick Bartlett ([email protected])
- 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
- Navigate by Thread:
- Prev:
Re: Weird file access problem with vxWorks Steven Hartman
- Next:
Re: A gmake problem in R3.13.4 Janet Anderson
- 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
|