You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling meta-nodejs, in target device, galileo gen2, I am getting "illigal instruction" exceptions.
Running node or node sample.js leads same error. Though "node --help" works.
node
illigal instruciton
node sample.js
illigal instruction
node --help works
This seems to be the v8 compatibility issue. The device is 32 bit intel core.
The text was updated successfully, but these errors were encountered:
After compiling meta-nodejs, in target device, galileo gen2, I am getting "illigal instruction" exceptions.
Running node or node sample.js leads same error. Though "node --help" works.
node --help
worksThis seems to be the v8 compatibility issue. The device is 32 bit intel core.
The text was updated successfully, but these errors were encountered: