关于Keil5编译器报错:ARMLMD_LICENSE_FILE: unset - 解决

文章讲述了在升级KeilMDK至V5.38后,由于默认支持编译器变化导致的构建失败问题。用户安装了ArmCompiler5(V5.06u7)并尝试设置为默认编译器,但遇到构建失败。解决方案是将ArmCompiler5安装在Keil的指定路径下,并配置为工程的编译器。

    keil MDK版本更新到最新版本是V5.38。由于V5.38不支持编译器5,并且将默认编译器设置为编译器6,所以我安装了编译器5(Arm编译器版本5,V5.06更新7),带有独立补丁。然后将编译器5添加到keil ,设置编译器5为默认编译器,但是keil无法构建项目,构建输出部分打印如下,:

- ARMLMD_LICENSE_FILE: unset

- LM_LICENSE_FILE: unset

- ARM_PRODUCT_DEF: unset

- ARM_PRODUCT_PATH: unset

- ARM_TOOL_VARIANT: unset

解决方案:

将ARM编译器V5安装在【Keil安装路径】\ARM\ARM_Compiler_5.06u7下,比如:我的Keil安装在D:\Keil目录,则编译器安装在D:\Keil\ARM\ARM_Compiler_5.06u7下。

然后在选择编译器V5作为工程的编译器即可。

: 08-20 16:38:50 Build started: Project: Relay_Control 瓜: 08-20 16:39:36 Build started: Project: Relay_Control *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin' Build target 'Relay_Control' compiling main.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_msp.c... 瓜: 08-20 16:40:09 Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_gpio.c... 瓜: 08-20 16:41:20 Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_dma_ex.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 瓜: 08-20 16:41:24 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_dma.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_pwr.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_pwr_ex.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\sw\mappings - Toolchain location: C:\Users\admin\AppData\Local\Keil_v5\ARMCC\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -1 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling stm32f4xx_hal_cortex.c... Error: C9555E: Failed to check out a license. The license file could not be found. Check that ARMLMD_LICENSE_FILE is set correctly. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m1 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATHz怎么解决
08-21
*** Using Compiler 'V5.06', folder: 'E:\Keil\ARM\Bin' Rebuild target 'Target 1' assembling startup_cw32f030.s... startup_cw32f030.s: Error: A9555E: Failed to check out a license. startup_cw32f030.s: The provided license does not enable these tools. startup_cw32f030.s: ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. startup_cw32f030.s: Information about this error is available at: http://ds.arm.com/support/lic87/m5 startup_cw32f030.s: General licensing information is available at: http://ds.arm.com/support/licensing/ startup_cw32f030.s: If you need further help, provide this complete error report to your supplier or license.support@arm.com. startup_cw32f030.s: - ARMLMD_LICENSE_FILE: unset startup_cw32f030.s: - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' startup_cw32f030.s: - ARM_TOOL_VARIANT: unset startup_cw32f030.s: - ARM_PRODUCT_PATH: unset startup_cw32f030.s: - Product location: E:\Keil\ARM\sw\mappings startup_cw32f030.s: - Toolchain location: E:\Keil\ARM\Bin startup_cw32f030.s: - Selected tool variant: product startup_cw32f030.s: - Checkout feature: compiler5 startup_cw32f030.s: - Feature version: 5.0202006 startup_cw32f030.s: - Flex error code: -5 startup_cw32f030.s: Product: ARM Compiler 5.06 startup_cw32f030.s: Component: ARM Compiler 5.06 update 7 (build 960) startup_cw32f030.s: Tool: ArmAsm [4d35fa] compiling cw32f030_awt.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_gtim.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_dma.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling main.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_crc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_adc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_atim.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_debug.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_i2c.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling interrupts_cw32f030.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_gpio.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_flash.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_btim.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_digitalsign.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_iwdt.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_lvd.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_pwr.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_ram.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_rcc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_rtc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_spi.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_systick.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_uart.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_vc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling cw32f030_wwdt.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling system_cw32f030.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling tft.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling tft_init.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling adc.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling freq.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling timer.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling led.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] compiling key.c... Error: C9555E: Failed to check out a license. The provided license does not enable these tools. ARMLMD_LICENSE_FILE is not set. You must set this to the path to your license. Information about this error is available at: http://ds.arm.com/support/lic87/m5 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: 'E:\mentor10\LICENSE.dat' - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: E:\Keil\ARM\sw\mappings - Toolchain location: E:\Keil\ARM\Bin - Selected tool variant: product - Checkout feature: compiler5 - Feature version: 5.0202006 - Flex error code: -5 Product: ARM Compiler 5.06 Component: ARM Compiler 5.06 update 7 (build 960) Tool: ArmCC [4d365d] ".\Objects\CW32_OSC.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:02
最新发布
10-20
评论 17
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

happydesigner

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值