Hi Bio_TICFSL,
Thank you for your answer. I got gcc and make commands.
Here are what I did.
bitbake fsl-image-gui # I need to run this to create local.conf first.
echo "EXTRA_IMAGE_FEATURES += \"dev-pkgs tools-sdk\"" >> conf/local.conf
cd ../
DISTRO='fsl-imx-x11'
MACHINE='imx6qsabreauto'
source ./setup-environment bld-x11
bitbake -ccleanall fsl-image-gui
bitbak fsl-image-gui
Though this flow works, it seems redundant as I need to compile once and then re-compile all again.
Can you think of any smarter way to do this?
Regards,
Masa