I have a problem while compiling a ROM:
ccache: FATAL: Could not find compiler "arm-eabigcc" in PATH
And my .bashrc where I set my Toolchains is set this way:
Android Toolchains PATH
export PATH=$PATH:/home/slimshadys/SlimMM/prebuilts/gcc/linux-x86/arm/arm-eabi-uber-4.9/bin
export PATH=$PATH:/home/slimshadys/SlimMM/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9-uber/bin
The toolchains are in the right directory and I also set them into BoardConfig.mk in the right way.. Maybe the problem could be that it is looking for arm-eabigcc and not for arm-eabi-gcc .. How can I fix it?