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.

Intrinsic function could not be resolved.

CCS 6.12.0.00104, Win7.  I imported a project from another computer (which has the same version of CCS) onto my portable.  When I compile I get errors on all of my intrinsic functions such as:  "Function '__bis_SR_register' could not be resolved".  I didn't get this error on the computer I copied it off of (which died, thus the need to transfer to new computer), the prior version of the code that was on the new computer which was only a few days older compiled just fine.  #including <intrinsics.h> doesn't help.

Thanks, Doug

  • Doug Broadwell said:
    When I compile I get errors on all of my intrinsic functions such as:  "Function '__bis_SR_register' could not be resolved". 

    Is the error coming from the compiler or Eclipse code analyzer? You can tell if it is a compiler error by checking the CCS build console. If the error appears there it is a compiler error. If it does not (and only appears in the Problems view) it is likely an Eclipse error. If it is an Eclipse error, take a look at this wiki for more information.