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  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Error msg
From: Stefen Paul <[email protected]>
To: EPICS Tech Talk <[email protected]>
Date: Mon, 13 Jun 2016 11:43:34 +0530
Hi,

I have managed to solve the above issue of C++ related error messages.

After this I am getting following two messages while st.cmd gets loaded:

Message-1:

ld 0,0, "app1.munch"

BSP routine sysAtReboot() not found, epicsExit() will not be called by reboot.  For reduced functionality, call
rebootHookAdd(epicsExitCallAtExits)

value = 15197264 = 0xe7e450 = 'P' = epics_basebin + 0xa0


Message-2:

iocInit
Starting iocInit
############################################################################
## EPICS R3.14.12.4 $Date: Mon 2013-12-16 15:51:45 -0600$
## EPICS Base built Oct 16 2014
############################################################################
WARNING: OS Clock time was read before being set.
Using 1990-01-02 00:00:00.000000 UTC
iocRun: All initialization complete
value = 0 = 0x0


Any clues regarding these messages .... may be we need to set the time properly for the second case.

Thanks,
Stefen.

On Fri, Jun 3, 2016 at 7:52 PM, Dirk Zimoch <[email protected]> wrote:
Hello Stefen,

I found _ZNSt9exceptionD2E (or demangled std::exception::~exception) in libstdc++.a in vxWorks 6.2, 6.3, 6.4, 6.6 and 6.7 (all vxWorks 6 I have). So If you include full C++ support in vxWorks, you should have it.

__gxx_personality_v0 is also in libstdc++.a but only in vxWorks 6.7. VxWorks 6.2 - 6.6 have __gxx_personality_sj0.

So If you have vxWorks 6.7 (or maybe higher) with C++ included, you should have the symbols.

Dirk



On 03.06.2016 15:41, Dirk Zimoch wrote:
Hi Stefen,

That basically says that your app1 makes use use of
std::exception::~exception and __gxx_personality_ but they are neither
defined in your code nor already loaded in in the system.

This is vxWorks, right?

Do you have full C++ support included in your vxWorks?

Dirk


On 03.06.2016 15:28, Stefen Paul wrote:
Hello all,

While running EPICS startup script st.cmd on vxWorks for an app that was
made successfully, I am getting following error :

/ld 0,0, "app1.munch"/
/
/
/Warning: module 0x23da5d0 holds reference to undefined symbol
_ZNSt9exceptionD2E/
/v./
/Warning: module 0x23da5d0 holds reference to undefined symbol
__gxx_personality_/
/v0./
/ld(): module contains undefined symbol(s) and may be unusable./
/value = 0 = 0x0/
/
/
/Done executing startup script
'C:\EPICS\base\app1\iocBoot\iocapp1\st.cmd'/


Any clues what might me wrong ?

Thanks,
Stefen.



Replies:
RE: Error msg Mark Rivers
Re: Error msg Andrew Johnson
References:
Error msg Stefen Paul
Re: Error msg Dirk Zimoch
Re: Error msg Dirk Zimoch

Navigate by Date:
Prev: RE: Merlin and AreaDetector Mark Rivers
Next: RE: Merlin and AreaDetector giles.knap
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Error msg Andrew Johnson
Next: RE: Error msg Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 15 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·