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: Compilation error EPICS for RTEMS |
From: | Eric Norum <[email protected]> |
To: | Bruno Seiva Martins <[email protected]> |
Cc: | [email protected] |
Date: | Tue, 11 Sep 2012 08:17:52 -0700 |
AFAIK the RTEMS-4.11 stuff is still a development branch. I just checked and found that I could use EPICS/RTEMS-4.10 on my OS X "Mountain Lion" host as follows: 1) Download and install gmp-5.0.5, mpc-1.0., mpfr-3.1.1, automake-1.11.1and autoconf-2.68 with PREFX=/usr/llocal/rtems/rtems-4.10. 2) Run the getAndBuildTools-4.10.sh script (attached). 3) Downloaded and unpacked rtems-4.10.2.tar.bz2 and rtems-addon-packages-4.10.2.tar.bz2 from http://www.rtems.org/ftp/pub/rtems/4.10.2/ 4) Ran the bootstrap script in the top RTEMS source directory. 5) Build RTEMS:
6) Build the RTEMS add-on packages (to get readline) 7) Build 'extended BSP' support. 8) Build EPICS with the attached configure/os/CONFIG_SITE.Common.RTEMS I tried the above with the RTEMS-4.11 stuff but ran into problems at step (7) -- I couldn't get the the 'libbspExt' stuff to build. I don't think that there's anything wrong with the source, just the Makefile arrangements seem to have changed between 4.10 and 4.11. It would be nice if the bspExt stuff could migrate to RTEMS itself…. |
Attachment:
getAndBuildTools-4.10.sh
Description: Binary data
Attachment:
CONFIG_SITE.Common.RTEMS
Description: Binary data
On Sep 10, 2012, at 5:16 AM, Bruno Seiva Martins <[email protected]> wrote: Please ignore the last message, it does not work... |