Automatic termination with return code from a native_posix main function #54575
Labels
area: native port
Host native arch port (native_sim)
Enhancement
Changes/Updates/Additions to existing features
Is your enhancement proposal related to a problem? Please describe.
A clear and concise description of what the problem is.
I have a running application compiled for the native_posix target and I need this application to terminate automatically. In fact the what I see is that the Zephyr OS just hangs where after all the output I see on the console.
Is this somehow possible? Even just a "return;" statement within my main doesn't actually return.
I need a return code from this application so that another application can read it and take further actions.
Is this somehow possible? If not, can it be added somehow? I can contribute but don't know how the native_posix target actually works.
Thank you,
ivan
The text was updated successfully, but these errors were encountered: