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.

C64x+ sysbios6.32编译报错 HWI_restore/disable unresoved symbol

Other Parts Discussed in Thread: SYSBIOS

Hi,我用CCs5.3创建了一个c6455的sys/bios的工程(C64x+ sysbios6.32),创建时用的是示例工程(mutex)

然后再其中添加了三行代码,

int old_mask;

old_mask = Hwi_disable();

Hwi_restore(old_mask);

也添加了#include <ti/sysbios/hal/hwi.h>头文件路径

但是编译报错 HWI_restore/disable unresoved symbol。请问一下,这个Hwi_restore/disable是不是要添加什么lib库?