Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
I am currently facing a situation where my pc does not connect to internet. I want to use ARM DS for development of software for ARM cortex A9. Where can i get a downloadable eval license , help would be appreciated.
Hi SamAs I wrote in the other thread, Arm Compiler 5 may be downloaded from developer.arm.com/.../ACOMP5However, please be aware that AC5 is a legacy product with no further maintenance planned. It also cannot be used with an Arm DS Evaluation license, so you'll need to purchase a full license to use it.For information on how to migrate from AC5 to AC6, see developer.arm.com/.../0620The settings window for the assembler is different because, for AC6 in 2023.0, the default assembler is the gas-style assembler that is built into armclang. For AC5 in older toolkits, the default assembler was armasm.However, armasm is still provided in AC6, and old-style armasm assembler may be assembled with armclang by using the "-masm=armasm" switch. armclang then invokes armasm to perform the assembly, rather than using its integrated assembler. See developer.arm.com/.../-masmHope this helpsStephen