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?)