Jump to content

SlowGoing

Members
  • Posts

    4
  • Joined

  • Last visited

    Files are missing in the download and error during compile: The 746 board with the FreeRTOS 746 demo compiles and runs fine. Using System for Workbench STM32 15:56:38 **** Incremental Build of configuration Debug for project STM32F7-Disco **** make all Building file: ../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c Invoking: MCU GCC Compiler C:\Users\xxxx\Desktop\disco stuff\STM32F7-Disco BareMetal\Debug arm-none-eabi-gcc -mcpu=cortex-m7 -mthumb -mfloat-abi=hard -mfpu=fpv5-sp-d16 -DSTM32F746G_DISCO -DSTM32F746NGHx -DSTM32F7 -DSTM32 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F746xx -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/inc" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/HAL_Driver/Inc" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/CMSIS/core" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/CMSIS/device" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/drivers/gdisp/STM32LTDC" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/drivers/ginput/touch/FT5336" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/src/gdisp/mcufont" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/rsc" -O0 -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.d" -MT"uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o" -o "uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o" "../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c" In file included from ../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c:8:0: C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/inc/gfx.h:51:31: fatal error: src/gfx_compilers.h: No such file or directory #include "src/gfx_compilers.h" ^ compilation terminated. make: *** [uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o] Error 1 uGFX/drivers/ginput/touch/FT5336/subdir.mk:18: recipe for target 'uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o' failed 15:56:38 Build Finished (took 237ms)
  1. Oh, no I didn't look in the config file Will do Ta
  2. The example in the wiki of the how to use the label does not work. Spelling mistake in gwinLabelCreate (should be gwinGLabelCreate). However I cannot get the label function to work using the STM32F746 FreeRTOS example and rotation button. I keep getting compiler error "undefined reference to `gwinGLabelCreate'" What am I missing ? Kim
×
×
  • Create New...