Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » (CDT + cygwin) paths to referenced projects are not unix style
icon5.gif  (CDT + cygwin) paths to referenced projects are not unix style [message #777830] Wed, 11 January 2012 03:26
Todd Leftart is currently offline Todd LeftartFriend
Messages: 3
Registered: January 2012
Junior Member
I'm using CDT 8.0 with cygwin.

I created 2 C++ projects in a workspace. One is empty project of Shared Library, the other is Hello World C++ Proejct of Executable.
Then in the Properties of the Executable project, C/C++ General/Paths and Symbols/References, I checked on the Shared Library project.

And I got these output when build :
**** Build of configuration Debug for project hello ****

make all
makefile:47: *** multiple target patterns. Stop.

**** Build Finished ****


The error was caused by the path of the Shared Library using in the auto-generated makefile.
hello.exe: $(OBJS) $(USER_OBJS) F:/workspaces/test/mylib/Debug/libmylib.a

I tried to modify the values of Build Variables "workspace_loc" and "WorkspaceDirPath" to "/cygdrive/F/workspaces/test", but nothing changed.

any help?

[Updated on: Wed, 11 January 2012 03:47]

Report message to a moderator

Previous Topic:Create C++ project from Existing source
Next Topic:How to do a batch build?
Goto Forum:
  


Current Time: Sat Apr 20 03:31:43 GMT 2024

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

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

Back to the top