gcc on i.MX

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

gcc on i.MX

1,230件の閲覧回数
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 件の賞賛
返信
2 返答(返信)

1,062件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi

Please check:

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

regards

0 件の賞賛
返信

1,062件の閲覧回数
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 件の賞賛
返信