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  <20082009  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  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: epics functions application problem(2)
From: "师昊礼" <[email protected]>
To: [email protected]
Date: Wed, 23 Jul 2008 21:18:38 +0800
Hi, all

   I built an epics application, and I used two functions like this:
   
   #include <devLib.h>
   char	*localaddrstart;
   unsigned short int testvalue=INIT_TESTVALUE;
   unsigned long baseaddr = 0x20200000;
   if (devRegisterAddress("VME_mapping", atVMEA32, baseaddr, sizeof(struct 
channel), (char *) &(localaddrstart))!=0)
	{
		printf("Out of Bus Mem Map!\n");
		return -1;
	}
   if (devReadProbe(1, localaddrstart, &testvalue) < 0)
	{
	  printf("No board at this address!\n");
	  return -1;
	}
   
   then, I past the compilation, but when I download the object file to the
target board, and there are the following errors:
  
   ld("../bin/RTEMS-mvme5500/power_supply.obj")
   Unresolved symbol: pdevLibVirtualOS
   Unresolved symbol: pdevLibVirtualOS
   Unresolved symbol: pdevLibVirtualOS
   Unresolved symbol: pdevLibVirtualOS
   Unresolved symbol: pdevLibVirtualOS
   ......

any help is appreciated, thanks a lot!

Haoli Shi


Replies:
Re: epics functions application problem(2) Till Straumann

Navigate by Date:
Prev: Re: array calc / inverse subarray survey? Andrew Johnson
Next: Re: epics functions application problem(2) Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: procServ soft IOC server - V2.4.0 released Ralph Lange
Next: Re: epics functions application problem(2) Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·