Problem build sdk in kernel 4.19.35(imx6-ul)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem build sdk in kernel 4.19.35(imx6-ul)

1,376 次查看
shevchenko_ale1
Contributor II

Hi, help me!

I have some difficulties installing sdk. When installing sdk, I do not have C / C ++ standard libraries (iostream, stdio, chrono, etc.). Here are all the libraries that IDEs are available to me:

pastedImage_1.png

I used the documentation with the attachment to build the kernel.

To build the kernel, I used the following command:

MACHINE=imx6ulevk DISTRO=fsl-imx-x11 source fsl-setup-release.sh -b build_ul

Пробовал следующий перечень вариантов сборки:

bitbake imx-image-multimedia

bitbake core-image-minimal

bitbake imx-image-full

After which I built sdk as follows:

bitbake meta-toolchain

bitbake meta-toolchain-qt5

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk  bitbake core-image-minimal -c populate_sdk

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk  bitbake imx-image-multimedia -c populate_sdk

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk  bitbake imx-image-full -c populate_sdk

What am I doing wrong to get standard C / C ++ libraries?

Regards,

Aleksandr

标签 (3)
0 项奖励
1 回复

1,077 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Aleksandr

for adding libraries one can look at Yocto tutorials on Yocto Training - HOME 

Task #6 - Customize the image 

Task #10 - How to create a custom layer 

Also as this is general linux question, not i.mx specific, it may be posted on

kernel mail list:  Majordomo Lists at VGER.KERNEL.ORG 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励