Hello
I´m building my mangOH Distribution for the module in my mangOH Red or yellow but now I recieve this error
"mangoh@mangoh-vm:~$ cfglegato
Configuring shell for Legato development
[wp85] Toolchain dir = /opt/swi/y22-ext-wp85/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
prefix = arm-poky-linux-gnueabi-
sysroot = /opt/swi/y22-ext-SWI9X15Y_07.13.05.00/sysroots/armv7a-neon-poky-linux-gnueabi
kernelroot = /opt/swi/y22-ext-SWI9X15Y_07.13.05.00/sysroots/armv7a-neon-poky-linux-gnueabi/usr/src/kernel
[wp750x] Toolchain dir = /opt/swi/y22-ext-wp750x/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
prefix = arm-poky-linux-gnueabi-
sysroot = /opt/swi/y22-ext-SWI9X15Y_07.13.05.00/sysroots/armv7a-neon-poky-linux-gnueabi
kernelroot = /opt/swi/y22-ext-SWI9X15Y_07.13.05.00/sysroots/armv7a-neon-poky-linux-gnueabi/usr/src/kernel
[wp76xx] Toolchain dir = /opt/swi/y22-ext-wp76xx/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
prefix = arm-poky-linux-gnueabi-
sysroot = /opt/swi/y22-ext-SWI9X07Y_02.18.06.00/sysroots/armv7a-neon-poky-linux-gnueabi
kernelroot = /opt/swi/y22-ext-SWI9X07Y_02.18.06.00/sysroots/armv7a-neon-poky-linux-gnueabi/usr/src/kernel
[wp77xx] Toolchain dir = /opt/swi/y22-ext-wp77xx/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
prefix = arm-poky-linux-gnueabi-
sysroot = /opt/swi/y22-ext-SWI9X06Y_02.18.05.00/sysroots/armv7a-neon-poky-linux-gnueabi
kernelroot = /opt/swi/y22-ext-SWI9X06Y_02.18.05.00/sysroots/armv7a-neon-poky-linux-gnueabi/usr/src/kernel
mangoh@mangoh-vm:~ git pull && git submodule update --init
fatal: not a git repository (or any of the parent directories): .git
mangoh@mangoh-vm:~ cd mangOH
mangoh@mangoh-vm:~/mangOH$ git pull && git submodule update --init
Already up to date.
mangoh@mangoh-vm:~/mangOH$ make
Makefile:102: ==== OCTAVE_ROOT not defined ====
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 --cflags=-O2 --object-dir=build/green_wp85 --output-dir=build/update_files green.sdef
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** ERROR:
/home/mangoh/legato_framework/legato/modules/WiFi/service/daemon/Component.cdef:15:4: error: Couldn’t find source file ‘/home/mangoh/legato_framework/legato/modules/WiFi/service/platformAdaptor//home/mangoh/legato_framework/legato/modules/WiFi/service/platformAdaptor/ti/pa_wifi.sh/pa_wifi_client_ti.c’
Makefile:125: recipe for target ‘green_wp85’ failed
make: *** [green_wp85] Error 1
mangoh@mangoh-vm:~/mangOH$ make red_wp77xx
Makefile:102: ==== OCTAVE_ROOT not defined ====
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-wp77xx/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
TOOLCHAIN_PREFIX=arm-poky-linux-gnueabi-
mksys -t wp77xx --cflags=-O2 --object-dir=build/red_wp77xx --output-dir=build/update_files red.sdef
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** ERROR:
/home/mangoh/legato_framework/legato/modules/WiFi/service/daemon/Component.cdef:15:4: error: Couldn’t find source file ‘/home/mangoh/legato_framework/legato/modules/WiFi/service/platformAdaptor//home/mangoh/legato_framework/legato/modules/WiFi/service/platformAdaptor/ti/pa_wifi.sh/pa_wifi_client_ti.c’
Makefile:131: recipe for target ‘red_wp77xx’ failed
make: *** [red_wp77xx] Error 1
i´m using Virtula BOX and the the Virtual Machine on MangOH " mangOH Dev Orange Starter Kit using Legato 18.09.0 on Ubuntu 18.04 - r4 "
wp77xx Release 9.1 SWI9X06Y_02.18.05.00 from the start guide
Something has changed recently because before i coudl build the distribution without issue.
Something related with Octave
Thanks
Isabel