Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexing Synchronized C++ Projects (PTP)
Indexing Synchronized C++ Projects (PTP) [message #1823920] Fri, 03 April 2020 21:26 Go to next message
Josh Davidson is currently offline Josh DavidsonFriend
Messages: 14
Registered: July 2009
Junior Member
I've managed to successfully setup remote/synchronized C++ projects and have everything building Ok on the remote host. However, it appears that the CDT indexer isn't correctly pulling out and indexing headers from built-in include paths on the remote host. Is there any trick to get this working correctly?
Re: Indexing Synchronized C++ Projects (PTP) [message #1824288 is a reply to message #1823920] Mon, 13 April 2020 02:01 Go to previous message
Josh Davidson is currently offline Josh DavidsonFriend
Messages: 14
Registered: July 2009
Junior Member
I was able to get it working. These seem to be the 2 required steps:

1. Use Window->Show View->Connections->Connections to create the remote connection. Using the dialog from File->New->Other...->Remote System Explorer->Connection did not work. There are different settings between the two, but not sure why that matters.
2. After creating the project, right click on project, Properties->C/C++ General->Preprocessor Include Paths, click Providers Tab, Unselect CDT Managed Build Setting Entries and CDT GCC Built-in Compiler Settings, Select Sync GCC Build Output Parser and Sync GCC Builtin Compiler Settings.
Previous Topic:2020-03 Arduino Editor unresolved symbols
Next Topic:proc files and Eclipse 2020-03
Goto Forum:
  


Current Time: Sat Sep 07 13:53:57 GMT 2024

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

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

Back to the top