EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: RE: RTEMSfor MVME5500
From: "Elder Matias" <[email protected]>
To: "Luchini, Kristi" <[email protected]>
Cc: "Kiman Ha " <[email protected]>, <[email protected]>, <[email protected]>, "Straumann, Till" <[email protected]>
Date: Fri, 16 Jul 2004 08:52:30 -0600
Kristi/Kiman,

At CLS we have been using RTEMS targeting single board computer with the
Motorola 68360 processor for about 4 years now.  The system we use are
in the SIL MicroStep controllers as well as standalone single board
computers mostly for RS-232 interfaces (http://www.sil.sk.ca/).  We gave
generally found the RTEMS/EPICS combination very robust.

We have done some prototypes targeting Dell PowerEdge Server hardware
(Intel Pentium 4 processors) but have not deployed any systems based on
this work.

We don't use any Motorola cards, but you are welcome to what we have if
you find it helpful.

Elder Matias
Control and Instrumentation Group Manager
Canadian Light Source
University of Saskatchewan

-------------

To: "'Kiman Ha '" <[email protected]>, "'[email protected] '"
<[email protected]> 
Subject: RE: RTEMSfor MVME5500 
From: "Luchini, Kristi" <[email protected]> 
Date: Fri, 16 Jul 2004 03:00:59 -0700 
Cc: "'[email protected] '" <[email protected]>, "Straumann, Till"
<[email protected]> 

Hello Kiman,

I'm interested in this as well, so let me know what you find out as we
are beginning
to gear up at BESSY for RTEMS. We plan to use the mv5500, mv2100 and
mv162 processors.
First, I'll try what Kate suggested and see if I can port Till's mv167
BSP for RTEMS
to the mv162.

One of our goals is to get the CAN software running under EPICS R3.14.6
and RTEMS for
these processors. We have an mv2400 cpu as well, but we don't have plans
to build the
RTEMS BSP for this cpu if it is not already available.

 - Regards,
       Kristi


-----Original Message-----
From: Kiman Ha
To: [email protected]
Cc: [email protected]; Straumann, Till
Sent: 7/16/2004 2:09 AM
Subject: RTEMSfor MVME5500

 Hello Kate,



Anyone have to tried compile RTEMS for MVME5500?

Our Control staffs who Mr OH is recently trying to compile RTEM for
MVME5500.

But he reported to me some compile error messages



Used : RTEMS-4.6.0pre1

      Gcc3.2.1



He fallowed form your README files;

http://www.nsls.bnl.gov/organization/UserScience/Detectors/Software/READ
ME.t
xt





To build cexp :
0) cd cexp-1.4.beta
1) mkdir build_linux_ppc-rtems
2) cd build_linux_ppc-rtems
3)
......./configure --prefix=/opt/rtems/ppc-rtems --host=ppc-rtems
--with-multisubd
ir=m750 --disable-nls


To build xsyms :
0) cd cexp-1.4.beta
1) mkdir build-xsyms
2) cd build-xsyms
3)  ../configure --target=ppc-rtems


---- Passed compile successfully -------







But the compile error is occurs this step;



To build rtems5500-cexp.bin and rtems5500-cexp.sym :
0) cd RTEMS5500-GeSys_2.1.beta
2) make
 ldep/ldep.c:659:2: warning: #warning TODO weak symbols

Warning: Symbol without object file??

-> substituting symbol file name, using 'startfiles.o'...
(o-optimize/startfiles.nm/line 1)

Warning: type mismatch between multiply defined symbols

         __deregister_frame_info: known as T, is now w

Warning: type mismatch between multiply defined symbols

         __register_frame_info: known as T, is now w

Warning: type mismatch between multiply defined symbols

         environ: known as G, is now B

Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libbfd.a[archive.o]' couldn't be removed; probably it's needed by the
application

Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libbfd.a[archures.o]' couldn't be removed; probably it's needed by the
application

Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libbfd.a[bfd.o]'

:

:

:



Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libiberty.a[xexit.o]' couldn't be removed; probably it's needed by the
application

Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libiberty.a[xmalloc.o]' couldn't be removed; probably it's needed by
the
application

Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libiberty.a[xstrerror.o]' couldn't be removed; probably it's needed by
the
application

Warning: Object 'librtemscpu.a[dummy.o]' couldn't be removed; probably
it's
needed by the application



Warning: Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/libiberty.a[xstrerror.o]' couldn't be removed; probably it's needed by
the
application

Warning: Object 'librtemscpu.a[dummy.o]' couldn't be removed; probably
it's
needed by the application

Object
'/work/rtems/rtems-ppc/lib/gcc-lib/ppc-rtems/3.2.1/../../../../ppc-rtems
/lib
/librtemsbsp.a[ftpd.o]' not found!



--- end of error message ---





When are you going to release the BSP source code for MVME5500?



>2) Please copy the rtems5500-cexp.bin, rtems5500-cexp.sym and st.sys

Please could you send to me 3 of binary files for booting from MVME5500.



Regards,

Kiman Ha,

PLS Control and taskforce team.



































Navigate by Date:
Prev: Re: GreenSpring TIP810 CANbus system Matthias Clausen
Next: Agilent 33220A RF-Generator Support? Porter, Rodney R.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: RTEMSfor MVME5500 Luchini, Kristi
Next: RE: RTEMSfor MVME5500 Siddons, David
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·