I do see I have an older 18.01 Legato SDK w/dev studio installed from Feb 2018 - but I have assumed that the Legato Framework includes the Legato sources required for this build process.
I’ll download legato-18.06.1.tar.bz2 and install Legato then go back and make red_wp77xx again.
The mangoh distribution looks for legato in a particular location. If you look at the makefile it references LEGATO_ROOT.
You can check what LEGATO_ROOT is currently set to with ‘echo $LEGATO_ROOT’.
Running bin/legs from the legato directory sets the LEGATO_ROOT variable.
I find it easiest to follow the mangoh getting started guide and use the legato git repo and change between versions using that. That way your LEGATO_ROOT stays the same and you never have issues running multiple versions. Changing versions within the git repo takes no time at all.
Hmmmm… I followed the Guide step-by-step. The LEGATO_ROOT points to Legato inside legato_framework - which has just been downloaded and installed, ie: ~/legato_framework/legato
Inside the version file I see that it is 18.03.0. Am I mistaken that the steps in the Guide just installed “legato_framework” via Legato Distro Source link? …I have not downloaded and installed the “Legato Source” not expecting this to be necessary (and not instructed to do so in the Guide.
If you have a look at https://github.com/legatoproject/manifest/tree/master/legato/releases
you can see a list of available versions you can checkout by modifying my previous command.
You might like to skip 18.04.0 and head straight to 18.10.3 - the mangoh distro recommends using the latest.