Hi Emmanuel,
On Tuesday 16 November 2010 14:21:36 [email protected] wrote:
> I am trying to compile the sequencer on arm.
> I am using a cross toolchain.
> I am apparently missing the flex library for the arm toolchain.
You don't actually need it, someone added libfl as a dependent library
incorrectly (or maybe it was added a very long time ago before we included a
copy of flex in Base).
> Is there a way to install the flex library for arm on my linux 64b?
Edit src/snc/Makefile and delete all of the SYS_PROD_LIBS_* lines from it.
You may also have to change the line
PROD_LIBS += $(EPICS_BASE_IOC_LIBS)
into
PROD_LIBS += $(EPICS_BASE_HOST_LIBS)
- Andrew
--
If a man is offered a fact which goes against his instincts, he will
scrutinize it closely, and unless the evidence is overwhelming, he will
refuse to believe it. If, on the other hand, he is offered something
which affords a reason for acting in accordance to his instincts, he
will accept it even on the slightest evidence. -- Bertrand Russell
- Replies:
- Re: Cross-compilation missing library emmanuel_mayssat
- References:
- Cross-compilation missing library emmanuel_mayssat
- Navigate by Date:
- Prev:
Cross-compilation missing library emmanuel_mayssat
- Next:
Re: Cross-compilation missing library emmanuel_mayssat
- 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:
Cross-compilation missing library emmanuel_mayssat
- Next:
Re: Cross-compilation missing library emmanuel_mayssat
- 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
|