AC6 + CubeMX include problems
Yes, I changed all the “" to “/”, also il the linker path, all the includes appears to be correctly imported in the eclipse project. No way to compile.
Eclipse finds many “could not resolve”, e.g. “RCC_OscInitTypeDef” or “PWR_REGULATOR_VOLTAGE_SCALE1”.
The console says:
/bin/sh: 1: Syntax error: “(” unexpected
Drivers/STM32F4xx_HAL_Driver/subdir.mk:48: set di istruzioni per l’obiettivo “Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.o” non riuscito
make: *** Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.o Errore 2
Is there any working tutorial for using CubeMX projects under Linux?
We have to deveop under linux, and we moved to STM32 boards because of the good tool CubeMX... but now it is useless.