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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Building EPICS for HPUX with Tornado |
From: | [email protected] (Steve Lewis) |
To: | [email protected], [email protected] |
Date: | Tue, 29 Apr 97 11:54:58 PDT |
> In specific, I'm not sure what to set my VX_DIR variable > in CONFIG_SITE to. The directory structure in the tornado > release is vastly different that what it used to be. Sure is. Try: CONFIG_SITE: VX_DIR=/path-to/vxworks/vxw_5.3 VX_GNU=$(VX_DIR)/host Site.cshrc: setenv WIND_ARCH parisc-hpux9 CONFIG.Vx.68k: VX_OPT_YES = -O2 -fstrength-reduce -fno-builtin VX_OPT_NO = -fno-builtin Be sure to add: #define INCLUDE_CONFIGURATION_5_2 to configAll.h in target/config/all to get the shell and symbol table.