-
Notifications
You must be signed in to change notification settings - Fork 196
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
chromium: support for 32 bit #451
Comments
That's strange. |
Upstream itself stopped providing official 32-bit Linux packages long ago, and I don't think this setup is being actively tested by them. Can you share more information about your setup? Is this a 32-bit Chromium build running in a x86-64 kernel + userland, or a x86-64 kernel with a fully 32-bit userland? |
I think Its 32 bit chromium running in a x86-64 kernel with everything else being 32 bit (userspace) basically i built something similar to a lib32-core-image-sato but using wrlinux. Windriver has no customer interest in intel86 32 bit machines,
I have heard that 32bit arm has more interest. If there is no one that cares about intel 32bit, then i won't be digging around to fixing some of these issues the testing team and I found. |
I wouldn't go as far as saying "nobody cares", support for it here (and maybe upstream) just doesn't seem as high-priority as x86-64, but we and upstream would be happy to review whatever fixes you may have come up with. |
its not my priority either, Windriver testing team went through the common cases and uncovered these kind of issues. |
I'm reopening this one for a while because there's also a discussion about issues with 32-bit Linux in the chromium-packagers mailing list; if some patches end up landing we might be able to revisit this. |
qemux86 no longer have "binary relocation errors" with latest builds. |
try to build chromium-x11 using
lib32
forintel-x86-64
as an image forwrlinux-image-std
There is a warning for relocation and the resulting binary segfaults when run
Any thoughts on supporting 32-bit machines?
EDIT: this doesn't happen with a non-root user but i see issues like this at runtime
and this at build time
Is there an intent to support 32 bit?
The text was updated successfully, but these errors were encountered: