We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to compile nSonic on the latest version but 30ko are minus is the crash pprogram
The text was updated successfully, but these errors were encountered:
I guess nSonic is a resident program but doesn't use _exit when it needs to? It must not use exit or return from main.
_exit
exit
Sorry, something went wrong.
Thank you so much for the reponse but the program doesnt use exit
That's the problem, on SDKs since May 2021, it needs to use _exit(0) after the call to nl_set_resident.
_exit(0)
nl_set_resident
Yeah Thank Very Much it works !!! W
No branches or pull requests
I try to compile nSonic on the latest version but 30ko are minus is the crash pprogram
The text was updated successfully, but these errors were encountered: