I am building for mangoH Green WP76XX using developer studio
I get the following:
[507/512] Linking C executable
[508/512] Bundling file
[509/512] Bundling file
[510/512] Creating info.properties
[511/512] Packaging app
[512/512] Packaging system
systocwe wp76xx mangOH.wp76xx.update cwe
***ERROR: Bad system file mangOH.wp76xx.update
Try ‘systocwe --help’ for usage instructions.
Makefile:40: recipe for target ‘systocwe’ failed
make: *** [systocwe] Error 1
make: Leaving directory ‘/home/ilan/mangOH/devstudio-5.3.1-linux64/workspace/git/mangOH/Target_Legato_Debug’
11:24:09 Build Finished (took 22s.468ms)
I am looking at:
~/mangOH/build/green_wp76xx(master)$ find . -name “*.update”
./app/wifiWebAp/wifiWebAp.wp76xx.update
./app/wifiService/wifiService.wp76xx.update
./app/powerMgr/powerMgr.wp76xx.update
./app/wifi/wifi.wp76xx.update
./app/cellNetService/cellNetService.wp76xx.update
./app/tools/tools.wp76xx.update
./app/wifiApTest/wifiApTest.wp76xx.update
./app/secStore/secStore.wp76xx.update
./app/wifiClientTest/wifiClientTest.wp76xx.update
./app/fwupdateService/fwupdateService.wp76xx.update
./app/smsInboxService/smsInboxService.wp76xx.update
./app/avcService/avcService.wp76xx.update
./app/spiService/spiService.wp76xx.update
./app/audioService/audioService.wp76xx.update
./app/voiceCallService/voiceCallService.wp76xx.update
./app/dataConnectionService/dataConnectionService.wp76xx.update
./app/modemService/modemService.wp76xx.update
./app/atService/atService.wp76xx.update
./app/gpioService/gpioService.wp76xx.update
./app/positioningService/positioningService.wp76xx.update
./app/devMode/devMode.wp76xx.update
./app/portService/portService.wp76xx.update
indeeed there is no mangOH.wp76xx.update file
please advice