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: | Bruno Seiva Martins <[email protected]> |
To: | [email protected] |
Date: | Mon, 10 Sep 2012 09:16:09 -0300 |
This problem can be solved changing the 'configure' parameters. From Norum's guide:2. Configure RTEMS for your target architecture:cd /usr/local/rtems-4.9.2/build.../rtems-4.9.2/configure --target=powerpc-rtems4.9.2 \--prefix=/usr/local/rtems/rtems-4.9.2 \--enable-cxx --enable-rdbg --disable-tests --enable-networking \--enable-posix --enable-rtemsbsp=mvme2100 \If you change '--disable-tests' to '--enable-tests', apparently those missing *.rel files get created and the compilation process go on.Regards,
Bruno Seiva Martins
On Wed, Sep 5, 2012 at 8:45 AM, Bruno Seiva Martins <[email protected]> wrote:Hi All,I was trying to compile EPICS base for RTEMS, but the compilation process stopped with those errors:i386-rtems4.11-g++: error: (...)/rtems-4.11/i386-rtems4.11/pc386/lib/no-dpmem.rel: Arquivo ou diretório não encontradoi386-rtems4.11-g++: error: (...)/rtems-4.11/i386-rtems4.11/pc386/lib/no-mp.rel: Arquivo ou diretório não encontradoi386-rtems4.11-g++: error: (...)/rtems-4.11/i386-rtems4.11/pc386/lib/no-part.rel: Arquivo ou diretório não encontradoi386-rtems4.11-g++: error: (...)/rtems-4.11/i386-rtems4.11/pc386/lib/no-signal.rel: Arquivo ou diretório não encontradoi386-rtems4.11-g++: error: (...)/rtems-4.11/i386-rtems4.11/pc386/lib/no-rtmon.rel: Arquivo ou diretório não encontradoThe error message means "File or folder not found". I came across a thread that describes a similar problem:But, unlike the author of the thread, I have nowhere to copy those files from. I was following Norum's guide "Getting started with EPICS on RTEMS". I built everything from source, including the toolchain for RTEMS, some libraries and RTEMS itself.Does anyone have any idea on how to solve this?Thanks in advance!Best regards,
Bruno Seiva Martins