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

32-bit builds: how to fix static libs linking failure #101

Open
barracuda156 opened this issue Nov 5, 2023 · 2 comments
Open

32-bit builds: how to fix static libs linking failure #101

barracuda156 opened this issue Nov 5, 2023 · 2 comments

Comments

@barracuda156
Copy link

Could anyone say if 32-bit builds are actually been successful on any arch on a Unix-like OS?
I have finally fixed the compilation of NodeJS 14 for ppc, however got a linking failure due to insufficient space. Apparently 32-bit address space has troubles with it.
I do not expect someone to have built it for ppc, but how about i386?

@mckaygerhard
Copy link
Contributor

i hear some time ago that this seems a limitation in 32bit architecture of build process?

@barracuda156
Copy link
Author

i hear some time ago that this seems a limitation in 32bit architecture of build process?

I am not sure here. V8, roughly corresponding to those versions of NodeJS, builds on 32-bit, at least with CMake. V8 from NodeJS does not.

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