Not able to link to project [message #1787314] |
Wed, 23 May 2018 14:49 |
Pdk kk 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
|
|
|
Powered by
FUDForum. Page generated in 0.02545 seconds