Difference between revisions of "Debugging with Eclipse (MVM)"
(Created page with "==Introduction== Generally speaking, Managed Virtual Machines including Yocto build system provide all the required stuff to remotely debug a...") |
(→Example) |
||
Line 13: | Line 13: | ||
TBD | TBD | ||
+ | |||
+ | ---- | ||
+ | {{notelist}} |
Revision as of 14:35, 30 March 2016
Introduction[edit | edit source]
Generally speaking, Managed Virtual Machines including Yocto build system provide all the required stuff to remotely debug applications running on the target, via Eclipse/ADT. It is beyond the scope of this article to describe in detail how to use Eclipse[a]. Instead some MVM-related information are provided, in order to properly configure it to work with DAVE Embedded Systems products. For more details about Eclipse, please refer to these links:
- http://www.yoctoproject.org/docs/1.8/adt-manual/adt-manual.html
- https://www.youtube.com/watch?v=O22IWe4kUE8.
Eclipse integration in MVM[edit | edit source]
By default, cross-tool chain is intalled in TBD
.
target-specific source code paths:
Example[edit | edit source]
The following example shows how to build and debug classical "Hello, world!" example when working with SBC Lynx Embedded Linux Kit (XUELK).
TBD
- ↑ Please note that Eclipse is not just a debugger, it is a full-featured IDE that allows to manage and build complex projects with a powerful user-friendly graphical interface.