STM32F769I-DISCO How to get started using TouchGFX AND cube
A) When I try to start almost any project other than a blank screen on touchGFX it simply says that that demo is unavailable for the 769. Can you please remove the projects that won't compile from the list.
B) On the newest version 4.12.3 I could not get ANY (even a blank project ) started.
C) I went back to 4.10.0 and could at least get TouchGFX to build compile and download a project. This works from TouchGFX.
When I went to compile from Cube I get the following.
Where and how do I fix the missing files?
How do I get the to remain in my project as a regenerate from TouchGFX will probably remove them.
13:58:29 **** Build of configuration Debug for project SRMInstrument769I ****
make -j4 all
arm-none-eabi-g++ "../TouchGFX/target/BoardConfiguration.cpp" -mcpu=cortex-m7 -std=gnu++14 -g3 -DUSE_HAL_DRIVER -DSTM32F769xx -DDEBUG -c -ITouchGFX/target -IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -IDrivers/STM32F7xx_HAL_Driver/Inc/Legacy -ITouchGFX/generated/gui_generated/include -IDrivers/CMSIS/Device/ST/STM32F7xx/Include -IDrivers/CMSIS/Include -IDrivers/STM32F7xx_HAL_Driver/Inc -IMiddlewares/Third_Party/FreeRTOS/Source/include -IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -ITouchGFX/generated/texts/include -ITouchGFX/gui/include -IMiddlewares/ST/TouchGFX/touchgfx/framework/include -ITouchGFX/generated/fonts/include -ITouchGFX/generated/images/include -ICore/Inc -IDrivers/BSP/Components/otm8009a -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-use-cxa-atexit -Wall -fstack-usage -MMD -MP -MF"TouchGFX/target/BoardConfiguration.d" -MT"TouchGFX/target/BoardConfiguration.o" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/BoardConfiguration.o"
arm-none-eabi-g++ "../TouchGFX/target/GPIO.cpp" -mcpu=cortex-m7 -std=gnu++14 -g3 -DUSE_HAL_DRIVER -DSTM32F769xx -DDEBUG -c -ITouchGFX/target -IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -IDrivers/STM32F7xx_HAL_Driver/Inc/Legacy -ITouchGFX/generated/gui_generated/include -IDrivers/CMSIS/Device/ST/STM32F7xx/Include -IDrivers/CMSIS/Include -IDrivers/STM32F7xx_HAL_Driver/Inc -IMiddlewares/Third_Party/FreeRTOS/Source/include -IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -ITouchGFX/generated/texts/include -ITouchGFX/gui/include -IMiddlewares/ST/TouchGFX/touchgfx/framework/include -ITouchGFX/generated/fonts/include -ITouchGFX/generated/images/include -ICore/Inc -IDrivers/BSP/Components/otm8009a -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-use-cxa-atexit -Wall -fstack-usage -MMD -MP -MF"TouchGFX/target/GPIO.d" -MT"TouchGFX/target/GPIO.o" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/GPIO.o"
arm-none-eabi-g++ "../TouchGFX/target/HW_Init.cpp" -mcpu=cortex-m7 -std=gnu++14 -g3 -DUSE_HAL_DRIVER -DSTM32F769xx -DDEBUG -c -ITouchGFX/target -IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -IDrivers/STM32F7xx_HAL_Driver/Inc/Legacy -ITouchGFX/generated/gui_generated/include -IDrivers/CMSIS/Device/ST/STM32F7xx/Include -IDrivers/CMSIS/Include -IDrivers/STM32F7xx_HAL_Driver/Inc -IMiddlewares/Third_Party/FreeRTOS/Source/include -IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -ITouchGFX/generated/texts/include -ITouchGFX/gui/include -IMiddlewares/ST/TouchGFX/touchgfx/framework/include -ITouchGFX/generated/fonts/include -ITouchGFX/generated/images/include -ICore/Inc -IDrivers/BSP/Components/otm8009a -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-use-cxa-atexit -Wall -fstack-usage -MMD -MP -MF"TouchGFX/target/HW_Init.d" -MT"TouchGFX/target/HW_Init.o" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/HW_Init.o"
arm-none-eabi-g++ "../TouchGFX/target/OTM8009TouchController.cpp" -mcpu=cortex-m7 -std=gnu++14 -g3 -DUSE_HAL_DRIVER -DSTM32F769xx -DDEBUG -c -ITouchGFX/target -IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -IDrivers/STM32F7xx_HAL_Driver/Inc/Legacy -ITouchGFX/generated/gui_generated/include -IDrivers/CMSIS/Device/ST/STM32F7xx/Include -IDrivers/CMSIS/Include -IDrivers/STM32F7xx_HAL_Driver/Inc -IMiddlewares/Third_Party/FreeRTOS/Source/include -IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -ITouchGFX/generated/texts/include -ITouchGFX/gui/include -IMiddlewares/ST/TouchGFX/touchgfx/framework/include -ITouchGFX/generated/fonts/include -ITouchGFX/generated/images/include -ICore/Inc -IDrivers/BSP/Components/otm8009a -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-use-cxa-atexit -Wall -fstack-usage -MMD -MP -MF"TouchGFX/target/OTM8009TouchController.d" -MT"TouchGFX/target/OTM8009TouchController.o" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "TouchGFX/target/OTM8009TouchController.o"
../TouchGFX/target/GPIO.cpp:2:10: fatal error: touchgfx/hal/GPIO.hpp: No such file or directory
#include <touchgfx/hal/GPIO.hpp>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
../TouchGFX/target/OTM8009TouchController.cpp:2:10: fatal error: OTM8009TouchController.hpp: No such file or directory
#include <OTM8009TouchController.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
../TouchGFX/target/BoardConfiguration.cpp:1:10: fatal error: common/TouchGFXInit.hpp: No such file or directory
#include <common/TouchGFXInit.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../TouchGFX/target/HW_Init.cpp:49:0:
../TouchGFX/target/HW_Init.hpp:53:10: fatal error: main.h: No such file or directory
#include "main.h"
^~~~~~~~
compilation terminated.
make: *** [TouchGFX/target/subdir.mk:36: TouchGFX/target/BoardConfiguration.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [TouchGFX/target/subdir.mk:38: TouchGFX/target/GPIO.o] Error 1
make: *** [TouchGFX/target/subdir.mk:42: TouchGFX/target/OTM8009TouchController.o] Error 1
make: *** [TouchGFX/target/subdir.mk:40: TouchGFX/target/HW_Init.o] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.
13:58:36 Build Failed. 9 errors, 0 warnings. (took 6s.585ms)
