Getting an unresolved reference for a static library
Hi,
I am trying to implement STemWin v5.22 for an F4 MCU. I made sure to provide a path to the static library and included all the other necessary files. However I still get this error:
../Lib\lib_STemWin522_CM4_GCC.a(GUI_Core.o): In function `GUI__Config':
GUI_Core.c:(.text.GUI__Config+0xc): undefined reference to `GUI_X_Config'
collect2.exe: error: ld returned 1 exit statusGUI_X_Config is defined in GUI.h of the STemWin library, to which there is a path provided.
I don't really understand why there is still an unresolved dependency. Are there other files necessary for this STemWin version? I only got the static library from some online repo, not the official ST website. I don't think this version of STemWin is available anymore
