I get the following liblegato error when I try following along with the setup guide:
Any tips on fixing this issue are appreciated.
Did you install toolchain?
Do you compile it in " leaf shell"?
I did not install the mangoh-red SDK
you can remove it and try to compile the legato framework of swi-wp76_5.0.0 first.
is it ok???
Additionally, is it necessary to install the toolchain + other components separately if I already installed the SDKs using leaf and am running these commands using leaf shell?
Does the vscode ‘Build’ command essentially compile the same files similar to what ‘make wp76xx’ does?
Yes, after successfully make wp76xx, you should see the legato.cwe.
There is no need to install the toolchain + other components separately if you already installed the SDKs using leaf
Btw, have you tried to “make clean” before “make wp76xx” ???
Are you compiling swi_wp76_4.0.3
Yes, I added swi_wp76_4.0.3 to my profile.
this is my log when compiling swi_wp76_4.0.3, I don’t see problem:
log.txt (186.2 KB)
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
Are you compiling legato 19.2?
@jyijyi
By compiling, you mean simply adding to profile, right?
And should I have legato 19.2 downloaded locally in the same workspace?
swi_wp76_4.0.3 should be already having legato framework 19.2, there is no need to extra download