V7.8.0 lv_examples.mk - syntax error using Windows and Cygwin

Description

Compilation fail as examples don’t get built

What MCU/Processor/Board and compiler are you using?

Windows 10/Eclipse IDE/xPack GNU Arm Embedded GCC

What do you experience?

Linker cannot find any of the example object files as they have not been compiled

Under Windows, using Cygwin (which MUST be installed for it to work at all!) the syntax in lv_examples.mk needs to change

from: CSRCS += $(shell find -L lv_examples -name *.c)

to: CSRCS += $(shell find -L lv_examples -name “*.c”)

Thanks for the report; I’ve fixed it in master.