2021-01-01 05:02 AM
Hello ST community,
I was following the link below
I had completed PC prerequisites by following, https://wiki.st.com/stm32mpu/wiki/PC_prerequisites
when I do
bitbake st-image-demo-aws
It stops after 49% with error,
ERROR: Task (/home/dnk-051/STM32MPU_workspace/STM32MP15-Ecosystem-v2.1.0/Distribution-Package/openstlinux-5.4-dunfell-mp1-20-11-12/layers/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb:do_compile) failed with exit code '1'
How can I solve the error?
Thanks,
Nikunj
Solved! Go to Solution.
2021-01-05 03:51 AM
Hello Yves C,
I found the solution to this error comes because of the missing dependency of mozjs.
We have to add "libxt" in DEPENDS of mozjs
Thanks,
Nikunj
2021-01-04 03:02 AM
Hello,
Currently the process have been validated with the Ecosystem-v2.0.0, have you got more detail about this error (the log file )
BR
Yves C
2021-01-05 03:51 AM
Hello Yves C,
I found the solution to this error comes because of the missing dependency of mozjs.
We have to add "libxt" in DEPENDS of mozjs
Thanks,
Nikunj