Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Remote debugging Beagle Board?
Remote debugging Beagle Board? [message #1759925] Thu, 20 April 2017 01:08
Eclipse UserFriend
Everyone,

I try to remote debug Beagle board,
===
Here's what I got on console windows :
===
Last login: Wed Apr 19 11:03:06 2017 from bianchihomepc-hp-pavilion-dv6-notebook-pc

/usr/bin/gdbserver :3456 /home/debian/tmp/BBBTest;exit

debian@beaglebone:~$ /usr/bin/gdbserver :3456 /home/debian/tmp/BBBTest;exit
Process /home/debian/tmp/BBBTest created; pid = 31951
Listening on port 3456
Remote debugging from host 192.168.7.1
!!!Hello World!!!

Child exited with status 0
GDBserver exiting
logout

====
The code :
====
//============================================================================
// Name : BBBTest.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================

#include <iostream>
using namespace std;


int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}

====
debug window :
=====
<terminated>BBBTest Debug [C/C++ Remote Application]
<terminated, exit value: 0>Remote Shell
<terminated, exit value: 0>/usr/bin/gdb-multiarch (7.12.0.20161007)
======

Is the debugger working properly or I miss something here ?
Thanks

[Updated on: Thu, 20 April 2017 01:11] by Moderator

Previous Topic:XL C++ Compiler Error
Next Topic:Can't find the location for the compiler settings in "Nios II software build tools for eclipse&
Goto Forum:
  


Current Time: Fri Jul 04 15:38:09 EDT 2025

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

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

Back to the top