codewarrior错误提示: Error :require nop(s) between write to control register and an instruction which is not one of the following: any move, adda, adda.l, suba, nop [D_004b] dspfunc.c line 29 Project: servo.mcp, Target: sdm pROM-xRAM, Source File: dspfunc.c Error : Require NOP(s) between write to control register and an instruction which is not one of the following: any move, adda, adda.l, suba, nop [D_004b] dspfunc.c line 30 Project: servo.mcp, Target: sdm pROM-xRAM, Source File: dspfunc.c Error : Pipeline conflict detected in this function. dspfunc.c line 32 } Project: servo.mcp, Target: sdm pROM-xRAM, Source File: dspfunc.c ------------------------------------------------------------------------------------------ void dspfuncInitialize(void) { /* Set saturation mode, set 2's complement rounding, and reset limit bit */ archSetSat32(); archSet2CompRound(); archResetLimitBit(); } 请问各位,什么原因?codewarrior错误提示,哪里可以找到? |