-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Building Node 24 in unofficial-builds for armv6l #58458
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
Comments
Looks like a compiler error. You're using gcc, right? Does it work with clang? |
The unofficial-builds repo clones rpi-newer-crosstools for cross compilers for armv6l. This repo only contains GCC versions, 12.3.0 being the newest. Hence, I can't test with clang easily unfortunately. |
You can try this patch: 02f8cdb#diff-c656e704eb7d989de22fd77e5fc87b80ada25baa48c8664c142521982c708305 |
Thanks @targos for the suggestion 👍 Unfortunately the build error now is
And I'm not so deep into template programming nor the codebase that I would have a clue about the error message 😅 |
Uh oh!
There was an error while loading. Please reload this page.
Version
24.1.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Clone my fork of unofficial-builds and run
bin/local_build.sh -r armv6l -v v24.1.0
How often does it reproduce? Is there a required condition?
always.
What is the expected behavior? Why is that the expected behavior?
It compiles :-)
What do you see instead?
Compile error
Additional information
Would be great if you could take a look!
I already revived Node 22 and 23 compilation for armv6l with PR nodejs/unofficial-builds#170. Please don't let armv6l die ❤
The text was updated successfully, but these errors were encountered: