Make red_wp85, return ERROR

mangOH Team, make red_wp85 returns the following error:
"
mangoh@mangoh-virtualbox:~/mangOH$ make red_wp85
mksys -t wp85 -s /home/mangoh/mangOH/apps/GpioExpander/gpioExpanderService -s /home/mangoh/mangOH/apps/RedSensorToCloud mangOH_Red.sdef
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** ERROR:
/home/mangoh/mangOH/apps/RedSensorToCloud/redSensorToCloud.adef:33:4: error: Binding to non-existent server app ‘ledService’.
Makefile:34: recipe for target ‘red_wp85’ failed
make: *** [red_wp85] Error 1

"

Seems binding points to non-existent file on server. Thanks in advance!

Now works with FW R14 instead of R15…

But still I can’t see my GPS data into AirVantage…:frowning:

I am having the same issue when I try to run make red_wp85. I am getting a similar error message. You changed the FW on the device and it fixed it? I have followed every step of their getting started document EXACTLY! I am going to skip trying to get stuff running on the Legato platform for now, but hopefully when I get back to it, I will have found a solution.

mksys -t wp85 -s /home/mangoh/mangOH/apps/GpioExpander/gpioExpanderService -s /home/mangoh/mangOH/apps/RedSensorToCloud mangOH_Red.sdef
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** ERROR:
/home/mangoh/mangOH/apps/RedSensorToCloud/redSensorToCloud.adef:33:4: error: Binding to non-existent server app ‘ledService’.
Makefile:34: recipe for target ‘red_wp85’ failed
make: *** [red_wp85] Error 1

Getting same error with make red_wp750x (Legato18.01 and Legato 17.11.0)

R15 firmware use different toolchain than R14.
I can’t build MangOH red with R15 firmware and R15 toolchain.

For the moment I use R14 firmware with legato 17.11 (not move to 18.01).

Hi Francis,

Could you please reach out to me via email in a separate thread? Now all the setup seems good but still see something wrong when I try to push the data to AirVantage. After activating RedSensorToCloud in the VM window it goes automatically in [running] (which is good), then [stopped] (which is wrong) for some reason. How would you explain that? Thanks.

This will be fixed tomorrow. Sorry for the delay!

Thanks for the reply. Very nice to have a developer post on here. So there is a new version of firmware I can flash to get this working ? Or will it just work now ? I am just now starting to work with the mangOH so I need to understand more on how Legato works.

If you update to the latest mangOH code, then it should be possible to build and install without any problems. I have made some changes to the mangOH makefile today to try to make things easier to build.

  1. cd ~/mangOH && git pull && git submodule init && git submodule update
  2. Read the top of Makefile regarding the definition of LEGATO_ROOT and the XXXX_SYSROOT variables.
  3. Run make red_wp85

Everything now went smoothly. Followed all the getting started steps and looks like all the apps built. But I am not seeing some apps appearing on the device. I do not see the GpioExpanderServiceRed, RedSensorToCloud app or mqttClient app running on the device. I do see these apps on the Linux VM, and it looks like they built. I tried running the instsys mangOH_Red.wp85.update 192.168.2.2 again, and it tried to apply one more update. After it applies these updates, I cannot connect to the WP8548 through ssh ( I assume it is rebooting after uploading these apps? ). I get the “Success” and “Done” output when I try upload the apps to the device. I actually started with a clean VM and tried this install again, but let me know if I should see these apps on the device, or if this is normal. These are the apps that are currently running. I do not see any of the apps that are in the mangOH/apps folder, so I guess they are not uploading correctly.
root@swi-mdm9x15:~# app status
[running] atClient
[running] atServer
[running] audioService
[running] avcService
[running] cellNetService
[running] dataConnectionService
[running] fwupdateService
[running] gpioService
[running] modemService
[running] positioningService
[running] powerMgr
[running] secStore
[stopped] smsInboxService
[stopped] spiService
[stopped] tools
[stopped] voiceCallService
[stopped] wifi
[stopped] wifiApTest
[stopped] wifiClientTest
[running] wifiService
[stopped] wifiWebAp