仗剑只为她

仗剑只为她

Solution: Keil5 compiler error: ARMLMD_LICENSE_FILE unset

The keil MDK version has been updated to the latest version, which is V5.38. Since V5.38 does not support compiler 5 and sets the default compiler to compiler 6, I installed compiler 5 (Arm compiler version 5, V5.06 update 7) with a separate patch. Then I added compiler 5 to keil and set it as the default compiler. However, keil was unable to build the project, and the build output section printed the following:

ARMLMD_LICENSE_FILE: unset
LM_LICENSE_FILE: unset
ARM_PRODUCT_DEF: unset
ARM_PRODUCT_PATH: unset
ARM_TOOL_VARIANT: unset

Solution:
Install ARM compiler V5 in [Keil installation path]\ARM\ARM_Compiler_5.06u7, for example: if my Keil is installed in D:\Keil directory, then the compiler should be installed in D:\Keil\ARM\ARM_Compiler_5.06u7.
Then select compiler V5 as the compiler for the project.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.