Loading...
 
Skip to main content

System Workbench for STM32


Could not resolve same errors even after rebuilding project

Hi,

I just re-installed the SW4STM32 and again got the below errors (I also tried to Rebuild iit several times but the errors still exists.

I also got Program "arm-none-eabi-g++" not found in PATH and Program "arm-none-eabi-gcc" not found in PATH errors, but as I read in some other thread answers, I deleted those errors.

Errors:
Description Resource Path Location Type
Type '__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1)' could not be resolved main.c /STM/Src line 140 Semantic Error
Type '__HAL_RCC_GPIOD_CLK_ENABLE()' could not be resolved main.c /STM/Src line 221 Semantic Error
Type '__HAL_RCC_PWR_CLK_ENABLE()' could not be resolved main.c /STM/Src line 139 Semantic Error
Type 'GPIO_PIN_12' could not be resolved main.c /STM/Src line 224 Semantic Error
Type 'GPIO_PIN_12' could not be resolved main.c /STM/Src line 227 Semantic Error
Type 'GPIO_PIN_13' could not be resolved main.c /STM/Src line 224 Semantic Error
Type 'GPIO_PIN_13' could not be resolved main.c /STM/Src line 227 Semantic Error
Type 'GPIO_PIN_14' could not be resolved main.c /STM/Src line 224 Semantic Error
Type 'GPIO_PIN_14' could not be resolved main.c /STM/Src line 227 Semantic Error
Type 'GPIO_PIN_15' could not be resolved main.c /STM/Src line 224 Semantic Error
Type 'GPIO_PIN_15' could not be resolved main.c /STM/Src line 227 Semantic Error
Type 'RCC_HSI_ON' could not be resolved main.c /STM/Src line 144 Semantic Error
Type 'RCC_PLL_NONE' could not be resolved main.c /STM/Src line 146 Semantic Error

Can anyone please help me with this.

Thanks in advance.

Best regards

Hi,

Can you copy the console output ? It gives more information about the build errors.

Regards,
Kevin