https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340
--- Comment #4 from okay ---
When compiling gcc from source code, which parameter should give to configure
script? such as ${BINUTILS_SOURCE_DIR}/configure --prefix=${NATIVE_PREFIX}
--with-sysroot=${CROSS_PREFIX} etc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340
--- Comment #2 from okay ---
[root]# cat main.c
int main()
{
return 0;
}
[root]# /home/gcc-7.5.0/host-aarch64-unknown-linux-gnu/gcc/xgcc -o main main.c
xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
compilation terminate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340
Bug ID: 105340
Summary: xgcc: fatal error: -fuse-linker-plugin, but
liblto_plugin.so not found
Product: gcc
Version: 7.5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
okay changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #14 from okay ---
Btw, does the problem cause by lower gcc version 7.3? If using 7.5, can problem
be solved? The same mysql source code in x86 with gcc 7.5, it can be compiled
successfully.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #13 from okay ---
Suppose using newer gcc, where can i download binary package or if compiling
from source gcc code, how to do?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #11 from okay ---
I am not sure which one. Could you tell me both, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #9 from okay ---
1 SMP Fri Jan 8 13:18:01 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #7 from okay ---
using: yum install gCc-C++ libstdc++- devel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #5 from okay ---
The target is arm + euler.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #3 from okay ---
Two consideration:
1) If i compile with high gcc version successfully, the code put on another
machine with low version libstdc++.so, the code may not run.
2) How to compile high gcc version source code on arm? Whe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
--- Comment #2 from okay ---
Two consideration:
1) If i compile with high gcc version successfully, the code put on another
machine with low version libstdc++.so, the code may not run.
2) How to compile high gcc version source code on arm? Whe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317
Bug ID: 105317
Summary: How to deal with this: internal compiler error: in
process_init_constructor_array, at cp/typeck2.c:1308?
Product: gcc
Version: 7.3.0
Status: UNCO
13 matches
Mail list logo