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  <20102011  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  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Problem in registerRecordDeviceDriver
From: Andrew Johnson <[email protected]>
To: Xinyu Ao <[email protected]>
Cc: [email protected]
Date: Mon, 18 Oct 2010 11:57:44 -0500
Hi Xinyu,

On Friday 15 October 2010 17:33:08 Xinyu Ao wrote:
>
> I solved it by rebuilding the application. It is kind of weird.

Actually it's not weird, the order in which you compile EPICS Base, your 
support modules such as Asyn and your IOC applications is important, and you 
usually have to do a 'make rebuild' at the top of your IOC applications if 
there changes in any of the others or if you add a new module to the 
configure/RELEASE file.  

>     Also, I didn't know how to examine the error log for epics, could you
> tell me how to do it. I think maybe, I could get better idea of the problem
> when I examined the log.

There is no automatically generated build log, but you can create one yourself 
using the tee program, the command lines below show how to do that  instead of 
just running plain 'make' (the commands are different depending on which shell 
program you use):

sh or bash:
    make 2>&1 | tee build.log
csh or tcsh:
    make |& tee build.log

- Andrew
-- 
If a man is offered a fact which goes against his instincts, he will
scrutinize it closely, and unless the evidence is overwhelming, he will
refuse to believe it.  If, on the other hand, he is offered something
which affords a reason for acting in accordance to his instincts, he
will accept it even on the slightest evidence.  -- Bertrand Russell


References:
Problem in registerRecordDeviceDriver Xinyu Ao
Re: Problem in registerRecordDeviceDriver Andrew Johnson
Re: Problem in registerRecordDeviceDriver Xinyu Ao

Navigate by Date:
Prev: Re: Error compiling sncseq-2.0.99 on MacOSX 10.6 (Snow Leopard) and possible patch (attached) Eric Norum
Next: Re: Manipulating time in records Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Problem in registerRecordDeviceDriver Xinyu Ao
Next: Re: Problem in registerRecordDeviceDriver Xinyu Ao
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Oct 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·