We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.