I have a Connect Core 6 Early access kit, but am struggling to get remote debugging working in eclipse, has anyone managed to get this working, if so do you have any info that could help me get going?
I am using Ubuntu and attempting to use the Yocto toolchain as oppose to the stand alone toolchain.
I get as far as being prompted for login details (root, no password), but it then just times out.
I am however able to browse the file system in the ‘Remote Systems’ panel after logging in, in the Remote Systems Explorer perspective in Eclipse.
Step finished with this error: Failed to launch remote process.
Context: New configuration
New configuration(debug) - Remote Application
Step: Launch Process
Process Path: usr/bin/hello_world
Process Arguments:
Possible Cause:
TCF error report:
Command: ProcessesV1 start “usr/bin”, “usr/bin/hello_world”, [“usr/bin/hello_world”], [“TERM=ansi”,“SHELL=/bin/bash”,“LANGUAGE=en_GB:en”,“SUDO_GID=1000”,"PATH=/usr/local/sbin:/usr/local/…, {“StopAtEntry”:false,“StopAtMain”:true,“UseTerminal”:true,“Attach”:true,“AttachChildren”:true}
Time: 2014-09-19 14:20:19.753
Error text: No such file or directory
Error code: 1
Alt code: 2
Alt org: Linux
TCF error report:
Command: ProcessesV1 start “usr/bin”, “usr/bin/hello_world”, [“usr/bin/hello_world”], [“TERM=ansi”,“SHELL=/bin/bash”,“LANGUAGE=en_GB:en”,“SUDO_GID=1000”,"PATH=/usr/local/sbin:/usr/local/…, {“StopAtEntry”:false,“StopAtMain”:true,“UseTerminal”:true,“Attach”:true,“AttachChildren”:true}
Time: 2014-09-19 14:20:19.753
Error text: No such file or directory
Error code: 1
Alt code: 2
Alt org: Linux
looks like debugger is looking for the hello_world executable in the wrong place: /usr/bin
Command: ProcessesV1 start “usr/bin”, “usr/bin/hello_world”, [“usr/bin/hello_world”],
this hsould point to the location you actually deploying it - usually /tmp
It appears there is a script you have to run after doing a “bitbake dey-image-minimal -c poulate_sdk” that is not in the documentation, however I did do it on a training coarse yesterday - but can’t remember where or what. I guess I will have to be patient and wait for the presentation with the details to become available…