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.

Very slow automatic library build



Hi,

I am using Code Composer 11.1.

The program has gone into a "automatic library build":

warning #10366-D: automatic library build: using library "C:\ti\ccs1110\ccs\tools\compiler\ti-cgt-arm_20.2.5.LTS\lib\rtsv6M0_T_le_eabi.lib" for the first time, so it must be built. This may take a few minutes.

It started about 10:30 this morning and it is now 6 hours later and it is still at 34%.

Will it complete eventually? I have a fast 8 core PC which is not showing much activity on the processors or memory according to the windows performance monitor.

Is it safe to close the program?

Best regards,

Nigel

  • Hi Nigel,

    The rts library should only take a few minutes to build.... probably less on your 8 core PC. Yes you can force terminate the build.

    Looks like the build is hanging for some reason. There have been a few past reports of similar issues with the building of the rts lib. A root cause was never found. The workaround has been for us to build and provide the library so that you can drop it into your installation.

    That is what I propose also. Please download and extract the below zip:

    2705.rtsv6M0_T_le_eabi.zip

    Copy the library to:

    C:\ti\ccs1110\ccs\tools\compiler\ti-cgt-arm_20.2.5.LTS\lib

    Then try rebuilding your project again.

    Thanks

    ki

  • Hello Ki,

    Thanks for your prompt response. I have dropped the file into "C:\ti\ccs1110\ccs\tools\compiler\ti-cgt-arm_20.2.5.LTS\lib" along with the other .lib files and it all seems to work.

    Best regards,

    Nigel