Problem build sdk in kernel 4.19.35(imx6-ul)

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

Problem build sdk in kernel 4.19.35(imx6-ul)

1,339 Views
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

Labels (3)
0 Kudos
1 Reply

1,040 Views
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 Kudos