alxhoff / STM32-uGFX-Cmake

CMake project for a STM32F4 (easily modified for other chip series) using uGFX (optional)
GNU General Public License v3.0
1 stars 2 forks source link

Remove `gdisp_lld_config.h` warning #10

Open alxhoff opened 4 years ago

alxhoff commented 4 years ago

Describe the bug

[ 55%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/mcufont/mf_justify.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory [ 56%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/mcufont/mf_kerning.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory [ 58%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/mcufont/mf_rlefont.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory [ 60%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/mcufont/mf_scaledfont.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory [ 61%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/mcufont/mf_wordwrap.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory [ 63%] Building C object CMakeFiles/STM32F4_UGFX.elf.dir/lib/uGFX-Fork/src/gdisp/gdisp_fonts.c.o cc1: warning: /home/alxhoff/git/GitHub/STM32-uGFX-Cmake/gdisp_lld_config.h: not a directory

To Reproduce Steps to reproduce the behavior: build

PhilippvK commented 4 years ago

Yeah, passing a directory instead a .h File fixes this.