11:26:48 **** Build of configuration Debug for project startup_Cortex-R52_AC6 **** make all Building file: ../main.c Invoking: Arm C Compiler 6 armclang.exe --target=arm-arm-none-eabi -mcpu=cortex-r52 -mfpu=neon-fp-armv8 -mfloat-abi=hard -mthumb -O1 -g -MD -MP -c -o "main.o" "../main.c" armclang: error: Failed to check out a license. The provided license does not enable these tools. armclang: note: Information about this error is available at https://developer.arm.com/support/lic56/m5 General licensing information is available at https://developer.arm.com/support/licensing/ If you need further help, provide this complete error message to your supplier or to Arm via https://services.arm.com/support/s/contactsupport - ARMLMD_LICENSE_FILE: 'C:\Users\admin\AppData\Roaming\arm\ds\licenses' - LM_LICENSE_FILE: unset - ARM_PRODUCT_DEF: 'C:\Program Files\Arm\Development Studio 2024.1-1\sw\mappings\gold.elmap' - ARM_PRODUCT_PATH: unset - ARM_TOOL_VARIANT: unset - Product location: C:\Program Files\Arm\Development Studio 2024.1-1\sw\mappings - Toolchain location: C:\Program Files\Arm\Development Studio 2024.1-1\sw\ARMCompiler6.23\bin - Selected tool variant: product armclang: note: - Checkout feature: ds_suite_rowan - Feature version: 0.0202410 - Flex error code: -5 Product: Arm Development Studio Gold Edition 2024.1-1 Component: Arm Compiler for Embedded 6.23 Tool: armclang [5f103000] make: *** [subdir.mk:27: main.o] Error 1 "make all" terminated with exit code 2. Build might be incomplete. 11:26:49 Build Failed. 2 errors, 0 warnings. (took 316ms)
I have an evaluation license.
If you click 'Active Product ' > 'Change', can you select the Evaluation Edition, rather than Gold Edition that you currently have selected?
There is no Evaluation Edition
Is it possible to share the license file you are using?
sure
ronan.synnott AT arm.com
I send it to your email.
Received.
This license will only enable version 2024.0.
Is it possible for you to download and install that version instead?
it works. Thanks! I can build the Example with ADS 2024.0.
But there are something wrong about debug session. It from this page(https://developer.arm.com/documentation/102909/0100/Download-and-build-the-examples?lang=en).
Is this a license issue?
HiMy name is Stephen and I work at Arm.I'm pleased to see that you have been able to compile the example with Arm DS 2024.0.The compile step requires a license, so the license is working, so that is not the cause of the "Validation of probe file ... probes.xml failed" you are now seeing.I've also been able to build the example with Arm DS 2024.0, and can launch a debug session successfully (with no errors), so it is not a problem with the example itself either - see screenshot.
Here are two possible workaround for you to try:1) Create a fresh workspace with Arm DS 202.0 and import the examples into that. It is possible that your original workspace (created with Arm DS 2024.1?) is somehow incompatible.2) Try "rebuilding the database". To do so, select Window > Preferences, then Arm DS > Configuration Database.Check the "Default Configuration Database" is located correctly, then try clicking "Rebuild database".Hope this helps,Stephen
It works! Thank!