This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

keil 5 with LED Button app

Hi;

i tried to compile LED Button app founded in this tutorial infocenter.nordicsemi.com/index.jsp in nrf51822 pca 20006 I had these errors someone can help me please or provide me a version compatible with my beacon

errors:

*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf51822_xxaa_s110 (256K)'
compiling system_nrf51.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\toolchain\system_nrf51.c: 0 warnings, 1 error
compiling ble_lbs.c...
compiling ble_srv_common.c...
compiling ble_error_log.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\ble\ble_error_log\ble_error_log.c: 0 warnings, 1 error
compiling ble_debug_assert_handler.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\ble\ble_debug_assert_handler\ble_debug_assert_handler.c: 0 warnings, 1 error
compiling ble_conn_params.c...
compiling softdevice_handler.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c: 0 warnings, 1 error
compiling app_button.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\libraries\button\app_button.c: 0 warnings, 1 error
compiling app_scheduler.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\libraries\scheduler\app_scheduler.c: 0 warnings, 1 error
compiling ble_advdata.c...
compiling crc16.c...
compiling pstorage.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\drivers_nrf\pstorage\pstorage.c: 0 warnings, 1 error
compiling app_gpiote.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\libraries\gpiote\app_gpiote.c: 0 warnings, 1 error
compiling app_timer.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.14.1\Device\Include\nrf51.h(119): error:  #5: cannot open source input file "core_cm0.h": No such file or directory
  #include "core_cm0.h"                               /*!< Cortex-M0 processor and core peripherals                              */
..\..\..\..\components\libraries\timer\app_timer.c: 0 warnings, 1 error
compiling app_timer_appsh.c...
".\_build\ble_app_lbs.axf" - 9 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:15
Parents
  • Hi,

    Have you checked that you have installed the ARM CMSIS pack in Keil Pack Installer?

    image description

    This should provide the missing file (core_cm0.h), and it should be located in the following path:

    {Keil_install_dir}\ARM\PACK\ARM\CMSIS\{version}\CMSIS\Include
    

    If you have the pack correctly installed, you should check that the file can be found in the path.

    Best regards,

    Jørgen

  • the project that i downloaded doesn't have this folder because of that i copied-pasted it from another folder in my sdk but when i did it i had these errors

    *** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
    Build target 'nrf51822_xxaa_s110 (256K)'
    compiling ble_error_log.c...
    compiling app_button.c...
    compiling pstorage.c...
    linking...
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_disable (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_init (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_is_set (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_init (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_is_init (referred from app_button.o).
    Not enough information to list image symbols.
    Not enough information to list load addresses in the image map.
    Finished: 2 information, 0 warning and 6 error messages.
    ".\_build\ble_app_lbs.axf" - 6 Error(s), 0 Warning(s).
    Target not created.
    Build Time Elapsed:  00:00:05
    
Reply
  • the project that i downloaded doesn't have this folder because of that i copied-pasted it from another folder in my sdk but when i did it i had these errors

    *** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
    Build target 'nrf51822_xxaa_s110 (256K)'
    compiling ble_error_log.c...
    compiling app_button.c...
    compiling pstorage.c...
    linking...
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_disable (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_init (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_is_set (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_init (referred from app_button.o).
    .\_build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_is_init (referred from app_button.o).
    Not enough information to list image symbols.
    Not enough information to list load addresses in the image map.
    Finished: 2 information, 0 warning and 6 error messages.
    ".\_build\ble_app_lbs.axf" - 6 Error(s), 0 Warning(s).
    Target not created.
    Build Time Elapsed:  00:00:05
    
Children
No Data
Related