Hi, I am trying to run armclang on Ubuntu (running in WSL2 on Windows 11).
I have downloaded and installed Arm Dev Studio 2022.1 for Linux, by following the instructions in the Getting Started Guide: getting_started_101469_2021.2_00_en.pdf
I ran:
$ armds-2022.1.sh
followed by:
$ run_post_install_for_Arm_Development_Studio_2022.1.sh
The install appears to have completed ok, but I don't know how to add the license. One would normally use the IDE to do so but I can't get the GUI to work in WSL2 (theoretically WSL2 on Windows 11 supports graphical apps).
Is it possible to configure the license from the command line?A long shot: has anyone succeeded in running Arm Dev Studio in WSL2 on Windows 11, graphically?
Hi David,
You could clone the repos:https://github.com/ARM-software/CMSIS_5https://github.com/ARM-software/CMSIS-DSP
And point to them with the CMSIS_PACK_ROOT environment variable.
Device specific packs can be downloaded and unzipped as appropriate (filename is .pack, but format is .zip). For example:
https://www.keil.com/dd2/arm/armcm4_fp/
Regards
Ronan
Thank you Ronan.