Open upsampled opened 7 months ago
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