-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[build] Errors building Android Arch x86_64 #2145
Comments
In file included from C:/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include/direct.h:10, In file included from C:/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include/winbase.h:31, |
rcore.c:5300:21: warning: statement with no effect [-Wunused-value] |
Hi, This is not an issue with raylib, you are just expecting something to work that won't See https://github.com/raysan5/raylib/wiki/Working-for-Android for proper instructions to use android |
@Peter0x44 As I've mentioned there is no problem with |
Oh, that's my bad |
@WilledgeR I'm not sure about the issue but it seems it uses a MinGW-w64 x86_64 toolchain ( CC = $(ANDROID_TOOLCHAIN)/bin/x86_64-linux-android$(ANDROID_API_VERSION)-clang
AR = $(ANDROID_TOOLCHAIN)/bin/x86_64-linux-android-ar |
@WilledgeR I imagine it works now... I'm closing this issue. |
Hello,
Version: 4.0 master branch
Platform: Windows
Target: Android
ANDROID_ARCH ?= x86_64
ARM64
works well but:Im making
x86_64
to test an android app on my emulator.C:\w64devkit\bin\mingw32-make PLATFORM=PLATFORM_ANDROID
using latest w64devkit
caused:
The text was updated successfully, but these errors were encountered: