Installing GDB in yocto project
The step-by-step
Change the
build/conf/local.conf
by adding the following lines#add the feature :-> tools-debug EXTRA_IMAGE_FEATURES += "debug-tweaks tools-debug"
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
Was this helpful?