Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Setting up Windows/Linux hybrid dev environment - Unresolved types in CDT 8.0?(Proper way to set up an environment in windows for linux development)
Setting up Windows/Linux hybrid dev environment - Unresolved types in CDT 8.0? [message #724531] Mon, 12 September 2011 10:46 Go to next message
Eclipse UserFriend
I have been using CDT for editing source code on my Windows desktop for over a year now and I think it's a great IDE.

I am editing Linux C++ applications via a Samba share and using ssh to compile the code and it works pretty well. I have Cygwin installed on my Windows box and am currently using that toolchain in CDT. Since upgrading to CDT 8.0 my issues/questions are as follows:

1. std::string for some reason will not resolve despite the <string> header being included and present in the symbols/paths.
2. long64 will not resolve either
3. The above 2 issues are preventing code analysis from working properly.
4. Should I be using the Linux GCC toolchain? Does it matter? I was thinking about copying the gcc includes from Linux box over to my Windows machine and adding them so I would have the headers for <tr1/*>

From what I remember the bulk of these issues were not present in CDT 7.0.

Anyone else care to comment on my setup and perhaps suggest improvements?
Re: Setting up Windows/Linux hybrid dev environment - Unresolved types in CDT 8.0? [message #724610 is a reply to message #724531] Mon, 12 September 2011 12:29 Go to previous messageGo to next message
Eclipse UserFriend
Well I reverted back to Helios and CDT 7 and all these unresolved issues have gone away (even using the same workspace).
Re: Setting up Windows/Linux hybrid dev environment - Unresolved types in CDT 8.0? [message #724653 is a reply to message #724610] Mon, 12 September 2011 14:22 Go to previous message
Eclipse UserFriend
Well it seems that the post-build refresh is a show-stopper and was the main reason why I migrated forward to CDT 8.0. I guess I will have to keep on playing around with the settings to get it to resolve C++ symbols properly.

Is there a way to point my Update Site to CVS head or do I need to compile head manually? I imagine a lot of fixes have been made since the 06/08 release.

Thanks in advance.
Previous Topic:Eclipse hangs on startup
Next Topic:Unable to Debug C code and see output in eclipse console
Goto Forum:
  


Current Time: Wed Jul 30 16:37:28 EDT 2025

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

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

Back to the top