-
Notifications
You must be signed in to change notification settings - Fork 71
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
Compilation error with V8 6.5 #35
Comments
Is that with g++ 4.8 by any chance? |
Yes: arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) 4.8.3 20140303 (prerelease) |
I suspected as much. The easiest way to fix it is to upgrade to a newer g++ version. |
OK, then the relevant issue is nodejs/build#762 |
Pinged @hammacher if we can re-write |
The minimum supported gcc version for Node.js has been 4.9.4 since 5 Jun 2017: nodejs/node@d13a65a. There should be no need to spend resources to support an older gcc version. |
I think we never updated the build bots, so despite that commit we're basically on 4.8. |
Fix landed upstream as 74915b7 |
Thanks! Any chance it could be merged to 6.5? |
I don't see why not. Opened https://crbug.com/807275 for the backmerge. |
It's merged to 6.5 now. |
Thank you! |
CI: https://ci.nodejs.org/job/node-test-commit-arm-fanned/13813/
/cc @nodejs/v8
The text was updated successfully, but these errors were encountered: