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

Error: C9511E: Product definition file was not found. on MDK5.13 and SDK 7.2.0

Hi,

We bought new some new nrf51822 beacon boards to get latest revision HW. Then upgraded Keil uVision to latest 5.13 and installed SDK 7.2. However I can't get anything to compile with this configuration. As an example I tried compiling demo application "blinky_blank_pca10028" but I get the error "Error: C9511E: Product definition file was not found...." All packs are updated and I get the same type of error no matter what nrf51 device or project I select. Full output below.

Any thoughts what the problem may be? Probably something very basic that is wrong here.. What I want to do is to build the latest 1.1.0 firmware for nrf51822 beacon in the end.

Many thanks, Olov

Build target 'nrf51422_xxac' compiling main.c... Error: C9511E: Product definition file was not found. The following paths were searched:

  • C:\Keil_v5\ARM\ARMCC\Bin\mdk_cm_pro.elmap
  • C:\Keil_v5\ARM\ARMCC\Bin....\sw\mappings\mdk_cm_pro.elmap
  • C:\Keil_v5\ARM\ARMCC\Bin......\sw\mappings\mdk_cm_pro.elmap
  • C:\Keil_v5\ARM\ARMCC\Bin..\sw\mappings\mdk_cm_pro.elmap Error: C9545E: Info key CT.ProductName could not be found in product definition C:\Keil_v5\ARM\ARMCC\sw\mappings\armcompiler.elmap Product: unknown Component: ARM Compiler 5.05 update 1 (build 106) Tool: ArmCC [4d0efa] assembling arm_startup_nrf51.s... arm_startup_nrf51.s: Error: A9511E: Product definition file was not found. The following paths were searched: arm_startup_nrf51.s: - C:\Keil_v5\ARM\ARMCC\Bin\mdk_cm_pro.elmap arm_startup_nrf51.s: - C:\Keil_v5\ARM\ARMCC\Bin....\sw\mappings\mdk_cm_pro.elmap arm_startup_nrf51.s: - C:\Keil_v5\ARM\ARMCC\Bin......\sw\mappings\mdk_cm_pro.elmap arm_startup_nrf51.s: - C:\Keil_v5\ARM\ARMCC\Bin..\sw\mappings\mdk_cm_pro.elmap arm_startup_nrf51.s: arm_startup_nrf51.s: Error: A9545E: Info key CT.ProductName could not be found in product definition C:\Keil_v5\ARM\ARMCC\sw\mappings\armcompiler.elmap arm_startup_nrf51.s: Product: unknown arm_startup_nrf51.s: Component: ARM Compiler 5.05 update 1 (build 106) arm_startup_nrf51.s: Tool: ArmAsm [4d0efa] "._build\nrf51422_xxac.axf" - 2 Error(s), 0 Warning(s). Target not created.
Related