qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

qemu-arm 6.2.0 command line argument


From: Tanmay Das
Subject: qemu-arm 6.2.0 command line argument
Date: Wed, 31 May 2023 10:47:02 -0700

Hi,

Hope all is well with you! 

I am trying to use qemu-arm to run a binary and trying to pass a command line argument to the main method like below

qemu-arm -cpu cortex-m3 path-to-the-binary <command line argument>

apart from the above, I have also tried 
qemu-arm -cpu cortex-m3 path-to-the-binary -1 <command line argument>

But none of them are passing the argument to the main method. Can you please help me with this? Any documentation on this will be very helpful.

Thanks & Regards
Tanmay

reply via email to

[Prev in Thread] Current Thread [Next in Thread]