2024-10-15 03:51 AM
Hello,
I am trying to perform a bitbake build using micledore openstlinux weston on my STM32MP1 platform. During the final stages of the build, I am encountering an error related to wireplumber that stops the process.
Here are the details of the error:
ninja: build stopped: subcommand failed.
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/recipe-sysroot-native/usr/bin/ninja -j 8 -v
WARNING: exit code 1 from a shell command.
At the end of the build, I get this error:
ERROR: wireplumber-0.4.17-r0 do_compile: ExecutionError('/home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/temp/run.do_compile.12651', 1, None, None)
ERROR: Logfile of failure stored in: /home/futura/Swaroop/STM32MPU_workspace/Distribution-Package/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/wireplumber/0.4.17-r0/temp/log.do_compile.12651
I’ve already attempted to reduce the number of bb threads and parallel make, but the error still persists.
Has anyone encountered this issue before, or does anyone have suggestions for resolving it?
Build environment:
Any help would be greatly appreciated!
Regards,
Swaroop
Solved! Go to Solution.
2024-12-03 07:43 PM - edited 2024-12-03 07:45 PM
Hello @Gregory PLANCHON ,
To resolve this I had to install all the requisites as per this link:
https://wiki.st.com/stm32mpu/wiki/PC_prerequisites
Also a stable internet connection needs to be ensured for the recipes and git packages to be successfully downloaded and installed.
After doing this my error was resolved
Regards
Swaroop
2024-11-25 07:53 AM
Hi @swaroop,
Do you still have this error, and if so, could you give me more details about what you're modifying, the command line you're using, etc.?
Regards,
Grégory
2024-11-27 01:00 AM
2024-11-29 01:11 AM
Hi @swaroop ,
Thanks for your return, could you share how you solved your issue so that others who may have the same issue can have the solution?
Regards,
Grégory
2024-12-03 07:43 PM - edited 2024-12-03 07:45 PM
Hello @Gregory PLANCHON ,
To resolve this I had to install all the requisites as per this link:
https://wiki.st.com/stm32mpu/wiki/PC_prerequisites
Also a stable internet connection needs to be ensured for the recipes and git packages to be successfully downloaded and installed.
After doing this my error was resolved
Regards
Swaroop