Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Remote Indexing
Remote Indexing [message #1404855] Wed, 06 August 2014 02:31
John Clonts is currently offline John ClontsFriend
Messages: 1
Registered: August 2014
Junior Member
Into my Win 7 workstation I installed Luna CDT and added the RDT components, to be able to remotely edit/build on my Linux box.

Seems to work well for me except one thing. When I hit "F3" to go to a declaration in my own project's include file, it does not find it and take me there. (It does work correctly on variables defined within the *same* source file) See attached screen shot boiling down the issue. This is after a clean build, and also Indexer->Build.

Notice it seems to parse the header file correctly because it shows the tree of elements on the left.

My Makefile is simply
all: source.c source.h
<tab>gcc -g -o source_exe source.c

What am I missing? Or is this a problem with the remote tools?

Thanks!
John

Previous Topic:Building Glibc under Eclipse CDT
Next Topic:cannot run/debug remotely linux to linux with chroot
Goto Forum:
  


Current Time: Thu Apr 25 13:54:31 GMT 2024

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

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

Back to the top