Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 07:24 Go to next message
sluge sluge is currently offline sluge slugeFriend
Messages: 5
Registered: February 2017
Junior Member
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 21:05 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
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 21:43]

Report message to a 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 25 13:13:48 GMT 2024

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

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

Back to the top