Fixed
Created: Nov 18, 2016
Updated: Dec 3, 2018
Resolved Date: Feb 6, 2018
Found In Version: unknown
Fix Version: 9.0.0.15
Severity: Standard
Applicable for: Wind River Linux 9
Component/s: Userspace
sanity check fails while ccache is enabled.
Steps to Reproduce:
1) wrlinux-9/setup.sh --machines=qemux86-64 --kernel=standard --dl-layers && source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build
2) vim con/local.conf
INHERIT +="ccache"
CCACHE_DIR ="ccache-dir"
3) mkdir ${project_dir}/build/ccache-dir
4) bitbake wrlinux-image-glibc-std
Processing Wind River templates files...
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Please install the following missing utilities: C Compiler (ccache gcc ),C++ Compiler (ccache g++ )
1) ./wrlinux-9/setup.sh --machines=qemux86-64 --kernel=standard --dl-layers && source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build
2) vim conf/local.conf
INHERIT +="ccache"
CCACHE_DIR ="ccache-dir"
3) mkdir ${project_dir}/build/ccache-dir
4) bitbake wrlinux-image-glibc-std
5) check ccache package