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
hi, arm app.so compile is ok. but compile arm64 app.so is error. Setting VM flags failed: Unrecognized flags: sim_use_hardfp, use-integer-division
Setting VM flags failed: Unrecognized flags: sim_use_hardfp, use-integer-division
The text was updated successfully, but these errors were encountered:
You can try using --sim-use-hardfp instead of --sim_use_hardfp and leaving away the --no-use-integer-division flag when invoking gen_snapshot
--sim-use-hardfp
--sim_use_hardfp
--no-use-integer-division
gen_snapshot
Sorry, something went wrong.
For anyone wondering it seems you don't need this flag any longer.
No branches or pull requests
hi,
arm app.so compile is ok.
but compile arm64 app.so is error.
Setting VM flags failed: Unrecognized flags: sim_use_hardfp, use-integer-division
The text was updated successfully, but these errors were encountered: