You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile with FW 15.1 Toolchain, Legato version 21.05.0 (also on the FW 15.1 component page) and getting the following error:
/var/wp77xx/yocto/legato/framework/daemons/linux/start/start.c: In function ‘RunCurrentSystem’:
/var/wp77xx/yocto/legato/framework/daemons/linux/start/start.c:1670:13: error: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Werror=unused-result]
1670 | system("echo start 10000000000 > /sys/power/wake_lock");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
It is a pretty easy fix, but I do expect the toolchain to be able to compile the legato version in the same release. Right now I am doing the following:
Ok I have gotten this working by just using the Yocto Env:
tar xf Legato-Dist-Source-mdm9x06-SWI9X06Y_03.00.13.00.tar.bz2
cd ./yocto
repo init -u git://github.com/legatoproject/manifest -m legato/releases/21.05.0.xml
repo sync
make dev
cd ../legato
make
make wp77xx
I am keeping this ticket open to indicate you need to update your build instructions
I am trying to compile with FW 15.1 Toolchain, Legato version 21.05.0 (also on the FW 15.1 component page) and getting the following error:
It is a pretty easy fix, but I do expect the toolchain to be able to compile the legato version in the same release. Right now I am doing the following:
then to compile i run
The text was updated successfully, but these errors were encountered: