I still get the same error. Here is the error:
/home/steve/Rev16/inseego/ConnMgr/ConnTestComp/Component.cdef:11:2: error: Can’t find dependent .api file: ‘le_mdc.api’.
The terminal process “/bin/bash ‘-c’, ‘mkapp ${LEGATO_DEF_FILE} -s components -t ${LEGATO_TARGET} -w ${LEGATO_OBJECT_DIR} -o ${LEGATO_OUTPUT_DIR}’” failed to launch (exit code: 1).
Here is my .cdef file for api:
pi:
{
modemServices/le_mdc.api
modemServices/le_mrc.api
modemServicea/le_sim.api
le_data.api
le_appCtrl.api
le_pm.api
le_info.api
}
Steve