I want to debug both my QEMU source code and Linux kernel source code(ported to a particular board) when trying to boot the kernel image on QEMU.
So i start something like this :
Step 1 : $gdb qemu-system-arm
step 2 : $break { list of breakpoints in qemu src }
step 3 : $run {kernel image} {boot loader image}
step 4 : open another console
step 5 : $arm-none-eabi-gdb
step 6 : $file {load deb
Currently I am using gcc-4.3.6 and Eclipse IDE for c++ development. I want to debug my project in Eclipse with gdb. I am having a hard time debugging code when it contains STL containers. Also I am not using STL directly, I have wrappers for each container.
I know we have to use pretty printing for looking into STL containers, but it is not working in Eclipse.
I am trying to debug a jar file with attached source code. I am able to debug it step by step, but unable to see any variable values.
Can anyone help me with this?
Just installed Eclipse 3.7.1 on my xubuntu 12.04. I used to have eclipse installed on my 10.04. You could choose new java project, java source files etc. but this version doesn't have these options. If i make a .java file, it's just plane text, no highlighting and no chance to compile. I have installed eclipse-jdt.
I looked https://help.ubuntu.com/community/EclipseIDE this manual.
I am familiar with several languages and have experience in using Visual Studio, Eclipse, and xcode. I have really only learned programming and debugging from development environment.
I have a linux eclipse project checked into our company svn. Works great.
The project is intended to be dross compiled on Windows. Same code.
Up till now, I have simply moved the source files between OSes. However, I thought I'd like to let svn do this for me. Should be simple enougs, just checkout the eclipse linux src into the VS project dir, right?
I've already downloaded linux eclipse tar file from eclipse site as file named:eclipse-cpp-indigo-SR2-incubation-linux-gtk.tar.gz.
Now I want to install it in ubuntu 10.10. I'm new in ubuntu and linux. Would you tell me simply and step by step how can I install it?
Thanks
Where do I go to get Linux? Is it more beneficial to buy it? Can anyone give me step by step instructions on how to uninstall Windows 98 and install a linux os?
Thanks
I am learning Android. Using Eclipse on Windows. I wanted to be able to step into the Android code. So: I downloaded Cygwin, downloaded the repo tool from Google, pulled down the repository as instructed to bring down the latest version:
repo init -u https://android.googlesource.com/platform/manifest
All worked fine.