Page 3 of 3

Reply from Reidisse in topic Sample project/resources for GCC/Linux07 Feb 2019 02 01

Posted: 08 Feb 2019, 19:47
by PremsJed
Hi there, it is my first post here.

Does Opera working on this ARM version of the Ubuntu?

Sample project/resources for GCC/Linux

Posted: 08 Feb 2019, 19:50
by PremsJed
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