This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

basic compiler question

Sorry just trying to set up the Keil system to run a simple starter program with an STM32F051. Used STM32Cube to get the code set up, ported over to the Keil uVision tool. When I go to compile I get the following. It doesn't seem to find the path but can't figure out why

Any help?
*** Using Compiler 'V5.06 update 2 (build 183)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'ST_blink'
compiling stm32f0xx_it.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_it.__i'.
compiling stm32f0xx_hal_msp.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_msp.__i'.
compiling main.c...
Fatal error: C3906U: Malformed via file 'st_blink\main.__i'.
compiling system_stm32f0xx.c...
Fatal error: C3906U: Malformed via file 'st_blink\system_stm32f0xx.__i'.
compiling stm32f0xx_hal_tim.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_tim.__i'.
compiling stm32f0xx_hal_i2c.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_i2c.__i'.
compiling stm32f0xx_hal_dma.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_dma.__i'.
compiling stm32f0xx_hal_cortex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_cortex.__i'.
compiling stm32f0xx_hal_pwr.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_pwr.__i'.
compiling stm32f0xx_hal_tim_ex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_tim_ex.__i'.
compiling stm32f0xx_hal.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal.__i'.
compiling stm32f0xx_hal_rcc.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_rcc.__i'.
compiling stm32f0xx_hal_flash.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_flash.__i'.
compiling stm32f0xx_hal_i2c_ex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_i2c_ex.__i'.
compiling stm32f0xx_hal_gpio.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_gpio.__i'.
compiling stm32f0xx_hal_pwr_ex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_pwr_ex.__i'.
compiling stm32f0xx_hal_rcc_ex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_rcc_ex.__i'.
assembling startup_stm32f051x8.s...
startup_stm32f051x8.s: error: A3906U: Malformed via file 'st_blink\startup_stm32f051x8._ia'.
compiling stm32f0xx_hal_flash_ex.c...
Fatal error: C3906U: Malformed via file 'st_blink\stm32f0xx_hal_flash_ex.__i'.
"ST_blink\ST_blink.axf" - 1 Error(s), 0 Warning(s).
Target not created.