LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

Building NW.js v0.41.x fails with the following error: #37

Closed LeonardLaszlo closed 3 years ago

LeonardLaszlo commented 4 years ago
ninja: Entering directory `out/nw'
[213/47471] ACTION //content/nw/src/api:generated_api_types_schema_generator(//build/toolchain/linux:clang_arm)
nw.MenuItem must have a namespace-level comment. This will appear on the API summary page.
[227/47470] ACTION //content/nw/src/api:nw_api_bundle_generator_schema(//build/toolchain/linux:clang_arm)
nw.MenuItem must have a namespace-level comment. This will appear on the API summary page.
[230/47470] ACTION //content/nw/src/api:nw_api_registration_bundle_generator_registration(//build/toolchain/linux:clang_arm)
nw.MenuItem must have a namespace-level comment. This will appear on the API summary page.
[319/47470] ACTION //third_party/openscreen/src/osp/msgs:cddl_gen(//build/toolchain/linux:clang_arm)
FAILED: gen/third_party/openscreen/src/osp/msgs/osp_messages.h gen/third_party/openscreen/src/osp/msgs/osp_messages.cc 
python ../../third_party/openscreen/src/tools/cddl/cddl.py --header third_party/openscreen/src/osp/msgs/osp_messages.h --cc third_party/openscreen/src/osp/msgs/osp_messages.cc --gen-dir gen --log third_party/openscreen/src/osp/msgs/cddl.log ../../third_party/openscreen/src/osp/msgs/osp_messages.cddl
        ERROR: Command failed with error code: '255'!
[323/47470] CC obj/third_party/angle/third_party/vulkan-loader/libvulkan/loader.o
ninja: build stopped: subcommand failed.

@llamasoft do you happen to know what does this error message mean?

LeonardLaszlo commented 4 years ago

I added the scripts I am using to https://github.com/LeonardLaszlo/nw.js-armv7-binaries/tree/master/docs/v0.41.x

LeonardLaszlo commented 3 years ago

Not relevant anymore.