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.

How to add asm function use CCS5.0.1

I use the ccs5.0.1,   Now I have a C project can work correctly,  I want to do some assembly optimize via write assemble function. The assemble fiile can compile correct independently,  when link the project, the linker can't find the assemble function, but the .obj file of the assemble file is generate under the debug folder.

 

Following is my test project:

5670.Test.rar