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.

CCS error during build

Hi

I am using CCS5.

When I try to build a sample helloworld program I get the following error

ERROR: mklib: could not unpack rtssrc.zip

Can someone help to resolve this error?

Regards

  • Sankara,

    Search for the file rtssrc.zip and try to manually unpack and see.

    If this works try renaming the file and see whether you still get the same error or not.

    If the same error happens again with the same filename then the its not able to find the file properly. If not, the real issue is with unpacking the file. if you are working on Linux, check the permissions of the rtssrc.zip file.

  • Hi Thomas

    1. I  am working on windows. I did unpack as you mentioned. I get the same error during build:

    >> ERROR: mklib: could not unpack rtssrc.zip
    warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to "C:\ti\ccsv5\tools\compiler\c6000_7.4.1\lib\rts6600_coff.lib", but "C:\ti\ccsv5\tools\compiler\c6000_7.4.1\lib\rts6600_coff.lib" was not found
    warning #10062-D: entry-point symbol "_c_int00" undefined
    warning #10202-D: no suitable entry-point found; setting to 0

    2. I also tried renaming the folder. I get the same error.

    Kindly help to sort this issue

    Regards

  • Sankara,

    Basically you are not able to unzip the zip file manually? Am I correct? 

    If so, then please try to check whether the file is corrupt or not.

  • Hi

    I was able to unzip the zip file manually. After that when I try to build the program , it gives the same error.

    Kindly let me know what could be the problem.

    Thanks

  • Sankara,

    Check this out.

    http://processors.wiki.ti.com/index.php/Mklib

  • Hi Thomas

    That site didnt help me out.

    Basically the error is:

    warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to "C:\ti\ccsv5\tools\compiler\c6000_7.4.1\lib\rts6600_coff.lib", but "C:\ti\ccsv5\tools\compiler\c6000_7.4.1\lib\rts6600_coff.lib" was not found

    I searched for the library file rts6600_coff.lib in lib folder and this file is not found. I uninstalled and reinstalled CCS. The problem remains the same. A week ago I was able to build and debug a small program. I am not able to sort this issue.

    Can someone help me out?

    Thanks