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: Build problem of EPICS R3.14.12.3 for ARM processor in Linux |
From: | Emmanuel Mayssat <[email protected]> |
To: | "Konrad, Martin" <[email protected]>, Jim Chen <[email protected]>, "[email protected]" <[email protected]> |
Date: | Thu, 29 Aug 2013 11:30:43 -0700 |
The compilation works until you are looking for a perl script.
Perl scripts are not compiled... the script is really missing !!! Because the script is supposed to be in the /usr/lib/perl directory, it is very likely to be a missing OS or perl package. There are perl scripts in the epics distributions, but they are all located in the $EPICS_BASE. Good luck, PS: By the way, what are you building on? I frequently build on ARM and am planning to do more or it in the short future. -- Emmanuel > From: [email protected] > To: [email protected]; [email protected] > Subject: Re: Build problem of EPICS R3.14.12.3 for ARM processor in Linux > Date: Thu, 29 Aug 2013 17:42:30 +0000 > > Hi Jim, > > Can't open perl script "/usr/lib/perl/5.14.2/ExtUtils/xsubpp": No > > such file or directory > I've no idea what Linux distro you're using but it looks like a problem > caused by a missing package. For Debian this file should be in a package > named perl-modules or libextutils-parsexs-perl. Please make sure you > have the right package installed. > > Cheers, > > Martin > |