httpGet sample app issues

I’m running Legato 17.07.2, talking to a MahgOH Red. I’m trying to build and test the httpGet sample app, with odd results.

If I use the manual build instructions from the Getting Started guide, "make wp85 comes back

Modelling component: ‘httpGetComponent’
found at: ‘/home/mangoh/legato_framework/legato/apps/sample/httpGet/httpGetComponent’
** ERROR:
/home/mangoh/legato_framework/legato/apps/sample/httpGet/httpGetComponent/Component.cdef:15:8: error: Can’t find dependent .api file: ‘le_mdc.api’.
Makefile:17: recipe for target ‘wp85’ failed
make: *** [wp85] Error 1


If I build under the dev studio, the app builds but crashes:
(any ideas?)

as a new user I got shut down from including the crash log

Hi,

can you try legato-17.08.1?
I don’t see problem with “make wp85” with “legato-17.08.1.tar.bz2”?

Got it. Seems like an old error, upgrading to 17.10 also fixed it.

Thanks