Project with mJS build for ubuntu failed

  1. My goal is: to run complete firmware on ubuntu with mJS support
  2. My actions are: mos build --local --platform ubuntu
  3. The result I see is: build error:
 LD    build/bin/ng-device
/usr/bin/ld: /home/work/build/objs//home/work/deps/modules/mjs/mjs.c.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [build/bin/ng-device] Error 1
  1. My expectation & question is: should mJS support Ubuntu build?

The makefiles for ubuntu do not include the mJS specific files.

1 Like