Experimental Physics and Industrial Control System
|
Hi,
On Sep 15, 2020, at 3:38 AM, 신동호 via Tech-talk < tech-talk at aps.anl.gov> wrote:
I'm trying to install epics base on NVIDIA Jetson nano (Ubuntu 18.04).
I typed make and got below messages.
epics@epics-desktop:~/EPICS/epics-base$ make
./src/tools/EpicsHostArch.pl: Architecture 'aarch64-linux-gnu-thread-multi' not recognized
configure/CONFIG:58: configure/os/CONFIG..Common: No such file or directory
make: *** No rule to make target 'configure/os/CONFIG..Common'. Stop.
I looked inside EpicsHostArch.pl and found there was no rule for 'aarch64-linux-gnu-thread-multi'.
Can I add a rule for that? If possible, would you tell me how to do?
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.
|
- References:
- Problem with installing epics base on Jetson nano 신동호 via Tech-talk
- Navigate by Date:
- Prev:
Re: mbbi record ignores mask? Johnson, Andrew N. via Tech-talk
- Next:
Re: SoftIOC Performance Evaluation Konrad, Martin via Tech-talk
- 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
- Navigate by Thread:
- Prev:
Problem with installing epics base on Jetson nano 신동호 via Tech-talk
- Next:
Re: Problem with installing epics base on Jetson nano Johnson, Andrew N. via Tech-talk
- 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
|
ANJ, 16 Sep 2020 |
·
Home
·
News
·
About
·
Base
·
Modules
·
Extensions
·
Distributions
·
Download
·
·
Search
·
EPICS V4
·
IRMIS
·
Talk
·
Bugs
·
Documents
·
Links
·
Licensing
·
|