undefined reference to `touchgfx::VideoController::getInstance()' could anybody help on this?
"EVK043013B.elf" @"objects.list" -l:libtouchgfx-float-abi-hard.a -l:libtouchgfx.a -mcpu=cortex-m7 -T"C:\TouchGFXProjects\MyApplication_1\STM32CubeIDE\STM32F750N8HX_FLASH.ld" --specs=nosys.specs -Wl,-Map="EVK043013B.map" -Wl,--gc-sections -static -L../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc --specs=nano.specs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o): in function `touchgfx::VideoWidget::~VideoWidget()':
(.text._ZN8touchgfx11VideoWidgetD2Ev+0x8): undefined reference to `touchgfx::VideoController::getInstance()'
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o): in function `touchgfx::VideoWidget::handleTickEvent()':
(.text._ZN8touchgfx11VideoWidget15handleTickEventEv+0x4): undefined reference to `touchgfx::VideoController::getInstance()'
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o): in function `touchgfx::VideoWidget::draw(touchgfx::Rect const&) const':
(.text._ZNK8touchgfx11VideoWidget4drawERKNS_4RectE+0x22): undefined reference to `touchgfx::VideoController::getInstance()'
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o): in function `touchgfx::VideoWidget::VideoWidget()':
(.text._ZN8touchgfx11VideoWidgetC2Ev+0x3e): undefined reference to `touchgfx::VideoController::getInstance()'
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o): in function `touchgfx::VideoWidget::play() const':
(.text._ZNK8touchgfx11VideoWidget4playEv+0x4): undefined reference to `touchgfx::VideoController::getInstance()'
c:\st\stm32cubeide_1.10.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\arm-none-eabi\bin\ld.exe: ../../Middlewares/ST/TouchGFX/touchgfx/lib/core/cortex_m7/gcc\libtouchgfx-float-abi-hard.a(VideoWidget.o):(.text._ZNK8touchgfx11VideoWidget9setRepeatEb+0x6): more undefined references to `touchgfx::VideoController::getInstance()' follow
collect2.exe: error: ld returned 1 exit status
