Re: [yocto] eclipse error in downloading file when trying to debug on the actual target

2013-06-17 Thread Adrian Dudau
On Sat, 2013-06-15 at 16:40 +, Thanassis Silis wrote: Hello everyone, I created a hello world ADT C application (basically following the PDM http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#application-development-workflow ) The guide gives directions to run the

Re: [yocto] eclipse error in downloading file when trying to debug on the actual target

2013-06-17 Thread Thanassis Silis
Hi Adrian, I switched to TCF perspective and indeed I cannot see the files. Looking for info on TCF I realised I needed tcf-agent running on the target board. However, ssh'ing to the target board, I see there is no tcf-agent executable. This seems odd as I have built the fsl-image-gui-sdk image.

[yocto] eclipse error in downloading file when trying to debug on the actual target

2013-06-15 Thread Thanassis Silis
Hello everyone,I created a hello world ADT C application (basically following the PDM http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#application-development-workflow ) The guide gives directions to run the built application in a qemu instance. However, this fails. The