2024-09-18 05:13 AM
We are working on building a gateway using the STM32MP1 and the RAK5146 concentrator module with the RAK5146 Pi Hat, utilizing the OpenSTLinux Dunfell distribution (v3.1.11).
While building the st-image-weston, we encountered an error during the compilation of m4-native-1.4.18. Below is a brief summary of the error:
ERROR: m4-native-1.4.18-r0 do_compile: oe_runmake failed
ERROR: Task (/.../m4-native_1.4.18.bb:do_compile) failed with exit code '1'
The reference used for integrating lorawan is https://wiki.st.com/stm32mpu-ecosystem-v3/wiki/How_to_integrate_LoRaWAN_gateway#ST_hardware
2024-10-06 05:19 AM
Hello @shreyaschandran ,
Yocto points you on which task fails and why does it fails here. So "m4-native" recipe cannot compile. You certainly have a longer error to explain where does the compilation fails and why.
Did you succeed to tackle this issue on your side ?
Kind regards,
Erwan.