[PATCH v2] Add lvgl/hello: Sample Hello world app using littleVGL and libbsd
Chris Johns
chrisj at rtems.org
Wed Sep 18 04:46:06 UTC 2019
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 (vijaykumar9597 at 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
More information about the devel
mailing list