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.

Compiler/TMS320F28062F: Internal error 99924

Part Number: TMS320F28062F


Tool/software: TI C/C++ Compiler

Hi,

I am trying to make a project with 28062F - it has suddenly started giving me the following error;

   index library "libc.a"
../../master/DIAG/user_msg_api.c:179:internal error #99924: (pftell called with
   a NULL FILE pointer)
../../master/DIAG/user_msg_api.c:179:internal error #99924: (pfseek called with
   SEEK_SET, but offset is negative)

Sometimes, if I make again, it goes away. Sometimes it does not.

Sometimes, I change some project options, recompile and then change back to original settings and make, the error goes away. What could be the reason?

On another laptop with the same settings, it makes without error every time. 

What could I reinstall, change or do to get rid of this issue.

Vaidi.

Vaidi.

  • To determine the cause, we have to reproduce it.  Does this occur when one file is being compiled?  Then please follow the directions in the article How to Submit a Compiler Test Case.  If it occurs while linking, then I need more.  If this is organized as a CCS project, please create a zip file as described in the article Project Sharing, and attach that to your next post.

    Vaidyanathan Balakrishnan said:
    What could I reinstall, change or do to get rid of this issue.

    It might be the case that your compiler installation became corrupted somehow.  If so, then re-installing just the compiler (not all of CCS) might fix it.  Move the problem installation to a different location.  Then use the directions in the article Compiler Releases to get it again.  Or, if it makes sense, get a later version.

    Thanks and regards,

    -George

  • Hi George,

    Thanks for the usefull tip.

    The compiler version I was using was 6.4.6. When I went through the current list of available versions, this was not available at all - (probably found to be buggy and removed/ superceded by next version?)

    Since I have 6.2.6 in my other laptop, I installed it on the current laptop and the project is compiling and linking properly. Cleaning and re-builidng also works properly.

    Thanks a lot for the help!

    Vadii.