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.

Cl55 compiler Internal Error when multiple instances are ran through (make -j)



Hi ,

Iam using cl55 compiler to compile some 20  '.c' files . 

Written a make file to compile those 20 files.

Tried initiating compilation through make -j option . But every time compilation fails randomly at any one of the file throwing the following errors .  

I can see that some 5 instances of cl55 is started due to make -j command  & 5 files are being compiled in parallel . 

Does this parallel execution of cl55.exe leads to any problem . 

Please share me the link of the latest version of cl55 to download if available.

Errors  : 

1. 

C:\TEMP\TI11640_4", INTERNAL ERROR!: symbol table corruption

This may be a serious problem. Please contact customer support with a
description of the problem and a sample of the sourcefile that caused this
message to appear.

2. 
"C:\TEMP\tempTI3", ERROR! : [E1000] cannot open source file C:\TEMP\tempTI3: No
such file or directory

  • Balaganesh V said:
    Please share me the link of the latest version of cl55 to download if available.

    It is available on the TI Code Generation Tools download page.  You will see that the latest release is version 4.4.1, from March 2012.  Over 4 years ago.

    In all that time I am confident many other customers have used this compiler with parallel make.  CCS has a feature where builds can be done in parallel, which is implemented by using make -j.  No one else has complained with problems similar to these.  So I am forced to suspect your system has some problem.  Maybe the temp directory is full?  Or something like that?

    Thanks and regards,

    -George

  • Thanks for the reply . 

    I have downloaded version 4.4.1 & it is supporting parallel build .