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

Arm Compiler for Embedded License Activation in Linux

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.