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 with installing epics base on Jetson nano |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | 신동호 <dhshin at etri.re.kr> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Tue, 15 Sep 2020 16:20:59 +0000 |
Hi,
On Sep 15, 2020, at 3:38 AM, 신동호 via Tech-talk <tech-talk at aps.anl.gov> wrote:
EPICS target names are not the same as Unix ones; the EPICS target name for your system should be linux-aarch64 but we only added the configuration files for that particular architecture to Base in the very latest release (EPICS 7.0.4.1) and only for cross-building
that target. You may be able to use the linux-arm target instead though, try doing this:
$ export EPICS_HOST_ARCH=linux-arm
$ make
If that works you will need to set the EPICS_HOST_ARCH variable like that whenever you build EPICS code, so it might be worth putting that statement into your
~/.bashrc or ~/.profile file.
I would like to add full support for this architecture to EPICS though. if you want to help please send me the output from the command perl -V on that system.
Thanks,
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|