<div dir="ltr"><div dir="ltr"><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 18, 2019 at 10:13 AM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 18/9/19 7:31 am, Vijay Kumar Banerjee wrote:<br>
> diff --git a/lvgl/hello/wscript b/lvgl/hello/wscript<br>
> new file mode 100644<br>
> index 0000000..c706491<br>
> --- /dev/null<br>
> +++ b/lvgl/hello/wscript<br>
> @@ -0,0 +1,30 @@<br>
> +# Copyright 2019 Vijay Kumar Banerjee (<a href="mailto:vijaykumar9597@gmail.com" target="_blank">vijaykumar9597@gmail.com</a>)<br>
> +#<br>
> +# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.<br>
> +#<br>
> +<br>
> +import rtems_waf.rtems as rtems<br>
> +import os<br>
> +<br>
> +def configure(conf):<br>
> +    rtems.check_lib_path(conf, lib = 'm')<br>
> +    rtems.check_lib_path(conf, lib = 'lvgl')<br>
> +    rtems.check_lib_path(conf, lib = 'bsd')<br>
<br>
What happens if there is no liblvgl found? I could not see any conditional logic.<br>
<br>
Do the examples build for the SPARC erc32 BSP without liblvgl and libbsd?<br>
<br></blockquote><div>I have fixed this issue in the attached patch. Please have a look. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Chris<br>
</blockquote></div></div>