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: Problem when cross-compiling epics base for vxWorks5.5 on win32-x86 |
From: | Dirk Zimoch <[email protected]> |
To: | [email protected] |
Date: | Mon, 25 Feb 2013 15:51:53 +0100 |
On 22.02.2013 17:02, Andrew Johnson wrote:
The error being reported is that GNUmake can't find the program 'podchecker' which should be part of your Perl installation. However by this point in the build it has already compiled and installed everything that can be built on Windows, so you can ignore this error. If you don't want to see it in the future, you can comment out this line from the base/src/Makefile: DIRS += cap5
...
- Andrew
I had to comment out cap5 for several cross linux architectures. (which I build as "HOST" architecture in order to have caget and friends.) Also if the compiler you use to build EPICS is not the one that was used to build perl you get into trouble.
Do we really need cap5 in EPICS base? I would like to see it in a separate module.
Dirk