如何解决“警告#1173-D:忽略了“不赞成使用”属性?

时间:2018-08-22 12:20:20

标签: gcc omap

需要弃用某些常用的实用程序功能,如下所示:

__attribute__((deprecated)) void TestDeprecatedMethod(int a, float b);

这在OMAP的ARM端按预期工作,如下所示:

warning: 'void CTest::TestDeprecatedMethod(int, float)' is deprecated

但是这样在DSP端失败

warning #1173-D: attribute "deprecated" ignored

使用gcc(Ubuntu / Linaro 4.6.3-1ubuntu5)4.6.3和ti-dvsdk_omapl138-evm_4_02_00_06 / c6000_7.4.7。在DSP版本上需要更改什么?

1 个答案:

答案 0 :(得分:0)

根据TI

  

C6000编译器版本7.4.x不支持GCC属性   不推荐使用。