I am getting an error when I run make (Legato==0).
I have flashed the firmware from using the Recovery Firmware tool from Developer Studio but this error still persists.
How do I fix this error?
Thanks in advance…
mangoh@mangoh-vm:~/mangOH$ make
echo “Not building LEGATO due to $LEGATO == 0”
Not building LEGATO due to $LEGATO == 0
NOTE: When using leaf, these TOOLCHAIN_X variables don’t need to be passed to mksys.
TOOLCHAIN_DIR=/opt/swi/y22-ext-wp85/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
TOOLCHAIN_PREFIX=arm-poky-linux-gnueabi-
mksys -t wp85 --object-dir=build/green_wp85 --output-dir=build/update_files green.sdef
ninja: error: rebuilding ‘build/green_wp85/build.ninja’: ‘/home/mangoh/mangOH/mangOH.sdef’, needed by ‘build/green_wp85/build.ninja’, missing and no known rule to make it
Makefile:103: recipe for target ‘green_wp85’ failed
make: *** [green_wp85] Error 1