An example:
In the 'Compiler's installation directory' put:
E:\android-ndk-toolchain\arm-linux-androideabi (*)
And in the 'Additional Paths' put:
E:\android-ndk-toolchain\bin
* note: This is in fact not the correct location but one that Code::Blocks accepts.
What did you try as the correct value in 'Compiler's installation directory'?
Tim S.
My Android toolchain bin directory is
E:\android-ndk-toolchain\bin. So, for the compiler's installation directory I specify
E:\android-ndk-toolchain. but this is not accepted by Code::Blocks.
It seems to me that the reason Code::Blocks likes
E:\android-ndk-toolchain\arm-linux-androideabi for the directory is that there is also a bin folder in there which contains
g++.exe but this is not the correct .exe. The correct .exe for Android is
arm-linux-androideabi-g++.exe in
E:\android-ndk-toolchain\bin.