How to have OpenMP available on Yocto for iMX8qxp

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

How to have OpenMP available on Yocto for iMX8qxp

938 Views
yibhan
Contributor III

Hi,

You can find instructions on how to use openmp related to imx6 on the website,
but I can't find any openmp guides related to imx8. Can I use openmp api in imx8?
I would appreciate it if you could provide me with the documentation about it.

Thank you for reading,

0 Kudos
Reply
1 Reply

927 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi @yibhan 

You can edit the local.conf as below to build openmp for i.MX8QXP.

IMAGE_INSTALL:append = " libgomp libgomp-dev libgomp-staticdev"

There is no such guide for i.MX8.  

 

Best regards

Harvey

0 Kudos
Reply