Question
STM32CubeIDE 1.14.0 pattern recipe problem
Hi,
I have project for STM32F405 created manually. Project is using fixed GCC 4.92014q4.
After updating STM32CubeIDE to version 1.14.0 i got warnings shown below.
Compiler option "Cyclomatic Complexity" is disabled.
File "subdir.mk" contains this rule:
# Each subdirectory must supply rules for building sources it contributes
Src/%.o Src/%.su Src/%.cyclo: ../Src/%.c Src/subdir.mk
How to remove this warnings?
