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.
Hi,
I've wondered how to pass command line arguments using the ARM DS IDE .launch project file?
Thanks,
Ronen
HI Ronen, is this to pass arguments to an FVP?If so, you need to use the parameter option "-C <instance>.semihosting-cmd-line=<args>", which can be specified in the launch config as below:You can find the exact name to use by listing all the parameters of your FVP (FVP.exe --list-params > params.txt)
See https://developer.arm.com/documentation/101470/2022-2/Reference/Passing-arguments-to-main--
Thanks a s usual Ronan.