Make red_wp77xx fails

Building for WP7702 module failed.

mangoh@mangoh-vm:~/mangOH$ make red_wp77xx
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-wp77xx/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
TOOLCHAIN_PREFIX=arm-poky-linux-gnueabi-
mksys -t wp77xx --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:109: recipe for target ‘red_wp77xx’ failed
make: *** [red_wp77xx] Error 1

Any help is appreciated.

Try the following:

/home/mangoh/legato_framework/legato/modules/WiFi/service/daemon/Component.cdef

In line 15, change to the followings:


// {LEGATO_WIFI_ROOT}/service/platformAdaptor/{LEGATO_WIFI_PA}/pa_wifi_client_ti.c
// {LEGATO_WIFI_ROOT}/service/platformAdaptor/{LEGATO_WIFI_PA}/pa_wifi_ap_ti.c

{LEGATO_WIFI_ROOT}/service/platformAdaptor/ti/pa_wifi_client_ti.c {LEGATO_WIFI_ROOT}/service/platformAdaptor/ti/pa_wifi_ap_ti.c


i found the cdef file, and changed lines 15 and 16, but cant get the file to save; how do i save it?

maybe you can set the permission to be writable before you modify the file.

I have updated the lines 15 and 16, saved the file. Now a new error pops up regarding /home/mangoh/mangOH/apps/DataHub/components/json/Component.cdef

it says there’s an unexpected subsection name ‘headerDir’ in ‘provides’ section

also i have the wp7603

you can try to comment out that headerDir section.

thank you so much for your help! Although now i have a new issue. the make command with red_wp76xx worked, but when i check if the update files were created by checking the time stamps using the ’ ls -al build/update_files/* ’ commands, nothing shows up for the current time or wp76xx, rather it shows wp77xx of june of last year, well before i started using the mangoh red. Any tips would be greatly appreciated.

the binary should be in ./build/update_files/red_wp76xx folder.
Maybe you can do “make clean” before making .update file.

i did the make clean and now its saying the location doesnt exist. Also, is the ’ red.wp76xx.update ’ the same as the ’ mangOH.wp76xx.update ’ ? if so, can i just use the ’ red.wp76xx.update ’ file to send to my mangoh red?

i also use the red.wp76xx.update.

I tried using the ‘update’ command, but it says that command is not found. so i used the suggested command ’ sudo apt install ’ but it says the the red.wp76xx.update file isnt supported. What command should i use? also, in my build/update_files/ folder, the only thing in there is the red.wp76xx.update file

The command line also recommends using pupdate, zupdate, lupdate, xupdate, or the uupdate commands

You can transfer the .update file to module /tmp folder by scp, after that use update commend on module console.