Keil derleme sorunu

Başlatan havya, 01 Şubat 2023, 00:46:51

havya

Selam ustalarım, keil kullanarak discovery32f429 kartımı programlamaya çalışıyorum fakat derleme esnasında şöyle hata kodları alıyorum




Build started: Project: keil
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'Target 1'
compiling deneme.c...
deneme.c(1): warning: In file included from...
C:/Users/Burak/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.16.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include\stm32f4xx.h(11): warning: invalid UTF-8 in comment [-Winvalid-utf8]
  *              - To use or not the peripheral<92>s drivers in application code(i.e.
                                               ^
C:/Users/Burak/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.16.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include\stm32f4xx.h(12): warning: invalid UTF-8 in comment [-Winvalid-utf8]
  *                code will be based on direct access to peripheral<92>s registers
                                                                    ^
deneme.c(1): warning: In file included from...
C:/Users/Burak/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.16.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include\stm32f4xx.h(141): warning: In file included from...
C:/Users/Burak/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.16.0/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h:174:10: fatal error: 'core_cm4.h' file not found
#include "core_cm4.h"             /* Cortex-M4 processor and core peripherals */
         ^~~~~~~~~~~~
2 warnings and 1 error generated.
linking...
.\Objects\keil.axf: error: L6002U: Could not open file .\objects\deneme.o: No such file or directory
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning, 0 error and 1 fatal error messages.
".\Objects\keil.axf" - 1 Error(s), 2 Warning(s).
Target not created.
Build Time Elapsed:  00:00:01