Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread robert.berger
Hi On Thursday, June 5, 2014 9:35:03 AM UTC+3, Simon Platten wrote: Having thought about what is happening over night...I still don't understand why Remote debugging from host is 192.168.1.100 ??? I run Ubuntu 14.04 in Virtualbox on my Windows 7 x64 development system. The I/P addresses

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Simon Platten
I must admit I haven't but I will try tonight. Sent from my iPhone On 5 Jun 2014, at 08:09, robert.berger robert.karl.ber...@gmail.com wrote: Hi On Thursday, June 5, 2014 9:35:03 AM UTC+3, Simon Platten wrote: Having thought about what is happening over night...I still don't understand

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Jon
Your virtualbox network is likely just using NAT, so to the BBB it will appear that the traffic is coming from the host computer. Agreeing with what Robert already said, I would start from the command line tools (gdb gdbserver) and work up. Regards, Jon On Thursday, 5 June 2014 07:35:03

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-05 Thread Simon Platten
Yay, resolved, C/C++ remote debugging in eclipse now working! Thank you for all the help, in the end I changed the set-up of the virtualbox configuration, setting the network settings to: Bridged Adapter. I also installed: sudo apt-get install lib32ncurses5 Now it works perfrectly. Happy

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-04 Thread Simon Platten
30, 2014 at 12:28 PM *To: *beagl...@googlegroups.com *Subject: *Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software for various embedded platforms for a long time, MSP430, Echelon, PIC's. In the case of MSP430, the development suite was based on Eclipse

Re: [beagleboard] Eclipse C and Remote Debugging

2014-06-04 Thread Simon Platten
: *Friday, May 30, 2014 at 12:28 PM *To: *beagl...@googlegroups.com *Subject: *Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software for various embedded platforms for a long time, MSP430, Echelon, PIC's. In the case of MSP430, the development suite was based

RE: [beagleboard] Eclipse C and Remote Debugging

2014-06-02 Thread Robert Dugas
...@gmail.comjavascript: wrote: From: Simon Platten simona...@gmail.comjavascript: Reply-To: beagl...@googlegroups.comjavascript: Date: Friday, May 30, 2014 at 12:28 PM To: beagl...@googlegroups.comjavascript: Subject: Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-31 Thread Simon Platten
javascript: Date: Friday, May 30, 2014 at 12:28 PM To: beagl...@googlegroups.com javascript: Subject: Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software for various embedded platforms for a long time, MSP430, Echelon, PIC's. In the case of MSP430, the development suite

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread Simon Platten
Anyone? Please? On Thursday, 29 May 2014 21:00:56 UTC+1, Simon Platten wrote: Can you suggest a good site for setting up eclipse with the Linaro toolchain, I've got the toolchain installed on ubuntu 14.04 in: /home/simon/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux In eclipse, I have

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread William Hermans
Simon, you've been at this since last year. SO why don't you get a book on GCC and start reading ? On Fri, May 30, 2014 at 10:55 AM, Simon Platten simonaplat...@gmail.com wrote: Anyone? Please? On Thursday, 29 May 2014 21:00:56 UTC+1, Simon Platten wrote: Can you suggest a good site for

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread William Hermans
Either that, or ask this question on the eclipse forums. This is a GCC / Eclipse question more than anything else. On Fri, May 30, 2014 at 11:14 AM, William Hermans yyrk...@gmail.com wrote: Simon, you've been at this since last year. SO why don't you get a book on GCC and start reading ?

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread Simon Platten
I know C and C++ very well...I've been developing in it since the 80's. What I find difficult is the lack of complete information, is it to much to expect that having bought the hardware for the software and documentation to be complete? Sorry, I'm so fed up with dead ends...and pissy people

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread Simon Platten
true, is it to much to ask to use an IDE? I have it all working for Java, would just like to do the same for C. On Friday, 30 May 2014 19:37:58 UTC+1, RobertCNelson wrote: On Fri, May 30, 2014 at 1:33 PM, Simon Platten simona...@gmail.com javascript: wrote: I know C and C++ very

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread lee
Frankly, when developing for embedded platforms, yes, IDEs are too much to ask for. 90% of embedded programming today is done with command-line tools as it has been for decades. Once in a while someone builds an IDE, but they are invariably so limited in application as to be more or a

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread Simon Platten
I've been writing software for various embedded platforms for a long time, MSP430, Echelon, PIC's. In the case of MSP430, the development suite was based on Eclipse. When writing software for PC104 platforms using QNX, the IDE was Momentics, which is eclipse. The assumption always seems to

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread lee
I have no doubt you are correct, much documentation is atrocious. I'm even more experienced than you (I'm 50, been programming since 1979), but I spend a lot of time on Google hunting down undocumented software features. Like everything else, documentation requires resources to create, and

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread John Syn
From: Simon Platten simonaplat...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 30, 2014 at 12:28 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software for various embedded platforms for a long time

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread William Hermans
. On Fri, May 30, 2014 at 2:02 PM, John Syn john3...@gmail.com wrote: From: Simon Platten simonaplat...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 30, 2014 at 12:28 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I've

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-30 Thread William Hermans
-To: beagleboard@googlegroups.com Date: Friday, May 30, 2014 at 12:28 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I've been writing software for various embedded platforms for a long time, MSP430, Echelon, PIC's. In the case of MSP430

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-29 Thread Simon Platten
Thank you Robert, I've now reflashed both my Beaglebone Blacks with Debian and have downloaded the linaro toolchain, so far everything has gone really well...about to set-up eclipse on my ubuntu virtualbox and then try remote debugging. On Wednesday, 28 May 2014 21:12:37 UTC+1, RobertCNelson

[beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
I have Eclipse Kepler running on Ubuntu 14.04 x64, I can build and remote debug Java applications on the Beaglebone Black, but for some reason I cannot remote debug C applications. I can compile a C application and I can see that it is transferred to the Beaglebone Black, I can even run it

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread John Syn
From: Simon Platten simonaplat...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, May 27, 2014 at 11:53 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Eclipse C and Remote Debugging I have Eclipse Kepler running on Ubuntu 14.04 x64, I can build and remote debug

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
C and Remote Debugging I have Eclipse Kepler running on Ubuntu 14.04 x64, I can build and remote debug Java applications on the Beaglebone Black, but for some reason I cannot remote debug C applications. I can compile a C application and I can see that it is transferred to the Beaglebone

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
. On Wednesday, 28 May 2014 08:45:53 UTC+1, john3909 wrote: From: Simon Platten simona...@gmail.com Reply-To: beagl...@googlegroups.com Date: Tuesday, May 27, 2014 at 11:53 PM To: beagl...@googlegroups.com Subject: [beagleboard] Eclipse C and Remote Debugging I have Eclipse Kepler running

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread John Syn
From: Simon Platten simonaplat...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, May 28, 2014 at 12:09 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I'm still looking for a solution and getting more and more frustrated

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
UTC+1, john3909 wrote: From: Simon Platten simona...@gmail.com javascript: Reply-To: beagl...@googlegroups.com javascript: Date: Wednesday, May 28, 2014 at 12:09 PM To: beagl...@googlegroups.com javascript: Subject: Re: [beagleboard] Eclipse C and Remote Debugging I'm still looking

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread William Hermans
: From: Simon Platten simonaplat...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Wednesday, May 28, 2014 at 12:09 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I'm still looking for a solution and getting more and more frustrated

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread William Hermans
...@googlegroups.com Date: Wednesday, May 28, 2014 at 12:09 PM To: beagl...@googlegroups.com Subject: Re: [beagleboard] Eclipse C and Remote Debugging I'm still looking for a solution and getting more and more frustrated by what seems to be a very steep up hill battle. There are quite a few sites linking

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Robert Nelson
On Wed, May 28, 2014 at 2:53 PM, Simon Platten simonaplat...@gmail.com wrote: What happened to Angstrom? What do new Beaglebone Blacks ship with? http://beagleboard.org/blog/2014-01-04-happy-new-year/ http://beagleboard.org/latest-images I've already invested a bunch of time into the

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread William Hermans
Robert, I agree, but default it seemed the tools used in Angstrom are different and create more headache for people like me who have been using Debian for years. Many things like dropbear, instead of openssh-server for instance can be a PitA to get used to. Especially when you already have

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
I'll give Debian a go. Just find it hard to start over again, feels like so many steps backward in order to do what should have been possible from the start. On 28/05/2014 21:00, William Hermans wrote: Robert, I agree, but default it seemed the tools used in Angstrom are different and

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Robert Nelson
On Wed, May 28, 2014 at 3:00 PM, William Hermans yyrk...@gmail.com wrote: Robert, I agree, but default it seemed the tools used in Angstrom are different and create more headache for people like me who have been using Debian for years. Many things like dropbear, instead of openssh-server for

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Robert Nelson
On Wed, May 28, 2014 at 3:02 PM, Simon Platten simonaplat...@gmail.comwrote: I'll give Debian a go. Just find it hard to start over again, feels like so many steps backward in order to do what should have been possible from the start. Well, one of the goals of the debian images, was to

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
Thank you, I'll look into it and give it a go. Are they're any shortfalls to be aware of, anything that isn't supported? On 28/05/2014 21:05, Robert Nelson wrote: On Wed, May 28, 2014 at 3:02 PM, Simon Platten simonaplat...@gmail.com mailto:simonaplat...@gmail.com wrote: I'll give

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread William Hermans
Simon, one benefit is that Debian is very well documented. But also you have different versions so you need to pay attention to that. Something like google search Debian wheezy how to x.y.z works very well for 99% of the questions you'll have. On Wed, May 28, 2014 at 1:02 PM, Robert Nelson

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Robert Nelson
On Wed, May 28, 2014 at 3:06 PM, Simon Platten simonaplat...@gmail.comwrote: Thank you, I'll look into it and give it a go. Are they're any shortfalls to be aware of, anything that isn't supported? Well, right now we support more devices and capes out of the box then the last official

Re: [beagleboard] Eclipse C and Remote Debugging

2014-05-28 Thread Simon Platten
Thank you, will do. On 28/05/2014 21:07, William Hermans wrote: Debian wheezy how to x.y.z --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- For more options, visit http://beagleboard.org/discuss --- You received this