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: [make] mingw, gnuwin32, cygwin |
From: | "Mark Rivers" <[email protected]> |
To: | "Pavel Masloff" <[email protected]>, "EPICS Tech Talk" <[email protected]> |
Date: | Wed, 21 Dec 2011 11:36:06 -0600 |
You need to build EPICS base for each different EPICS_HOST_ARCH that you want to use. So for Cygwin you need to set EPICS_HOST_ARCH=cygwin-x86 and build both EPICS base and the modules you want with that setting. That will create a base/bin/cygwin-x86 and base/lib/cygwin-x86 directories, etc. Some modules only build on certain architectures, normally because the required drivers or libraries are only supported on those architectures. Mark From: [email protected] [mailto:[email protected]] On Behalf Of Pavel Masloff pardon me: On Wed, Dec 21, 2011 at 9:12 PM, Pavel Masloff <[email protected]> wrote: Hi,
|