Compilling .sdef. mksys

Hello
I want compilling my framwork . used mksys.
and i get error
sys_app.sdef:3:0: error: Unexpected character ‘#’
my code
#include “$LEGATO_ROOT/default.sdef”

How to fix it?

Which module and legato version are you using?

i used mangOH green (wp7502) and legato 16.10.4

If i remember correctly, for legato 16.10.4, you need to download an older version of mango source.
Maybe you can try the latest one here with your mamgoh source:
https://source.sierrawireless.com/resources/airprime/software/wpx5xx/wpx5xx-firmware-release-16-components/

i use developer studio for windows.
and i update legato from http:/updatesite.sierrawireless.com
in perspective Available packages
i see only
Legato for WP85/WP75 (18.6.1.wp85-wp75-…
how see 16.1?

i install
** Legato for WP85/WP75 (18.6.1.wp85-wp75-…**
and create legato mangOH systems
i get compilling error
*mangOH.sdef:76:11: error: No such app ‘dataHub’ in the system.

source…
commands:
{
#if ${MANGOH_BOARD} = green
mux = muxCtrlTools:/bin/mux
#else // MANGOH_BOARD
dhub = dataHub:/bin/dhub
#endif // MANGOH_BOARD
dr = drTool:/bin/dr
twitter = socialService:/bin/twitter
}

how fix it?

How about comment out this line?
dhub = dataHub:/bin/dhub

it good idiа. i commit this line but i get error in the end.

**systocwe wp750x mangOH.wp750x.update cwe
*ERROR: Bad system file mangOH.wp750x.update
Try ‘systocwe --help’ for usage instructions.

make: Leaving directory ‘/home/osboxes/work_legato/git/mangOH_red/Target_Legato_Debug’
make: *** [Makefile:40: systocwe] Error 1

how fix it?

No need to fix this as the. update file you needed already being built.

I decided to create a new topic