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.

An Internal Error occurred during: "C/C++ Indexer"

Other Parts Discussed in Thread: SIMPLICITI

I received a project from other group and when I import the project, I get an internal error occurred during "C/C++ Indexer".  While I can ignore the error and sometimes move forward, it does come back and sometimes locks up and action such as renaming a project.  How can I modify this project to resolve this internal error?  What is the general cause of the error.  I already know that the project was created by "adding files to the project" instead of linking the general files, which is first change I want to make to get this to be portable.  So, I can find and relink the files.  But is there something else that needs to be addressed?  Any hints here would be appreciated.

  • One thing you can do is disable indexing for your project.

     

    Right click on your project.  Select Properties.  Go to C/C++ Indexer on the left and then change the drop-down on the right to no-indexer.

     

    John

  • While this suggestion will probably work for the immediate project, what I want to know is why I am getting this error?  What is being done during the project creation that causes this error?  I want to make sure we correct that and provide transferrable projects.  Any information to lead me to the reason why would be appreciated.

    Kindest regards,

    Mary

  • Mary,

     

    When the error occurs can you try opening the "Error Log View".  View -> Other, type Error in the box at the top and then select "Error Log".  If there is an entry that says C/C++ indexer double click on it and hopefully it gives some more info in the popup dialog that we can use.  The other option would be to try to send us the source that causes the problem (we could do that via a private conversation so you don't have to post it to the forum).

    Regards,

    John

     

     

  • Hello,

    I've the same problem when I try to open the source code of the MSP430 eZ430-RF2500-SEH development tool. I've installed the Code Composer Studio included in the CD and the firmware package. I'm not also able to compile, I've this error.

     

    eclipse.buildId=4.0.2.01003
    java.version=1.5.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
    Command-line arguments:  -data C:\Texas Instruments\eZ430-RF2500-SEH_Sensor_Monitor-v1.5\CCE_Source\Projects\Examples\peer_applications\eZ430RF -os win32 -ws win32 -arch x86

    Error
    Tue Jun 29 14:51:56 CEST 2010
    An internal error occurred during: "C/C++ Indexer".

    java.lang.NullPointerException
    at org.eclipse.cdt.internal.core.pdom.indexer.full.PDOMFullReindex$2.visit(PDOMFullReindex.java:77)
    at org.eclipse.cdt.internal.core.model.CElement.accept(CElement.java:485)
    at org.eclipse.cdt.internal.core.model.CElement.accept(CElement.java:492)
    at org.eclipse.cdt.internal.core.model.CElement.accept(CElement.java:492)
    at org.eclipse.cdt.internal.core.model.CElement.accept(CElement.java:492)
    at org.eclipse.cdt.internal.core.model.CElement.accept(CElement.java:492)
    at org.eclipse.cdt.internal.core.pdom.indexer.full.PDOMFullReindex.run(PDOMFullReindex.java:68)
    at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:60)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

    Which could be the problem?

    Thanks in advance.

     

    Francesco

  • Francesco,

    Although your question is old, I just hit the same issue here in my PC and found out that the file <README!.TXT> located in the directory below shows how to fix the errors with the indexer.

    <install_dir>\eZ430-RF2500 Wireless Sensor Monitor\CCS_Source

    Even still, instead of using the fix proposed there I suggest copying the attached <macros.ini> file to the project directory shown below - this way anytime your project is imported CCSv4 will automatically create the macro mentioned there in the <README!.TXT> file and all the dependencies will be properly resolved.

    <install_dir>\eZ430-RF2500 Wireless Sensor Monitor\CCS_Source\Projects\Examples\peer_applications\eZ430RF\eZ430-RF2500_WSM

    Hope this helps,

    Rafael

    macros.ini
  • Just adding to the thread. I am getting this same error using CCS4 and the latest SimpliciTI examples for the '430.  Can't find README!.TXT with this download, so I'll go look at it for the RF2500. 

     

    Brad