Linux OS Build ...
  • Start Yocto Project ...
  • Build Yocto Project Step By Step¶
  • Introducing the Yocto Project Development Environment¶
  • How to install apt-get to the Yocto Project image
  • Installing gcc/g++ toolchain in yocto project
  • Installing GDB in yocto project
  • Installing ssh-server-dropbear for embedded linux in yocto project
  • Add Python To A Build
  • Add Boost To A Build
  • Adding Valgrind To Build
  • How To Add A Custom App To A Yocto Build
  • 🖥️Raspberry Pi
  • Communication Protocol
Powered by GitBook
On this page

Installing GDB in yocto project

The step-by-step

  1. Change the build/conf/local.conf by adding the following lines

  2. #add the feature :-> tools-debug
    EXTRA_IMAGE_FEATURES += "debug-tweaks tools-debug"
  3. Choose an image, for example, core-image-minimal

    $compile your source code ..
    $ time bitbake core-image-minimal
PreviousInstalling gcc/g++ toolchain in yocto projectNextInstalling ssh-server-dropbear for embedded linux in yocto project

Last updated 3 years ago