Tool/software: Linux
Im trying to cross-compile with ccache.
However, Im not able to set ccache using the arm cross compilers. Does anybody have experience with ccache?
Some of the compilers are soft linked to the ext-toolchain-wrapper, which gives me difficulties to make ccache use the compilers ...
arm-am3354-linux-gnueabihf-g++ -> ext-toolchain-wrapper* arm-am3354-linux-gnueabihf-gcc -> ext-toolchain-wrapper*
Any help will be appreciated!