-
Notifications
You must be signed in to change notification settings - Fork 30
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
lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:153 #27
Comments
Seems like it may be an issue with your compiler. Here are a couple workarounds that might work edited to clarify |
Also here, try to update your compiler |
|
Can you post a bit more information? What hardware arch do you use (x86, arm) ? What operating system? Are you cross compiling? |
Architecture: x86_64 |
Did you |
I did so many times.
…On Thu, 3 Feb 2022, 4:53 am vtnerd, ***@***.***> wrote:
Did you make clean after changing the compiler? Might want to completely
destroy the build directory to start fresh too.
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUOOOKGIJK5YRAMGY77ZYZLUZG4HLANCNFSM5NLD6X2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What about a complete re-compile of |
[ 12%] Built target monero-lws-wire
[ 24%] Built target monero-lws-wire-json
[ 33%] Built target monero-lws-common
[ 48%] Built target monero-lws-db
[ 66%] Built target monero-lws-rpc
[ 81%] Built target monero-lws-util
[ 84%] Linking CXX executable monero-lws-daemon
lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:153
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-9/README.Bugs for instructions.
lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/monero-lws-daemon.dir/build.make:153: src/monero-lws-daemon] Error 1
make[1]: *** [CMakeFiles/Makefile2:206: src/CMakeFiles/monero-lws-daemon.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Guide me to fix it
The text was updated successfully, but these errors were encountered: