On 1/17/23 03:15, inari badillo via Tech-talk wrote:
Hello all,
I am trying to install EPICS base 7 on a NI myRIO 1900 (ARM CortexA9) with Linux RT.
I am installing in the host itself.
At some point of the installation, I get the following error:
"../flex/ccl.c:147:37: error: too many arguments to function 'char* readable_form()'
fputs( readable_form( i ), file );"
I'm afraid some library is missing, but I have no clue.
Any help is very welcome.
Could you provide more of the build output?
At minimum, the full command line when ccl.c is compiled.
I'm wondering if this ccl.c is being compiled as c++ code
('g++' vs. 'gcc'). The prototype of readable_form() is
valid, if antiquated C syntax. However, if treated as
c++, should result in the error you report.
- References:
- EPICS Base building for NI myRIO (arm linux) inari badillo via Tech-talk
- Navigate by Date:
- Prev:
Re: Weird behaviour in wait=True when using epics.Motor.get(something,something,wait=True) Pete Jemian via Tech-talk
- Next:
Re: Weird behaviour in wait=True when using epics.Motor.get(something,something,wait=True) Marco A. Barra Montevechi Filho 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:
Re: EPICS Base building for NI myRIO (arm linux) Érico Nogueira Rolim via Tech-talk
- Next:
Re: EPICS Base building for NI myRIO (arm linux) inari badillo 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
|