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

Altera Evaluation Edition License and ARM Compiler 6

Hi,

I am trying to use the ARM Compiler/Assembler 6 to assemble the alt_interrupt_aarch64.S that is part of the HWLIB for Intel/Altera SOCs. I used the Altera Evaluation License serial number and loaded it into the ARM license manager.

But when I try to use the ARM Assembler 6 I get an error that it cannot check out the license. Why is this happening?

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
10:20:43 **** Build of configuration Debug for project altera_hwlib ****
make all
'Building file: ../alt_interrupt_aarch64.S'
'Invoking: Arm Assembler 6'
armclang --target=aarch64-arm-none-eabi -mcpu=cortex-a53 -g -c -o "alt_interrupt_aarch64.o" "../alt_interrupt_aarch64.S"
armclang.exe: error: Failed to check out a license.
armclang.exe: note:
Information about this error is available at: http://ds.arm.com/support/lic56/m103
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: 'C:\Users\ \AppData\Roaming\ARM\DS-5\licenses'
- LM_LICENSE_FILE: unset
- ARM_TOOL_VARIANT: 'eval_alt'
- ARM_PRODUCT_PATH: 'C:\intelFPGA_pro\19.1\embedded\ds-5\sw\mappings'
- Product location: C:\intelFPGA_pro\19.1\embedded\ds-5\sw\mappings
- Toolchain location: C:\intelFPGA_pro\19.1\embedded\ds-5\sw\ARMCompiler6.10.1\lib\tt_default\bin
- Selected tool variant: eval_alt
armclang.exe: note:
- Checkout feature: eval_alt_armcompiler
- Feature version: 5.0201806
- Flex error code: -103
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

0