[oe] How can I place gdbserver in my target system?

2014-04-13 Thread Journeyer J. Joh
Hi, I want to debug my application on target embedded system using cross gdb. To do this I learned that I need to place a proper gdbserver in my target system. My target system runs by oe-core. Then how can I prepare gdbserver for my target? And also I'd like to know how can I get a proper

Re: [oe] How can I place gdbserver in my target system?

2014-04-13 Thread Journeyer J. Joh
Hi, If I just grep gebserver source code and place it into my oe sourcecode and build an image, I believe I can place gdbserver into my target system. After I did this, if I use general purpose gcc crosstoolcahin(cross gdb). can I cross debug? I'd rather first just do this ... and I will update