gcc on i.MX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gcc on i.MX

553 Views
masa_yamamoto
Contributor II

Hi,

I've built yocto BSP with the following configuration.

DSTRO=fsl-imx-x11 MACHINE=imx6qsabreauto source fsl-setup-release.sh -b bld-x11

bitbake fsl-image-gui

It generated .sdcard and I could boot i.MX with this image file.

However, I cannot find basic development tools such as "make" and "gcc" in the distro.

How can I have those development tools?

0 Kudos
2 Replies

385 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi

Please check:

https://community.nxp.com/thread/321104 

regards

0 Kudos

385 Views
masa_yamamoto
Contributor II

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

0 Kudos