Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: Raspberry Pi3 / brcm2710 errors due to CPU/arch #3057

Closed
plntyk opened this issue Aug 13, 2016 · 1 comment
Closed

node: Raspberry Pi3 / brcm2710 errors due to CPU/arch #3057

plntyk opened this issue Aug 13, 2016 · 1 comment

Comments

@plntyk
Copy link
Contributor

plntyk commented Aug 13, 2016

nodejs has multiple build issues see #3056 , argument list too long due to internal openssl (see imyller/meta-nodejs#9 ) and multiple CPU support issues like this one:

brcm2710 (Raspberry Pi-3) is armv8-a
other ones Raspis (brcm2709/brcm2708) are armv7-a

-mpcu=cortex-a53 emits ARM_ARCH 8

armv8-a is NOT supported by internal deps/v8 in v4.x in nodejs
upstream commit is : v8/v8@1d14ebf

possible solutions:

  • disable nodejs on brcm2710
  • use armv7-a for brcm2710 / change include/target.mk
  • update nodejs from LTS to next LTS v6 (6.x) , see https://github.com/nodejs/LTS#lts_schedule
  • reported on IRC & replicated locally
@yousong
Copy link
Member

yousong commented Jan 27, 2018

Close this since the node v6.11.2 in the repo now has a v8 with armv8-a support.

@yousong yousong closed this as completed Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants