Hi,
have you done the steps under "Configure Debugger"?
Vedran

--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Please, I really want help
Thank you,
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hi, flower, Ahmed??
I'm checking your mail, but in need you to answer one question, Which version of Ubuntu are you using??? 10.04?????

--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hi, One question: your name is Flower or Ahmed?, I don't what to say: Hi Flower or Hi Ahmed.Anyway, if you check the mail i wrote this:
Hi, flower, Ahmed??
I'm checking your mail, but in need you to answer one question, Which version of Ubuntu are you using??? 10.04?????So in the second mail i wrote: Yes, but the answer?? it means the answer to the question Which version of Ubuntu are you using???It is nice to hear that you already have it working, Now about debuggin there are some other things to do in order to make it work (but don't worry i will tell you exactly what you have to do):The first thing about I have no "debug directory" under the "build directory" . That's because in the last ns-3 version the waf version has been changed, then, some folders have changed a little bit. I will show you an image about the configuration you need to set up.
In the next image there is something really important that you need to set up, Do you see the blue link that says: Select other (at the end of the image)? You need to set it as the image shows, i mean: Using GDB (DSF) Create Process Launcher, by default it is set to Using Standard Create Process Launcher so you need to change it as the image show, click on Select other and choose the one i show you in the image. (In the image i'm configuring the debbuger to work with a script called myfirst, it means I copied in the scratch folder an run it, it automatically create the file in the build/scratch/myfirst, but you need to set it with you own script)
After following ns3 wiki instructions about configure debugger i got the error:
"error while loading shared libraries: libns3-aodv.so.3: cannot open shared object file: No such file or directory"
Searching in the Internet I could solve it!!!!! I just had to create some symbolic links. Now i have ns-3.13 working perfect in eclipse.
The symbolic links are (It could be useful for someone):
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-aodv.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-dsdv.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-mesh.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-test.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-csma-layout.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-point-to-point-layout.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-netanim.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-olsr.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-csma.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-lte.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-wimax.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-spectrum.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-applications.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-virtual-net-device.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-uan.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-energy.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-flow-monitor.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-nix-vector-routing.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-tap-bridge.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-visualizer.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-internet.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-bridge.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-point-to-point.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-mpi.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-wifi.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-propagation.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-mobility.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-config-store.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-tools.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-emu.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-stats.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-topology-read.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-network.so.3 /usr/lib/
sudo ln -s /home/X/workspace/ns-3-allinone/ns-3.13/build/libns3-core.so.3 /usr/lib/
If any question do not hesitate to write.
