Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Not able to link to project
Not able to link to project [message #1787314] Wed, 23 May 2018 14:49
Pdk kk is currently offline Pdk kkFriend
Messages: 16
Registered: July 2015
Junior Member
Hi ,

My project is located at:
/root/SVN_ROOT/Projects/branches/V3_Trunk

And executable is gets created at :
/root/SVN_ROOT/Projects/branches/V3_Trunk/src/out/x86

Now I try to create the softlink from where this executable is run. i.e I create the softlink to /usr/ran directory like this:
ln -s /root/SVN_ROOT/Projects/branches/V3_Trunk/src/out/x86/ran /usr/ran/ran

In the eclipse, I add the

1.Open eclipse, with the project to debug in the workspace
2.Make project (so that ran is created in ...src/out/x86)
3.Create symbolic link to ran (ln -s out/x86/ran ran)
4.Click on Run->Debug Configurations
5.Double click on C/C++ Application.
6.Click on Browse. Navigate to and select the symbolic link created above.
The name of the project will usually be '<Project Name> Default' - no need to change.
7.Click on Arguements tab. Unselect 'Use default' and use 'File System' tab to navigate to project 'src' directory (e.g. /root/SVN_ROOT/Projects/branches/V3_Trunk/src).
8.Click on Debugger tab. Unselect 'Stop on startup at: main'
Apply changes.
9.Set any required breakpoints, and run the debug configuration (little green bug icon).

But I am not seeing desired output, please help
Previous Topic:Connect for debugging to specific library
Next Topic:How to fix 'Path must include project and resource name'?
Goto Forum:
  


Current Time: Thu Sep 26 10:52:35 GMT 2024

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

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

Back to the top