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.

Compiler/MSP430F1121: nop()

Part Number: MSP430F1121

Tool/software: TI C/C++ Compiler

I'm trying to port some code that was compiled with mspgcc compiler to now using CCS v8. The existing code was able to resolve nop(). Does CCS have something equivalent that can be used to replace the nop() function. The nop() has been used as a critical part of the pre existing code. Error message shown below.

 Compilation failure
makefile:141: recipe for target 'Test.out' failed
  symbol       in file     
 --------- ----------------
 nop       ./main.obj      
 
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Test.out" not built
gmake[1]: *** [Test.out] Error 1
gmake: *** [all] Error 2
makefile:137: recipe for target 'all' failed

**** Build Finished ****

**Attention** This is a public forum