Hello,
I'm trying to compile my programs (unsing the SDL library) for another plateforms than Windows, like Android or iOS.
I set up the search directories for the "GNU GCC Compiler for Android" as previously, i. e. for the "GNU GCC Compiler", that got no problems.
When I try to rebuild the entire project, I get the following message :
Tried to run compiler executable 'C:\ndk/bin/arm-linux-androideabi-gcc.exe', but failed!
Tried to run compiler executable 'C:\ndk/arm-linux-androideabi-gcc.exe', but failed!
I read it could be an error in the name or in the path, and I actually noticed there isn't any folder named "ndk" in "C:\" folder. So I looked for but the files explorer found nothing.
I just re-installed c::b 17.12 with mingw (the older version didn't included that compiler for Android), the older linking parameters had been kept. I didn't place it in the default folder ("program file (x86)"), perhaps should I ? In that case, why can I change the installation folder ?
Thanks for answer !