undefined identifier "STAT_SMP"请问这个错误如何解决?
Build H:\CCC\zonghe for device 16F877A
Using driver C:\Program Files\HI-TECH Software\PICC\9.80\bin\picc.exe
Make: The target "H:\CCC\1.p1" is out of date.
Executing: "C:\Program Files\HI-TECH Software\PICC\9.80\bin\picc.exe" --pass1 H:\CCC\1.c -q --chip=16F877A -P --runtime=default --opt=default -D__DEBUG=1 -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
Error [192] H:\CCC\1.c; 37.1 undefined identifier "STAT_SMP"
Error [192] H:\CCC\1.c; 126.7 undefined identifier "STAT_RW"
********** Build failed! ********** 求解~