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: EPICS Base building for NI myRIO (arm linux) |
From: | Michael Davidsaver via Tech-talk <tech-talk at aps.anl.gov> |
To: | inari badillo <inari.badillo at ehu.es> |
Cc: | tech-talk at aps.anl.gov |
Date: | Tue, 17 Jan 2023 10:11:41 -0800 |
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.