Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Code index doesn't work(F3 failed)
icon5.gif  Code index doesn't work [message #1753410] Mon, 06 February 2017 02:24 Go to next message
Eclipse UserFriend
Hello,

In my project when I press F3 on some code symbol, I got the following:

Could not find "Symbol" in index

I executed "Create parser log file" and found a lot of errors like:

Unresolved inclusion: stdint.h in file sourcecontrol://jazz/default...

Scanner problems:
Unresolved inclusion: <path/to/file.h> in file: D:\path\to\file.cpp:18

Unresolved names:
Attempt to use symbol failed: SYMin file D:\path\to\file.cpp:38


Is any way to fix it?
Re: Code index doesn't work [message #1753580 is a reply to message #1753410] Tue, 07 February 2017 16:05 Go to previous message
Eclipse UserFriend
You need to inform the Indexer about the non-standard include directories with User Settingss on the Entries tab at
Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc.
http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_general_sd_entries.htm

The compiler builtins also may not have been obtained.
Go to the Providers tab and make sure they are enabled.

[Updated on: Tue, 07 February 2017 16:43] by Moderator

Previous Topic:adapting a C++ project to Eclipse
Next Topic:Recipe for target error when printf added in Mars
Goto Forum:
  


Current Time: Thu Apr 24 23:36:58 EDT 2025

Powered by FUDForum. Page generated in 0.03499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top