NightStrike
2018-11-25 03:04:01 UTC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600
I am running 8.2.0 on linux, and I see this same problem with a basic
hello world:
$ cat a.f90
program hello
print *, "hello"
end program
$ gfortran a.f90
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
a.out: hidden symbol `__cpu_model' in
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/libgcc.a(cpuinfo.o)
is referenced by DSO
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
final link failed: Bad value
collect2: error: ld returned 1 exit status
Any idea how to go about troubleshooting this?
I am running 8.2.0 on linux, and I see this same problem with a basic
hello world:
$ cat a.f90
program hello
print *, "hello"
end program
$ gfortran a.f90
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
a.out: hidden symbol `__cpu_model' in
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/libgcc.a(cpuinfo.o)
is referenced by DSO
/opt/gcc/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
final link failed: Bad value
collect2: error: ld returned 1 exit status
Any idea how to go about troubleshooting this?