需要弃用某些常用的实用程序功能,如下所示:
__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版本上需要更改什么?
答案 0 :(得分:0)
根据TI
C6000编译器版本7.4.x不支持GCC属性 不推荐使用。