Product 'XDAIS' v0.0 is not currently installed and no compatible version is available.

CCS当编译的时候会出现下面的错误提示。 
Buildfile generation error occurred.. 
Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version. Build stopped.. 
  Product 'XDAIS' v0.0 is not currently installed and no compatible version is available._第1张图片
主要原因:这次我们打开的工程有可能引用了XDAIS,而CCS没有安装XDAIS,所以会出现下面的错误。 

XDAIS解释:“XDAIS (eXpress DSP Algorithm Interoperability Standard) provides the rules and guidelines necessary to enable integration and execution of algorithms (including codecs). It provides C compatible headers for defined interfaces which can algorithms implement and application invoke.”

解决办法: 
点击工程右键properties,在弹出的窗口中点击General,在找到Products选项卡,取消XDAIS勾选,点击OK。

Product 'XDAIS' v0.0 is not currently installed and no compatible version is available._第2张图片

你可能感兴趣的:(嵌入式MCU)