STMicroelectronics / STM32CubeF7

STM32Cube MCU Full Package for the STM32F7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
322 stars 191 forks source link

Compilation error in STM32CubeF7\Projects\STM32F7508-DISCO\Demonstrations\STemWin #22

Closed navinbkhatri closed 3 years ago

navinbkhatri commented 3 years ago

these demonstration code should compile and run without making any changes in the code, but unfortunately there are some errors that i found in these demo code, i hope it will be resolved. error_1: "no source": Error: #5: cannot open source input file "../../../../../Middlewares/ST/STemWin/OS/GUI_X_OS.c": No such file or directory error_2: ../Gui/Target/GUIConf.c(54): error: #5: cannot open source input file "GUI.h": No such file or directory. I am new to STM32F7508 programming please suggest where can i find these GUI files.

RKOUSTM commented 3 years ago

Hi @navinbkhatri,

Welcome to our GitHub organization. In fact, some Middlewares are not directly available on GitHub as they are subject to a restrictive license (ST Ultimate Liberty). To solve your problem you just need to download the STemWin module in this directory (STM32CubeF7/Middlewares/ST/STemWin/). Please follow the steps listed in this readme a link will redirect you to the MW web page on ST servers to download the STemWin module.

With regards,