In my CCS5.1..0.0.9 SYSBIOS project. _CSL_intcIvpSet(); is a function in an asm file. The asm file can compile to obj successfully. but when linking the unrsolved symbol error will be shown. Is there any special setting when invoking functions in asm file with sysbios project?
And my output format is eabi(ELF). My sysbios version is 6.33.2.31
The define of _CSL_intcIvpSet(); in asm file as follow:
.global __CSL_intcIvpSet
__CSL_intcIvpSet:
bnop b3,2
mvkl __CSL_intcVectorTable, b0
mvkh __CSL_intcVectorTable, b0
mvc b0, istp