EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: RE: help me with my autosave erro!
From: "Guobao Shen \(KEK\)" <[email protected]>
To: "'likun'" <[email protected]>, <[email protected]>
Date: Mon, 10 Dec 2007 17:00:34 +0900
It looks like that you did not include the library of EPICS_BASE.
The dbLoadDatabase is included in the libdbIoc.so.
 
You should have one line in you Makefile under your <IOC>/<your>App/src as following:
<your>_LIBS += $(EPICS_BASE_IOC_LIBS)
 
Regards,
 
Guobao
J-PARC Control Group
 


From: [email protected] [mailto:[email protected]] On Behalf Of likun
Sent: 2007-12-10 3:03 PM
To: [email protected]
Subject: help me with my autosave erro!

Dear Administrator:

  I met the following problem when I executing the st.cmd of autosave.

 

Press any key to stop auto-boot...

 7  6  5 @

 

boot device          : gei

unit number          : 0

processor number     : 0

host name            : lk

file name            : /home/lk/Tornado2.2/target/config/mv5500/vxWorks

inet on ethernet (e) : 192.168.8.110:ffffff00

inet on backplane (b): 0

host inet (h)        : 192.168.8.6

gateway inet (g)     : 192.168.8.1

user (u)             : lk

ftp password (pw)    : dianzikun

flags (f)            : 0x0

startup script (s)   : /home/lk/epics/modules/autosave_R4-2/iocBoot/iocas/st.cmd

 

Attached TCP/IP interface to gei0.

Attaching network interface lo0... done.

Loading... 1212640

Starting at 0x100000...

 

Target Name: vxTarget

Attached TCP/IP interface to gei unit 0

Attaching network interface lo0... done.

Unable to add route to 192.168.8.0; errno = 0xffffffff.

Loading symbol table from lk:/home/lk/Tornado2.2/target/config/mv5500/vxWorks.sym ...done

 

 

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

      ]]]]]]]]]]]  ]]]]     ]]]]]]]]]]       ]]              ]]]]         (R)

 ]     ]]]]]]]]]  ]]]]]]     ]]]]]]]]       ]]               ]]]]           

 ]]     ]]]]]]]  ]]]]]]]]     ]]]]]] ]     ]]                ]]]]           

 ]]]     ]]]]] ]    ]]]  ]     ]]]] ]]]   ]]]]]]]]]  ]]]] ]] ]]]]  ]]   ]]]]]

 ]]]]     ]]]  ]]    ]  ]]]     ]] ]]]]] ]]]]]]   ]] ]]]]]]] ]]]] ]]   ]]]] 

 ]]]]]     ]  ]]]]     ]]]]]      ]]]]]]]] ]]]]   ]] ]]]]    ]]]]]]]    ]]]]

 ]]]]]]      ]]]]]     ]]]]]]    ]  ]]]]]  ]]]]   ]] ]]]]    ]]]]]]]]    ]]]]

 ]]]]]]]    ]]]]]  ]    ]]]]]]  ]    ]]]   ]]]]   ]] ]]]]    ]]]] ]]]]    ]]]]

 ]]]]]]]]  ]]]]]  ]]]    ]]]]]]]      ]     ]]]]]]]  ]]]]    ]]]]  ]]]] ]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]       Development System

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]       VxWorks version 5.5.1

 ]]]]]]]]]]]]]]]]]]]]]]]]]]       KERNEL: WIND version 2.6

 ]]]]]]]]]]]]]]]]]]]]]]]]]       Copyright Wind River Systems, Inc., 1984-2003

 

                               CPU: Motorola MVME5500-0163 - MPC 7457.  Processor #0.

                              Memory Size: 0x20000000.  BSP version 1.2/1.

                             WDB Comm Type: WDB_COMM_END

                            WDB: Ready.

 

Executing startup script /home/lk/epics/modules/autosave_R4-2/iocBoot/iocas/st.cmd ...

# vxWorks startup script

 

#< ../nfsCommands

#< cdCommands

 

################################################################################

#cd topbin

cd "/home/lk/epics/modules/autosave_R4-2/bin/vxWorks-ppc604_long"

value = 0 = 0x0

 

# If the VxWorks kernel was built using the project facility, the following must

# be added before any C++ code is loaded (see SPR #28980).

sysCplusEnable=1

sysCplusEnable = 0x215490: value = 1 = 0x1

 

### Load custom EPICS software from user tree and from share

ld < asApp.munch

sysAtReboot not found. epicsExit will not be called by reboot.

value = 519045840 = 0x1ef002d0

 

#cd startup

 

cd "/home/lk/epics/modules/autosave_R4-2/iocBoot/iocas"

value = 0 = 0x0

################################################################################

# Tell EPICS all about the record types, device-support modules, drivers,

# etc. in the software we just loaded (as.munch)

dbLoadDatabase("../../dbd/as.dbd")

undefined symbol: dbLoadDatabase

 

Done executing startup script /home/lk/epics/modules/autosave_R4-2/iocBoot/iocas/st.cmd

->

When I combined motorR6-2-2 and autosave, it ended like this:

 

[VxWorks Boot]: @

 

boot device          : gei

unit number          : 0

processor number     : 0

host name            : lk

file name            : /home/lk/Tornado2.2/target/config/mv5500/vxWorks

inet on ethernet (e) : 192.168.8.110:ffffff00

inet on backplane (b): 0

host inet (h)        : 192.168.8.6

gateway inet (g)     : 192.168.8.1

user (u)             : lk

ftp password (pw)    : dianzikun

flags (f)            : 0x0

startup script (s)   : /home/lk/epics/modules/motorR6-2-2/iocBoot/iocNoMPF/st.cmd.motor_as.Vx

 

Attached TCP/IP interface to gei0.

Attaching network interface lo0... done.

Loading... 1212640

Starting at 0x100000...

 

Target Name: vxTarget

Attached TCP/IP interface to gei unit 0

Attaching network interface lo0... done.

Unable to add route to 192.168.8.0; errno = 0xffffffff.

Loading symbol table from lk:/home/lk/Tornado2.2/target/config/mv5500/vxWorks.sym ...done

 

 

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

      ]]]]]]]]]]]  ]]]]     ]]]]]]]]]]       ]]              ]]]]         (R)

 ]     ]]]]]]]]]  ]]]]]]     ]]]]]]]]       ]]               ]]]]           

 ]]     ]]]]]]]  ]]]]]]]]     ]]]]]] ]     ]]                ]]]]           

 ]]]     ]]]]] ]    ]]]  ]     ]]]] ]]]   ]]]]]]]]]  ]]]] ]] ]]]]  ]]   ]]]]]

 ]]]]     ]]]  ]]    ]  ]]]     ]] ]]]]] ]]]]]]   ]] ]]]]]]] ]]]] ]]   ]]]] 

 ]]]]]     ]  ]]]]     ]]]]]      ]]]]]]]] ]]]]   ]] ]]]]    ]]]]]]]    ]]]]

 ]]]]]]      ]]]]]     ]]]]]]    ]  ]]]]]  ]]]]   ]] ]]]]    ]]]]]]]]    ]]]]

 ]]]]]]]    ]]]]]  ]    ]]]]]]  ]    ]]]   ]]]]   ]] ]]]]    ]]]] ]]]]    ]]]]

 ]]]]]]]]  ]]]]]  ]]]    ]]]]]]]      ]     ]]]]]]]  ]]]]    ]]]]  ]]]] ]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]       Development System

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]]

 ]]]]]]]]]]]]]]]]]]]]]]]]]]]       VxWorks version 5.5.1

 ]]]]]]]]]]]]]]]]]]]]]]]]]]       KERNEL: WIND version 2.6

 ]]]]]]]]]]]]]]]]]]]]]]]]]       Copyright Wind River Systems, Inc., 1984-2003

 

                               CPU: Motorola MVME5500-0163 - MPC 7457.  Processor #0.

                              Memory Size: 0x20000000.  BSP version 1.2/1.

                             WDB Comm Type: WDB_COMM_END

                            WDB: Ready.

 

Executing startup script /home/lk/epics/modules/motorR6-2-2/iocBoot/iocNoMPF/st.cmd.motor_as.Vx ...

##########  motor   ##########

 

cd "/home/lk/epics/modules/motorR6-2-2/bin/vxWorks-ppc604_long"

value = 0 = 0x0

sysCplusEnable=1

sysCplusEnable = 0x215490: value = 1 = 0x1

ld < NoMPFVx.munch

sysAtReboot not found. epicsExit will not be called by reboot.

value = 519034416 = 0x1eefd630

 

cd "/home/lk/epics/modules/autosave/4-2-1/bin/vxWorks-ppc604_long"

value = 0 = 0x0

ld < asApp.munch

sysAtReboot not found. epicsExit will not be called by reboot.

value = 518336960 = 0x1ee531c0

 

cd "/home/lk/epics/modules/autosave/4-2-1/"

value = 0 = 0x0

dbLoadDatabase("dbd/as.dbd")

Unable to install device routing the vxWorks logging system to the EPICS logging system because "errno = 0xd0006"

value = 0 = 0x0

as_registerRecordDeviceDriver(pdbbase)

undefined symbol: as_registerRecordDeviceDriver

 

Done executing startup script /home/lk/epics/modules/motorR6-2-2/iocBoot/iocNoMPF/st.cmd.motor_as.Vx

->

What I want to do is using autosaveR4-2 to autosave some PVs of motorR6-2-2.Please tell me how to solve the problem!

It will be a great help for me!


References:
help me with my autosave erro! likun

Navigate by Date:
Prev: help me with my autosave erro! likun
Next: checking the content of the waveform record Vladimir Sirotenko
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: help me with my autosave erro! likun
Next: edm stating fail miqingru
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Nov 2011 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·