Tool/software: TI C/C++ Compiler
I changed build system.
At first I used CCS for build, but It had a some problems.
because my product is made from many project and some project using same files.
So I want to change each file build just one time, and share *.obj files at linking time.
I was made makefile and build successfully.
Now each files build only 1 time and each file's *.obj are shared in linking time.
But It have a asm error some times...
I'll show error message..
[First case]