1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 <2004> 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 <2004> 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Industry Pack support under RTEMS available? |
From: | Kate Feng <[email protected]> |
To: | Marty Kraimer <[email protected]> |
Cc: | "Allison, Stephanie" <[email protected]>, "'Dorothea Wehler'" <[email protected]>, EPICS TechTalk <[email protected]> |
Date: | Tue, 17 Aug 2004 14:43:44 -0400 |
Marty Kraimer wrote: > > > Note that src/libCom/osi/os/RTEMS/devLibOSD.c is only 324 lines of code > so making this work on powerPC architectures other than mpc750 should > not be very difficult. It currently has the statement: > > #if defined(__PPC__) && defined(mpc750) > > around all the code. > Now I understand what Stephanie meant. Also she referred the bug report http://epics.aps.anl.gov/epics/base/R3-14/6-docs/KnownProblems.html. For my application (2307 and 5500), I simply took out the line : #if defined(__PPC__) && defined(mpc750) because the RTEMS VME API is the same among the mpc750, mvme2307 and mvme5500. > > Perhaps Till Straumann can comment? Regards, Kate