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: StreamDevice fails to compile for RTEMS targets. |
From: | Michael Westfall <[email protected]> |
To: | "Mooney, Tim M." <[email protected]> |
Cc: | "[email protected] Talk" <[email protected]> |
Date: | Fri, 7 Oct 2016 10:04:38 -0300 |
Hi Mike,
Take a look at streamApp/Makefile. The version on github has these lines:
# older calc versions require sscan
#PROD_LIBS += sscan
It's complicated, because calc will build with or without sscan. (Older calc versions could not build without sscan.) If calc is built with sscan, anything that uses calc must link against sscan.
If your copy of stream has "PROD_LIBS += sscan" commented out, uncomment that line.