I am missing a lot of the TouchCFX files after generating code with STM32CubeMX and "TouchCFX Designer". The linker errors is shown in the "Details". Should the code have been generated by "TouchCFX Designer" or have I missed something ?
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::~HAL()':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:101: undefined reference to `vtable for touchgfx::HAL'
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::lcd()':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:235: undefined reference to `touchgfx::HAL::instance'
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::backPorchExited()':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:547: undefined reference to `touchgfx::HAL::swapFrameBuffers()'
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::setFrameBufferStartAddress(void*, unsigned short, bool, bool)':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:652: undefined reference to `touchgfx::HAL::FRAME_BUFFER_HEIGHT'
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::setFrameBufferStartAddresses(void*, void*, void*)':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:674: undefined reference to `touchgfx::HAL::USE_DOUBLE_BUFFERING'
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:674: undefined reference to `touchgfx::HAL::USE_ANIMATION_STORAGE'
Application/User/TouchGFX/target/TouchGFXHAL.o: In function `touchgfx::HAL::performDisplayOrientationChange()':
C:/workspace/test/test/CM7/Middlewares/ST/touchgfx/framework/include/touchgfx/hal/HAL.hpp:1107: undefined reference to `touchgfx::HAL::DISPLAY_ROTATION'