This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The problem for using a new version of Keil u vision MDK536.exe for LPC2148

I have installed the latest version of mdk536.exe for ARM7 LPC2148 but during debugging the program some errors are found.

Which are as follows:

Error: C9580E: ARM7 is not available with the current toolkit and license. Check that ARM_TOOL_VARIANT is set correctly.
Check that your license details are correct in the License Management dialog of MDK. Additional information is available at:
www.keil.com/.../license_management.htm
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:\Keil_v5\ARM\sw\mappings
- Toolchain location: C:\Keil_v5\ARM\ARMCC\Bin
- Selected tool variant: mdk_lite
Product: MDK-ARM Lite 5.36
Component: ARM Compiler 5.06 update 7 (build 960)
Tool: ArmCC [4d365d]
Fatal error: C3903U: Argument 'ARM7TDMI' not permitted for option 'cpu'.
assembling Startup.s...
Startup.s: Error: A9580E: ARM7 is not available with the current toolkit and license. Check that ARM_TOOL_VARIANT is set correctly.
Startup.s: Check that your license details are correct in the License Management dialog of MDK. Additional information is available at:
Startup.s: www.keil.com/.../license_management.htm
Startup.s: If you need further help, provide this complete error report to your supplier or license.support@arm.com.
Startup.s: - ARMLMD_LICENSE_FILE: unset
Startup.s: - LM_LICENSE_FILE: unset
Startup.s: - ARM_TOOL_VARIANT: unset
Startup.s: - ARM_PRODUCT_PATH: unset
Startup.s: - Product location: C:\Keil_v5\ARM\sw\mappings
Startup.s: - Toolchain location: C:\Keil_v5\ARM\ARMCC\Bin
Startup.s: - Selected tool variant: mdk_lite
Startup.s: Product: MDK-ARM Lite 5.36
Startup.s: Component: ARM Compiler 5.06 update 7 (build 960)
Startup.s: Tool: ArmAsm [4d35fa]
Startup.s: error: A3903U: Argument 'ARM7TDMI' not permitted for option 'cpu'.

How can I solve these errors, please guide me.