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

Add arm64 build scripts. #49

Open jrd261 opened 3 years ago

jrd261 commented 3 years ago

Combining this with the ARM7 build would require some rework of the core scripts but there is a ton of overlap.

PR'ing this into a separate folder for now.

LeonardLaszlo commented 3 years ago

@jrd261, Thanks for your work. I integrated it onto the main building script and triggered the build. The binaries will be available in the next 24 hours when the build finishes successfully. Please test them if you have a 64 bit board and let me know about the results.

LeonardLaszlo commented 3 years ago

For the SDK build I am getting this error:

ERROR at //ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn:64:5: Assertion failed.
    assert(false, "unhandled target_cpu")
    ^-----
unhandled target_cpu
See //components/nacl/loader/BUILD.gn:88:5: which caused the file to be included.
    "//ppapi/native_client/src/untrusted/pnacl_support_extension",
    ^------------------------------------------------------------

If you manage to fix this please send me the patch so I can integrate it to the building script.