This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280039C: 在编译时出现 1173-D unknown attribute "noblocked" 告警

Part Number: TMS320F280039C

Hi,

在参考文档 TMS320C28x Optimizing C/C++ Compiler User’s Guide.  6.15.4节有关于变量属性的介绍。在使用"noblocked"后,编译器出现了 unknown attribute "noblocked"的告警。这个怎么能让编译器识别到这个属性呢?编译器使用的版本是 v22.6.0.LTS

__attribute__((noblocked))
extern struct_type my_struct;