IMX6ULEVK remote debug with eclipse

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6ULEVK remote debug with eclipse

1,964 Views
YodaC
Contributor III

Hi,

I am new to linux development. So I managed to create a custom linux and a toolchain with yocto and build a "hello world" on eclipse but I can't remote debug it. On eclipse, I tried debugging with gdbserver running on the target but it is way too slow. Then, I tried the direct remote debugger plugin from eclipse marketplace that get stuck at 57% and returns  the error "Could not start gdb on the remote host by ssh" when canceling. GDB is correctly installed on the target and I can launch it in a ssh terminal.

My configuration :

Eclipse luna for linux

Ubuntu 16.04 running inside virtualbox on Windows 7

Any suggestion ? Is eclipse the best tool to develop linux applications on IMX6UL ?

Regards

Labels (3)
0 Kudos
1 Reply

922 Views
igorpadykov
NXP Employee
NXP Employee

Hi Christian

one can look at AN4553 Using Open Source Debugging Tools for Linux on i.MX Processors

http://cache.nxp.com/files/32bit/doc/app_note/AN4553.pdf

and sect.6.3. Debug Linux kernel code AN5229

ARM DS-5 Development Studio Debug i.MX6UL-EVK

http://cache.nxp.com/files/32bit/doc/app_note/AN5229.pdf

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos