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: [External] RE: EPICS BASE-3.14.12.3 32-bit Binaries on 64-bit host Machine |
From: | Michael Davidsaver <[email protected]> |
To: | "Cusick, Martin-Lee" <[email protected]>, Mark Rivers <[email protected]>, [email protected] |
Date: | Wed, 09 Dec 2015 16:40:34 -0500 |
On 12/09/2015 04:27 PM, Cusick, Martin-Lee wrote: > So I just need some clarity on where you want the EPICS_HOST_ARCH variable set. The simplest thing to do is not to set it at all. This used to be a requirement and the build would fail without it. With recent Base releases this variable will be automatically set by Make each time it runs if it is not set in the process environment. If you do set it (to do the 32-bit build on 64-bit host trick) then you should set it as an environment variable in the shell where you run "make". eg > $ export EPICS_HOST_ARCH=linux-x86_64 > $ make