cancel
Showing results for 
Search instead for 
Did you mean: 

mozjs60.9.0.bb returens error while compile

NPanc.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
NPanc.1
Associate II

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

View solution in original post

2 REPLIES 2
Yves C
ST Employee

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
Associate II

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