Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
Hi Robert, > > Which Yocto version do you use? I use 1.8 I am using 1.8, too. Just sent another e-mail about the TCF agent. However, that's only in addition since TCF is not used for debugging with GDB. Eclipse wraps around GDB which then communicates directly with the GDB server on the

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
> > I think I made some progress - see attached image. Good. > > As you can see I stepped into printf and friends. > > For this to work I needed a few more things: > > 1) directory needs the be the same on host and target > > the executable on the host: > >

Re: [yocto] [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file.

2015-09-05 Thread Philip Tricca
Hey Joe, Any thoughts on this? It looks like since my patch set went into master the meta-selinux build is broken for a number of build hosts (anything w/o linux-libc-headers). I think Jackie and I have worked out a solution but it's waiting for a maintainer to merge (or reject). I hate to think

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Robert Berger
Hi, On 09/05/2015 07:17 PM, Rudolf J Streif wrote:>> > I do not have to do that. As a matter of fact the executable on my target is > copied to /usr/bin from the Eclipse workspace. See "Remote Absolute File Path" > in the Debug Configuration. You are right. I erased the other folder on my

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
Robert, What version of Poky/OpenEmbedded Core (meta) are you using? I found that including Fido (1.8) the tcf-agent built by meta was stuck at version 0.4.0. That causes issues with running on the target and getting the console output back to Eclipse. That's now updated to 1.3 in master for