2023-12-04 12:46 PM
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?
2025-06-18 3:52 AM
Try downgrade make.exe to older version. I overwrite make.exe in CubeIDE v1.18 (used with GCC v14.2) with version from v1.13 (GNU Make 4.2.1_st_20200221-0903_longpath) and problem with "pattern recipe" disperse. Make directory: STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.XXX\tools\bin.