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:
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
Hi Aleksandr
for adding libraries one can look at Yocto tutorials on Yocto Training - HOME
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!
-----------------------------------------------------------------------------------------------------------------------