-
Notifications
You must be signed in to change notification settings - Fork 194
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
armv7: LLD: output file too large #847
Comments
I think @SoumyaWind was dealing with something similar? |
Yes, the issue got resolved with the following debug configuration: Additionally, the following dependencies were required: Refer: #844 (comment) |
@SoumyaWind The recipe enforces I worked around this by adding:
To my bbappend. |
I'm also seeing this "output file too large" error when building Chromium 131.0.6778.139 with Clang 19.1.0. More specifically, I'm using these commits:
I tried disabling optimizations and debug symbols without any luck.
Below is the relevant part of
|
I'm building chromium-ozone-wayland for armv7 (32bit) but the linker doesn't seem to be happy at the end.
My local.conf:
The log output:
The text was updated successfully, but these errors were encountered: