-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
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
ldc2 1.5.0 ldc-build-runtime failed at Android-arm preset on windows #2406
Comments
|
try to add d-flags: ldc-build-runtime --reset --ninja --targetPreset=Android-arm --DFlags=-float-abi=softfpthen ldc-build-runtime works fine NOTE: -float-abi=soft not work #1863 files |
|
Thanks for the report. I guess |
|
I'm surprised that made the difference, what I do is add |
|
I've updated the wiki with that flag so that building the stdlib won't fail. I'll test the sample apps too and update the wiki as needed. Let me know if you have any issues after adding that flag. |
|
Thanks |
Follow guides at https://wiki.dlang.org/Build_D_for_Android
cmake 3.9.6/3.10.0-rc5
NDK 16
ninja 1.8.2
ldc2 1.5.0
ldc-build-runtime --reset --ninja --targetPreset=Android-arm failed
The text was updated successfully, but these errors were encountered: