Hello, our company uses the Keil MDK and we're working on supporting cross-development in Linux with Arm's Linux x86 armclang package.
I downloaded the Arm Compiler for Embedded and am trying to use `armlm` to activate the product using our FlexNet license server which we use for the Keil MDK.
My invocation for `armlm`:
armlm activate -as-user <username> -to-file <file> -server <port>@<ip> -product <product ID>
`armlm` gives the following error:
An error occurred during activation: Invalid license server address '<port>@<ip>'. Please check the address syntax.
I can ping the port of our license server from my Linux environment, I just need support with syntax. An example invocation for `armlm` using a FlexNet server would help.
You already found the reason for this issue. The Keil MDK is Windows only.
You need to purchase an Arm Developer Studio license to run the compiler under Linux. See:developer.arm.com/.../Arm Development Studio
Thanks for confirming. Best