Skip to main content
NPanc.1
Associate II
January 1, 2021
Solved

mozjs60.9.0.bb returens error while compile

  • January 1, 2021
  • 2 replies
  • 1292 views

Hello ST community,

I was following the link below

https://wiki.st.com/stm32mpu/wiki/How_to_integrate_AWS_IoT_Greengrass_on_top_of_openSTLinux_distribution

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

This topic has been closed for replies.
Best answer by NPanc.1

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

2 replies

Yves C
ST Employee
January 4, 2021

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

NPanc.1
NPanc.1AuthorBest answer
Associate II
January 5, 2021

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