# Troubleshooting

Source: [https://docs.qualcomm.com/doc/80-70015-15B/topic/troubleshooting.html](https://docs.qualcomm.com/doc/80-70015-15B/topic/troubleshooting.html)

## Sanity check errors

Occasionally, one may see `devtool` showing 'sanity check' errors.
                Ensure you have `sudo` access for the host machine. If the error
                still persists, then do the following work around:
1. umask a+rxCopy to clipboard
2. Disable bitbake sanity checking in the
                            $ESDK\_ROOT/layers/poky/meta/conf/sanity.conf
                        file.

        BB_MIN_VERSION = "1.53.1"
        
        SANITY_ABIFILE = "${TMPDIR}/abi_version"
        
        SANITY_VERSION ?= "1"
        LOCALCONF_VERSION ?= "2"
        LAYER_CONF_VERSION ?= "7"
        SITE_CONF_VERSION ?= "1"
        
        #INHERIT += "sanity"Copy to clipboard

Last Published: Jan 21, 2026

[Previous Topic
Creating your Qualcomm IM SDK plugin](https://docs.qualcomm.com/bundle/publicresource/80-70015-15B/topics/esdk-create-own-plugin.md) [Next Topic
Archive](https://docs.qualcomm.com/bundle/publicresource/80-70015-15B/topics/Archive.md)