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.

custom run time support library problem

dear all, 

I am using CCS V5

I need to build my own run time support library :

-unzip rtssrc.zip

-modifiy code for my application

-zip all file

-generate custom lib with mklib.exe

-> mklib --pattern=rts2800_fpu32.lib --name=rts2800_fpu32_TEST.lib

I have this error message : gmake.exe[1]: *** No rule to make target `library'.

After many test without success, I tryed simple thinks, if I delete the file rts2800_fpu32.lib, and build again a project on CCS V5, I have the message : 

warning #10366-D: automatic library build: using library

"C:/ti/ccsv5/tools/compiler/c2000_6.2.1/lib/rts2800_fpu32.lib" for the first
time, so it must be built. This may take a few minutes.
'Finished building target: test1.out'

The library is generated, and all is working.

If I delete rts2800_fpu32.lib again, if I unzip the rtssrc.zip file, and I zip all again (without code modication) it do not work, and I have the same error message as when I tryed to use mklib manually.

I tried with windows 7, 8, I put all my tools up to date, and I am not able do build a custom RTS library.

I did with CCS V4 without any problem, so I will continue to use it.

If you have an idea to solve my problem, or if you have experience to build your own RTS lib with CCS V5, please help me.

Thanks.

Rémi.