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 use mklib build rts6400_elf.lib ?

when  I build c6416 product , always appear  warning #10366-D: automatic library build: using library "C:\ti\ccsv5\tools\compiler\c6000_7.4.4\lib\rts6400_elf.lib" for the first time, so it must be built.  This may take a few minutes.

So I was going to try to build the library manually outside of CCS ,  and use mklib  in c6000_7.4.4\lib,  I use command  like follow

C:\ti\ccsv5\tools\compiler\c6000_7.4.4\lib>mklib --pattern=rts6400_elf.lib , but  appear some error :

process_begin: CreateProcess(NULL, cl6x autoinit.c -o -oe -k -pdsw225 -q -mo --m
em_model:data=far --no_visible_enums -c --ti_lib --building_runtime -D_BOOL --ab
i=eabi -mv6400 --gcc -Ic:/temp/ti_mkl~1/src -fr c:/temp/ti_mkl~1/obj -fs c:/temp
/ti_mkl~1/obj -ft c:/temp/ti_mkl~1/obj, ...) failed.
make (e=2): 系统找不到指定的文件。
gmake.exe: *** [c:/temp/ti_mkl~1/obj/decode.obj] Error 2
gmake.exe: *** Waiting for unfinished jobs....
make (e=2): 系统找不到指定的文件。
gmake.exe: *** [c:/temp/ti_mkl~1/obj/negll.obj] Error 2
make (e=2): 系统找不到指定的文件。
gmake.exe: *** [c:/temp/ti_mkl~1/obj/wchar.obj] Error 2
make (e=2): 系统找不到指定的文件。
gmake.exe: *** [c:/temp/ti_mkl~1/obj/autoinit.obj] Error 2
>> ERROR: mklib: gmake error during rts6400_elf.lib build

what  I should do to resove this problem or  give me the rts6400_elf.lib  ,thanks for your help.