Jump to content

Kent

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi, I'm a newbie student trying to use UGFX on the STM32F7. I'm using the stm32f7 project and the ugfx lib from bitbucket. I've modified the makefile, and fixed a first problem adding "INCPATH = $(HAL)/Inc". But now i've an other issue and i don't find the way to fix it : "make: *** No rule to make target `.build/obj//Src/stm32f7xx_hal.o', needed by `.build/stm32f7-discovery.elf'. Stop." ent@kentXu:~/Projects/ugfx_Workspace/stm32f7-discovery$ make . C Compiler Options.... arm-none-eabi-gcc -c -g3 -ggdb -O0 -std=c99 -g3 -mcpu=cortex-m7 -falign-functions=16 -mfloat-abi=hard -mfpu=fpv5-sp-d16 -fsingle-precision-constant -fomit-frame-pointer -Wall -Wextra -Wstrict-prototypes -fverbose-asm -MMD -MP -MF .build/dep/fakethumbfile.o.d -I. -ISTM32F7xx_HAL_Driver/Inc -I../ugfx -I../ugfx/3rdparty/tinygl-0.4-ugfx/include -I../ugfx/boards/base/STM32F746-Discovery -ICMSIS/Device/ST/STM32F7xx/Include -ICMSIS/Include -I/Inc -I../ugfx/drivers/gdisp/STM32LTDC -DSTM32F746xx -DGFX_OS_PRE_INIT_FUNCTION=Raw32OSInit -DGFX_OS_INIT_NO_WARNING=TRUE -DGFX_USE_OS_RAW32=TRUE -DCORTEX_USE_FPU=TRUE -DUSE_FPU=hard -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB fakethumbfile.c -o .build/obj/fakethumbfile.o . Assembler Options..... arm-none-eabi-gcc -c -g3 -ggdb -O0 -std=c99 -g3 -mcpu=cortex-m7 -falign-functions=16 -mfloat-abi=hard -mfpu=fpv5-sp-d16 -fsingle-precision-constant -fomit-frame-pointer -Wall -Wextra -Wstrict-prototypes -fverbose-asm -MMD -MP -MF .build/dep/fakethumbfile.o.d -I. -ISTM32F7xx_HAL_Driver/Inc -I../ugfx -I../ugfx/3rdparty/tinygl-0.4-ugfx/include -I../ugfx/boards/base/STM32F746-Discovery -ICMSIS/Device/ST/STM32F7xx/Include -ICMSIS/Include -I/Inc -I../ugfx/drivers/gdisp/STM32LTDC -DSTM32F746xx -DGFX_OS_PRE_INIT_FUNCTION=Raw32OSInit -DGFX_OS_INIT_NO_WARNING=TRUE -DGFX_USE_OS_RAW32=TRUE -DCORTEX_USE_FPU=TRUE -DUSE_FPU=hard -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB fakethumbfile.s -o .build/obj/fakethumbfile.o . Linker Options........ arm-none-eabi-gcc -mcpu=cortex-m7 -falign-functions=16 -mfloat-abi=hard -mfpu=fpv5-sp-d16 -fsingle-precision-constant -nostartfiles -mthumb -Wl,-Map=.build/stm32f7-discovery.map,--cref -T../ugfx/boards/base/STM32F746-Discovery/stm32f746nghx_flash.ld -lm .build/obj/fakethumbfile.o -o .build/stm32f7-discovery.elf . make: *** No rule to make target `.build/obj//Src/stm32f7xx_hal.o', needed by `.build/stm32f7-discovery.elf'. Stop. Somebody could help me with that ? Thanks
×
×
  • Create New...