On 18/9/19 7:31 am, Vijay Kumar Banerjee wrote:
> diff --git a/lvgl/hello/wscript b/lvgl/hello/wscript
> new file mode 100644
> index 0000000..c706491
> --- /dev/null
> +++ b/lvgl/hello/wscript
> @@ -0,0 +1,30 @@
> +# Copyright 2019 Vijay Kumar Banerjee (vijaykumar9...@gmail.com)
> +#
> +# This file's license is 2-clause BSD as in this distribution's LICENSE.2 
> file.
> +#
> +
> +import rtems_waf.rtems as rtems
> +import os
> +
> +def configure(conf):
> +    rtems.check_lib_path(conf, lib = 'm')
> +    rtems.check_lib_path(conf, lib = 'lvgl')
> +    rtems.check_lib_path(conf, lib = 'bsd')

What happens if there is no liblvgl found? I could not see any conditional 
logic.

Do the examples build for the SPARC erc32 BSP without liblvgl and libbsd?

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to