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: