eclipse-integration.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. Integration with Eclipse
  4. ------------------------
  5. While a part of the embedded Linux developers like classical text
  6. editors like Vim or Emacs, and command-line based interfaces, a number
  7. of other embedded Linux developers like richer graphical interfaces to
  8. do their development work. Eclipse being one of the most popular
  9. Integrated Development Environment, Buildroot integrates with Eclipse
  10. in order to ease the development work of Eclipse users.
  11. Our integration with Eclipse simplifies the compilation, remote
  12. execution and remote debugging of applications and libraries that are
  13. built on top of a Buildroot system. It does not integrate the
  14. Buildroot configuration and build processes themselves with
  15. Eclipse. Therefore, the typical usage model of our Eclipse integration
  16. would be:
  17. * Configure your Buildroot system with +make menuconfig+, +make
  18. xconfig+ or any other configuration interface provided with
  19. Buildroot.
  20. * Build your Buildroot system by running +make+.
  21. * Start Eclipse to develop, execute and debug your own custom
  22. applications and libraries, that will rely on the libraries built
  23. and installed by Buildroot.
  24. The Buildroot Eclipse integration installation process and usage is
  25. described in detail at
  26. https://github.com/mbats/eclipse-buildroot-bundle/wiki.