Installing gcc/g++ toolchain in yocto project
The step-by-step
Change the
build/conf/local.conf
by adding the following lines#add the feature :-> tools-sdk EXTRA_IMAGE_FEATURES += "debug-tweaks tools-sdk"
Choose an image, for example,
core-image-minimal
$compile your source code .. $ time bitbake core-image-minimal
Last updated
Was this helpful?