Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Project References seem to only do absolute paths
Project References seem to only do absolute paths [message #1691388] Mon, 06 April 2015 22:59 Go to next message
Ashwin Chandra is currently offline Ashwin ChandraFriend
Messages: 3
Registered: April 2015
Junior Member
In eclipse 3.8 CDT, when going to Properties->C/C++ General/Paths and Symbols/References, when added reference projects, eclipse seems to add absolute paths into the makefile that is generated.

For example the makefile that is generated looks like this:

dependents:
-cd /home/user/A/Debug && $(MAKE) clean all
-cd /home/user/B/Debug && $(MAKE) clean all
-cd /home/user/C/Debug && $(MAKE) clean all

When I would like them to have relative paths instead of absolute.
Any ideas on this would be greatly appreciated.
Re: Project References seem to only do absolute paths [message #1692624 is a reply to message #1691388] Fri, 17 April 2015 02:58 Go to previous message
Ashwin Chandra is currently offline Ashwin ChandraFriend
Messages: 3
Registered: April 2015
Junior Member
anyone have any ideas?
Previous Topic:Problems with I2C commands
Next Topic:Use make to compile eclipse code. Help needed
Goto Forum:
  


Current Time: Fri Apr 26 16:00:34 GMT 2024

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

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

Back to the top