clang++.exe?, I check the build/projects/retro/mame/gmake-android-arm/precompile.make file and this says:
# GNU Make project makefile autogenerated by GENie
...
SHELLTYPE := msdos
...
CC = $(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
CXX = $(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
GENie generate a makefile for Windows? I use a NDK downloaded from official website for Linux builds.
$ file /home/x/Descargas/retro/android-ndk-r20-linux-x86_64/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++
...: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 2.6.24, stripped
I try compile for Android from Linux:
But the compiler says:
clang++.exe
?, I check thebuild/projects/retro/mame/gmake-android-arm/precompile.make
file and this says:GENie
generate a makefile for Windows? I use a NDK downloaded from official website for Linux builds.